修改搜索
This commit is contained in:
parent
83c4e1b9b1
commit
9dbfa8d02a
@ -344,6 +344,15 @@ export default {
|
|||||||
},
|
},
|
||||||
// 搜索
|
// 搜索
|
||||||
handleQuery() {
|
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.dischargeTime?.length > 0) {
|
||||||
if (this.show == true) {
|
if (this.show == true) {
|
||||||
this.queryParams.taskStartTime = this.formatDate(this.dischargeTime[0]);
|
this.queryParams.taskStartTime = this.formatDate(this.dischargeTime[0]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user