|
@ -199,6 +199,15 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 重置搜索 |
|
|
// 重置搜索 |
|
|
handleResetQuery() { |
|
|
handleResetQuery() { |
|
|
|
|
|
this.paramsData.adcd = ""; |
|
|
|
|
|
this.paramsData.dikeName = ""; |
|
|
|
|
|
this.paramsData.dikeType = ""; |
|
|
|
|
|
this.paramsData.name = ""; |
|
|
|
|
|
this.paramsData.lineType = ""; |
|
|
|
|
|
this.paramsData.dutyHolderType = ""; |
|
|
|
|
|
this.paramsData.status = ""; |
|
|
|
|
|
this.pageData.pageNum = 1; |
|
|
|
|
|
|
|
|
this.searchInput = ""; |
|
|
this.searchInput = ""; |
|
|
this.getTableData(); |
|
|
this.getTableData(); |
|
|
}, |
|
|
}, |
|
|