Commit a080de70 authored by wangxl's avatar wangxl

444

parent 50a4f76b
...@@ -152,10 +152,16 @@ export default { ...@@ -152,10 +152,16 @@ export default {
}, },
search () { search () {
this.id = null
this.objectId = null
this.selectedRowKeys = []
this.pagination.pageIndex = 1 this.pagination.pageIndex = 1
this.getListByPage(); this.getListByPage();
}, },
reset () { reset () {
this.id = null
this.objectId = null
this.selectedRowKeys = []
this.searchForm.projName = null this.searchForm.projName = null
this.searchForm.projNo = null this.searchForm.projNo = null
this.searchForm.appUnitName = null this.searchForm.appUnitName = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment