Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue
@@ -378,7 +378,6 @@ } this.geDictData(dictKeys); this.getFormDetail(); }, //修改级联项 @@ -600,12 +599,16 @@ // 获取表单详情数据 getFormDetail() { if (this.type === "add") return; if(this.templateOid){ getFormDetail({templateOid: this.templateOid, oid: this.rowOid}).then( (res) => { this.form = Object.assign(this.form, res.data.data[0]); this.loading = false; } ); return; } }, setReferValue(data) { if (data.field) {