|
|
@ -849,7 +849,6 @@ export default { |
|
|
this.searchData.pageSize = 10000 |
|
|
this.searchData.pageSize = 10000 |
|
|
this.searchData.pageIndex = 1 |
|
|
this.searchData.pageIndex = 1 |
|
|
await getToolInfoList(this.searchData).then(({data}) => { |
|
|
await getToolInfoList(this.searchData).then(({data}) => { |
|
|
debugger; |
|
|
|
|
|
this.exportList = data.rows; |
|
|
this.exportList = data.rows; |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
|