Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -320,6 +320,7 @@ }, getFormData(form) { this.form = form; //属性码段赋值 if (this.attrList) { this.attrList.forEach(item => { if (this.form.hasOwnProperty(item.referAttributeId)) { @@ -328,6 +329,7 @@ }) } }, //属性码段赋值 attrListForm(attrListForm){ this.attrList=attrListForm; },