田源
2023-11-16 af728746fc6775d3d0e57dc42740dacef11aa4d6
整合代码
已修改1个文件
2 ■■■■■ 文件已修改
Source/UBCS-WEB/src/components/FormTemplate/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
    },