wangting
2024-05-07 ded3890236e8d2371afc44c48631bb0fb9101d76
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);
      });
    }
  },