| | |
| | | {value: '6', label: '含规则信息的分类查询'}, |
| | | {value: '7', label: '数据查询'}], |
| | | page: { |
| | | pageSize: 10, |
| | | pageSize: 20, |
| | | currentPage: 1, |
| | | total: 100 |
| | | }, |
| | |
| | | prop: 'isGroupCodeFlag', |
| | | sortable: true, |
| | | width: 150, |
| | | formatter: res => res.isGroupCodeFlag ? '集团码' : '企业编码' |
| | | formatter: res => res.isGroupCodeFlag === 'true' ? '集团码' : '企业编码' |
| | | }, { |
| | | label: '接口类型', |
| | | prop: 'dataFlowTypeText', |
| | |
| | | this.editAttribute.sysIntParamVOs = row.sysIntParamVOs || []; |
| | | this.editAttribute.sysIntHeaderVOs = row.sysIntHeaderVOs || []; |
| | | this.editAttribute.type = 'edit'; |
| | | this.$refs.infoForm.formData = this.editAttribute; |
| | | this.$refs.infoForm.formData = row; |
| | | this.$refs.infoForm.groupCode = row.isGroupCodeFlag === 'true' ? true : false; |
| | | this.$refs.infoForm.showSubmitDialog = true; |
| | | //header对象 |
| | | HeaderRequest(1, -1, {'conditionMap[infoOid]': row.oid}).then(res => { |