From 77a90900b2f960c0e8a879bf121f953d5089a12d Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 08 三月 2024 10:15:47 +0800 Subject: [PATCH] 产品主数据手动同步&接口基本信息 集团码 编辑信息未同步 内容类型选择无有效值 --- Source/UBCS-WEB/src/components/code-dialog-page/cloneRuleDialog.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/code-dialog-page/cloneRuleDialog.vue b/Source/UBCS-WEB/src/components/code-dialog-page/cloneRuleDialog.vue index 897c547..521fc88 100644 --- a/Source/UBCS-WEB/src/components/code-dialog-page/cloneRuleDialog.vue +++ b/Source/UBCS-WEB/src/components/code-dialog-page/cloneRuleDialog.vue @@ -1,5 +1,6 @@ <template> <el-dialog + :close-on-click-modal="false" :visible.sync="cloneSettingBox" append-to-body class="avue-dialog avue-dialog--top" @@ -124,6 +125,7 @@ closeCloneDialog(){ this.$emit('update:visible',false); this.cloneData = []; + this.cloneCodeRuleLoading = false; }, /** 涓婄Щ涓嬬Щ鍩虹鐮佹*/ async upOrderNum(row) { @@ -210,6 +212,7 @@ }, (error) => { window.console.log(error); + this.cloneCodeRuleLoading = false; }); }, -- Gitblit v1.9.3