Source/UBCS-WEB/src/mixins/codeApply.js
@@ -41,7 +41,9 @@ } }, created() { this.getCodeRule() if (this.type === 'batchImportApply') { this.getCodeRule() } }, methods: { // 获取码值申请数据 @@ -122,7 +124,7 @@ }, }; } else if (item.secType == "coderefersec") { params = JSON.parse(item.referConfig); params = JSON.parse(item.referValueInfo); } return params; },