From a82c63890864118fa4eb8a1a1e97aa4db318b1ed Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 01 九月 2023 09:22:45 +0800
Subject: [PATCH] 本地提交
---
Source/UBCS-WEB/src/views/docking/info.vue | 25 +++++++++++++++++--------
1 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/docking/info.vue b/Source/UBCS-WEB/src/views/docking/info.vue
index 99d2c3c..9caf94c 100644
--- a/Source/UBCS-WEB/src/views/docking/info.vue
+++ b/Source/UBCS-WEB/src/views/docking/info.vue
@@ -200,7 +200,7 @@
width: 150
}, {
label: '鍙傛暟鍚嶇О',
- prop: 'targName',
+ prop: 'targetName',
sortable: true,
width: 150
},{
@@ -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: '',
@@ -316,6 +324,7 @@
this.editAttribute = row;
this.editAttribute.sysIntParamVOs = row.sysIntParamVOs || [];
this.editAttribute.sysIntHeaderVOs = row.sysIntHeaderVOs || [];
+ this.editAttribute.type = 'edit';
this.$refs.infoForm.formData = this.editAttribute;
this.$refs.infoForm.showSubmitDialog = true;
console.log('row',row.dataFlowTypeText)
@@ -409,7 +418,7 @@
// interfaceFunction:'',
// nameSpace:'',
// soapAction:'',
- // targName:'',
+ // targetName:'',
// cxfaxis:''
// };
// this.pushTypeList.forEach(item => {
@@ -459,7 +468,7 @@
fieldType: 'text'
}, {
title: '鍙傛暟鍚嶇О',
- queryField: 'targName',
+ queryField: 'targetName',
fieldType: 'text'
}, {
title: '璋冪敤鏂瑰紡',
--
Gitblit v1.10.0