修改搜索

This commit is contained in:
shidongli 2024-12-24 10:54:11 +08:00
parent 83c4e1b9b1
commit 9dbfa8d02a

View File

@ -344,6 +344,15 @@ export default {
},
//
handleQuery() {
if(!this.queryParams.taskStartTime && !this.queryParams.taskEndTime &&
!this.queryParams.questionInfoId && !this.queryParams.visitStartTime &&
!this.queryParams.visitStartTime
){
this.itemid=null
this.newname=''//
this.time= ''//
}
if (this.dischargeTime?.length > 0) {
if (this.show == true) {
this.queryParams.taskStartTime = this.formatDate(this.dischargeTime[0]);