| | |
| | | const data = res.data.data; |
| | | this.page.total = data.total; |
| | | this.data = data.records; |
| | | // const Props = { |
| | | // paramType: '', |
| | | // returnType: '', |
| | | // dataFlowType: '', |
| | | // pushType: '', |
| | | // classifyName: '', |
| | | // sourceSystemName: '', |
| | | // targetSystemName: '', |
| | | // classPath:'', |
| | | // requestMethod:'', |
| | | // requestUrl:'', |
| | | // interfaceFunction:'', |
| | | // nameSpace:'', |
| | | // soapAction:'', |
| | | // targetName:'', |
| | | // cxfaxis:'' |
| | | // }; |
| | | // this.pushTypeList.forEach(item => { |
| | | // Object.assign(item, Props); |
| | | // }); |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | |
| | | if (JSON.stringify(conditionMaps) != '{}') { |
| | | this.query = conditionMaps; |
| | | this.onLoad(this.page); |
| | | }else { |
| | | this.query = {}; |
| | | this.onLoad(this.page, this.query); |
| | | } |
| | | }, |
| | | openAdvancedQuery() { |