代码完善

This commit is contained in:
BianLzhaoMin 2025-01-14 18:12:11 +08:00
parent 37623b71ea
commit 5a3f6831c0
2 changed files with 4 additions and 0 deletions

View File

@ -226,6 +226,8 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.value1 = []
this.queryParams.startTime = ''
this.queryParams.endTime = ''
this.resetForm('queryForm')
this.handleQuery()
},

View File

@ -226,6 +226,8 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.value1 = []
this.queryParams.startTime = ''
this.queryParams.endTime = ''
this.resetForm('queryForm')
this.handleQuery()
},