From 81771c5f2f5a873bc2ea39aeed1772b1be7c694f Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Wed, 19 Feb 2025 18:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E5=AF=B9=E8=B1=A1=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9C=AA=E5=8F=82=E5=8A=A0=E9=98=9F=E5=88=97=E4=BA=BA?= =?UTF-8?q?=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/followFile/subjects.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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(); },