Compare commits

...

2 Commits

Author SHA1 Message Date
zzyuan 2a164bfcca Merge branch 'dev' of http://192.168.0.56:3000/bonus/devicesmgt into dev 2024-04-23 10:41:52 +08:00
zzyuan a21e52816b 领料申请2 2024-04-23 10:41:45 +08:00
3 changed files with 6 additions and 0 deletions

View File

@ -543,6 +543,8 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.queryParams.unitId = ''
this.queryParams.lotId = ''
this.resetForm('queryForm')
this.handleQuery()
},

View File

@ -415,6 +415,8 @@
/** 重置按钮操作 */
resetQuery() {
this.queryParams.time = []
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm('queryForm')
this.GetUnitData()
this.GetProData()

View File

@ -431,6 +431,8 @@
/** 重置按钮操作 */
resetQuery() {
this.queryParams.time = []
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm('queryForm')
this.GetUnitData()
this.GetProData()