Compare commits

...

2 Commits

Author SHA1 Message Date
BianLzhaoMin 28d34ce4fa Merge branch 'dev' of http://192.168.0.56:3000/bonus/devicesmgt into dev 2024-04-11 11:30:18 +08:00
BianLzhaoMin ffaf9ccc18 优化日期查询 重置清空查询问题 2024-04-11 11:30:14 +08:00
7 changed files with 2308 additions and 1619 deletions

View File

@ -414,7 +414,7 @@
},
/** 重置按钮操作 */
resetQuery() {
this.dateRange = []
this.queryParams.time = []
this.resetForm('queryForm')
this.handleQuery()
},

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -726,7 +726,7 @@
},
/** 重置按钮操作 */
resetQuery() {
this.dateRange = []
this.queryParams.time = []
// this.resetForm("queryForm");
this.$refs.queryForm.resetFields()
this.$refs.mychildSon.inputValue = ''

View File

@ -720,7 +720,7 @@
},
/** 重置按钮操作 */
resetQuery() {
this.dateRange = []
this.queryParams.time = []
// this.resetForm("queryForm");
this.$refs.queryForm.resetFields()
this.initSelectData()

View File

@ -577,7 +577,7 @@
},
/** 重置按钮操作 */
resetQuery() {
this.dateRange = []
this.queryParams.time = []
this.resetForm('queryForm')
this.handleQuery()
},