优化供应商管理重置

This commit is contained in:
duan
2024-06-27 09:36:42 +08:00
parent 55e696a6a2
commit 3d4434dbbe
2 changed files with 20 additions and 23 deletions

View File

@@ -135,6 +135,7 @@ export default {
// 重置查询
resetHandle() {
this.query.name = ''
this.query.type=''
this.tableData.page = 0;
this.getTableData()
},