Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue
@@ -153,9 +153,7 @@ dataStore: this.dataStore || [], sourceData: this.sourceData || {} }, function (actionType,data) { if (that.$parent.handleRefresh) { that.$parent.handleRefresh(actionType,data) } that.$emit("afterMethod",actionType,data); }); } },