diff --git a/acupuncture-前台/src/views/followFile/subjects.vue b/acupuncture-前台/src/views/followFile/subjects.vue index f4e18880c..e7cc6c290 100644 --- a/acupuncture-前台/src/views/followFile/subjects.vue +++ b/acupuncture-前台/src/views/followFile/subjects.vue @@ -8,6 +8,11 @@ + + + 未参加队列人员 + + 搜索 @@ -146,8 +151,10 @@ queryParams: { pageNum: 1, pageSize: 10, - param: {}, + param: { + }, }, + haveQueue:'', formDisabled: false, importform: {}, // 表单参数 @@ -205,6 +212,10 @@ }, /** 搜索按钮操作 */ handleQuery() { + this.queryParams.param.haveQueue = '' + if(this.haveQueue){ + this.queryParams.param.haveQueue = 0 + } this.queryParams.pageNum = 1; this.getList(); },