| | |
| | | definition.hasChildren = true |
| | | } |
| | | }); |
| | | // 所有 |
| | | const param2 = Object.assign({ |
| | | isLastVersion:0 |
| | | },this.queryParams,{ |
| | | pageSize: 9999, |
| | | pageNum:1 |
| | | }) |
| | | listDefinition(param2).then(response => { |
| | | console.log(response) |
| | | this.allDefinitionList = response.result.records; |
| | | }); |
| | | // // 所有 |
| | | // const param2 = Object.assign({ |
| | | // isLastVersion:0 |
| | | // },this.queryParams,{ |
| | | // pageSize: 9999, |
| | | // pageNum:1 |
| | | // }) |
| | | // listDefinition(param2).then(response => { |
| | | // console.log(response) |
| | | // this.allDefinitionList = response.result.records; |
| | | // }); |
| | | }, |
| | | /** 重置按钮操作 */ |
| | | resetQuery() { |