wangting
2024-05-08 7f5dca4292ee7597fdab060e5557e274977b1353
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);
      });
    }
  },