From 5578f0d1faf6ff1c5fb10f9eea805fd0411d3c1b Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 06 十二月 2023 17:42:16 +0800 Subject: [PATCH] 整合代码 --- Source/UBCS-WEB/src/components/BatchImport/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/BatchImport/index.vue b/Source/UBCS-WEB/src/components/BatchImport/index.vue index 9b76f3d..1177548 100644 --- a/Source/UBCS-WEB/src/components/BatchImport/index.vue +++ b/Source/UBCS-WEB/src/components/BatchImport/index.vue @@ -169,7 +169,7 @@ return this.currentTypeObj[this.type]["action"]; }, upParams() { - if (this.type === "historyImport" || this.type === "batchApplyCode" ) { + if (this.type === "historyImport" || this.type === "batchApplyCode") { return { codeClassifyOid: this.codeClassifyOid, classifyAttr: this.classifyAttr, @@ -191,7 +191,7 @@ return { codeClassifyOid: this.codeClassifyOid, }; - }else if(this.type === 'groupCode'){ + } else if (this.type === 'groupCode') { return { codeClassifyOid: this.codeClassifyOid, }; -- Gitblit v1.9.3