From 9165c351dacd14b77ea1ad6a3cd9da72a3e0cc76 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 30 八月 2023 11:33:20 +0800 Subject: [PATCH] 系统集成基础信息添加bug更改 --- Source/UBCS-WEB/src/views/docking/info.vue | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Source/UBCS-WEB/src/views/docking/info.vue b/Source/UBCS-WEB/src/views/docking/info.vue index 99d2c3c..43ccb07 100644 --- a/Source/UBCS-WEB/src/views/docking/info.vue +++ b/Source/UBCS-WEB/src/views/docking/info.vue @@ -251,6 +251,14 @@ return oids.join(","); } }, + watch:{ + // editAttribute:{ + // immediate: true, + // handler(newData) { + // this.$refs.infoForm.formData = Object.assign({}, newData); + // } + // } + }, methods: { //鍗曞厓鏍兼牱寮� cellStyle(row,column,rowIndex,columnIndex){ @@ -299,11 +307,11 @@ addSave() { this.$refs.infoForm.showSubmitDialog = true; this.$refs.infoForm.formData = { - dataFlowType: 'push', - pushType: '1', - sourceSystemName: '缂栫爜绯荤粺', - sourceSystemOid: 'code00000001', - sourceSystemId: 'CODE', + dataFlowType: '', + pushType: '', + sourceSystemName: '', + sourceSystemOid: '', + sourceSystemId: '', targetSystemName: '', targetSystemOid: '', targetSystemId: '', -- Gitblit v1.9.3