Compare commits

..

No commits in common. "28d34ce4fafd800edef02dccaa502206e7e57a6c" and "a8a98ce04196c9b9301dbb1c5ccf60b2b011d64d" have entirely different histories.

7 changed files with 1619 additions and 2308 deletions

View File

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

View File

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

View File

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