Source/UBCS-WEB/src/mixins/codeApply.js
@@ -41,10 +41,15 @@ codeApplyForm: {}, } }, created() { if (this.type === 'batchImportApply') { this.getCodeRule() } }, methods: { // 获取码值申请数据 getCodeRule() { getCodeRule({ codeClassifyOid: this.localCodeClassifyOid }).then((res) => { getCodeRule({ codeClassifyOid: this.localCodeClassifyOid || this.codeClassifyOid }).then((res) => { if (res.data && res.data.code === 200) { const typeList = [ "codefixedsec", @@ -64,6 +69,8 @@ } this.$refs.CodeApply.templateRender(this.localSecVOList); }); } else { this.showCodeApply = false } }