Source/UBCS-WEB/src/components/FormTemplate/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -320,14 +320,16 @@ }, getFormData(form) { this.form = form; //属性码段赋值 if (this.attrList) { this.attrList.forEach(item => { if (this.form.hasOwnProperty(item.referAttributeId)) { this.codeApplyForm[item.oid] = this.form[item.referAttributeId] ; this.codeApplyForm[item.oid] = this.form[item.referAttributeId]; } }) } }, //属性码段赋值 attrListForm(attrListForm){ this.attrList=attrListForm; },