This commit is contained in:
bb_pan 2025-04-21 17:07:34 +08:00
parent fb7bd7d752
commit 7cad098111
1 changed files with 2 additions and 0 deletions

View File

@ -751,6 +751,8 @@ export default {
this.$refs.queryForm.resetFields()
this.$refs.mychildSon.inputValue = ''
this.queryParams.keyWord = ''
this.queryParams.startTime = ''
this.queryParams.endTime = ''
this.initSelectData()
this.handleQuery()
},