Source/UBCS-WEB/src/components/FormTemplate/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -323,8 +323,7 @@ if (this.attrList) { this.attrList.forEach(item => { if (this.form.hasOwnProperty(item.referAttributeId)) { let oid = item.oid; // 声明一个变量记录下一致的item的oid this.codeApplyForm[oid] = this.form[item.referAttributeId] ; this.codeApplyForm[item.oid] = this.form[item.referAttributeId] ; } }) }