wangting
2024-04-26 c4d9e7a20dac267c5496ad3586c5053be279a17a
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()
          }
        });
      }