| | |
| | | |
| | | constructor() { |
| | | this.cards = []; |
| | | this.size = 40; |
| | | this.pageSizeOption = [30, 40, 50] |
| | | this.size = 60; |
| | | this.pageSizeOption = [30, 60, 120] |
| | | this.alarmlevel = []; |
| | | this.inputValue = ""; |
| | | this.searchTime = []; |
| | |
| | | clearStatus() { |
| | | //this.cards = []; |
| | | this.page = 1; |
| | | this.size = 40; |
| | | this.pageSizeOption = [30, 40, 50] |
| | | this.size = 60; |
| | | this.pageSizeOption = [30, 60, 120] |
| | | this.alarmlevel = []; |
| | | this.inputValue = ""; |
| | | this.showType = "search"; |
| | |
| | | inputValue: this.inputValue, |
| | | tabs: this.queryTabs, |
| | | tasks: this.queryTasks, |
| | | treeNodes: this.treeNodes |
| | | treeNodes: this.treeNodes, |
| | | isAll: true |
| | | } |
| | | |
| | | const rsp: any = await getSearchList(param); |