From 91d1719037a3f70ee20da68bc285c3aeac01b595 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期一, 29 四月 2024 10:27:40 +0800 Subject: [PATCH] 配置文件上传 --- Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue b/Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue index c190cd4..00548e2 100644 --- a/Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue +++ b/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() } }); } -- Gitblit v1.9.3