| | |
| | | width: 150 |
| | | }, { |
| | | label: '参数名称', |
| | | prop: 'targName', |
| | | prop: 'targetName', |
| | | sortable: true, |
| | | width: 150 |
| | | },{ |
| | |
| | | return oids.join(","); |
| | | } |
| | | }, |
| | | watch:{ |
| | | // editAttribute:{ |
| | | // immediate: true, |
| | | // handler(newData) { |
| | | // this.$refs.infoForm.formData = Object.assign({}, newData); |
| | | // } |
| | | // } |
| | | }, |
| | | methods: { |
| | | //单元格样式 |
| | | cellStyle(row,column,rowIndex,columnIndex){ |
| | |
| | | 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: '', |
| | |
| | | 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) |
| | |
| | | // interfaceFunction:'', |
| | | // nameSpace:'', |
| | | // soapAction:'', |
| | | // targName:'', |
| | | // targetName:'', |
| | | // cxfaxis:'' |
| | | // }; |
| | | // this.pushTypeList.forEach(item => { |
| | |
| | | fieldType: 'text' |
| | | }, { |
| | | title: '参数名称', |
| | | queryField: 'targName', |
| | | queryField: 'targetName', |
| | | fieldType: 'text' |
| | | }, { |
| | | title: '调用方式', |