update 国内标准

This commit is contained in:
赵霄
2023-09-18 18:05:22 +08:00
parent 1367a67f2b
commit a5f062bafe
2 changed files with 12 additions and 2 deletions
@@ -515,6 +515,16 @@ export default {
standardNumber
}
})
},
/**
* 重置查询
*/
searchReset () {
this.searchParams = {}
this.selectedRowKeys = []
this.selectedTreeKeys = []
this.getTableHeader()
this.loadData()
}
}
}