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, };