Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue
@@ -176,15 +176,14 @@ } const that=this; if(isShow){ if(isShow) { doAction(buttonitem, { paramVOS: paramVOS, dataStore: this.dataStore || [], sourceData: this.sourceData || {}, callback: function () { if (that.$parent.handleRefresh) { that.$parent.handleRefresh() } sourceData: this.sourceData || {} },function (){ if (that.$parent.handleRefresh) { that.$parent.handleRefresh() } }); }