From bb15f732c55c390aec4c813e8198f42db64b560c Mon Sep 17 00:00:00 2001
From: "1747191978@qq.com" <1942943850@qq.com>
Date: Mon, 24 Feb 2025 09:29:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=8F=B0=E9=9A=8F=E8=AE=BF=E5=B7=A5?=
=?UTF-8?q?=E5=8D=95=E6=B7=BB=E5=8A=A0=E4=BA=8C=E7=BA=A7=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/followFile/work.vue | 31 +++++++++++++++++++
.../src/views/followFile/work.vue | 2 ++
2 files changed, 33 insertions(+)
diff --git a/acupuncture-前台/src/views/followFile/work.vue b/acupuncture-前台/src/views/followFile/work.vue
index 8202d74db..dd8038186 100644
--- a/acupuncture-前台/src/views/followFile/work.vue
+++ b/acupuncture-前台/src/views/followFile/work.vue
@@ -7,6 +7,16 @@
+
+
+
+
+
+
搜索
@@ -208,6 +218,24 @@
4: "status4",
5: "status4",
},
+ childStatusList:{
+ 0:[
+ {
+ label: "即将超期",
+ value: 1,
+ },
+ {
+ label: "超期未随访",
+ value: 2,
+ }
+ ],
+ 1:[
+ {
+ label: "超期已随访",
+ value: 2,
+ }
+ ]
+ },
idCardType: [{
label: "身份证",
value: 0,
@@ -254,6 +282,7 @@
pageSize: 10,
param: {
status: "0",
+ childStatus:'',
keywords: '',
},
},
@@ -299,6 +328,7 @@
},
methods: {
handleClick(tab, event) {
+ this.queryParams.param.childStatus = ''
this.getList();
},
/** 查询公告列表 */
@@ -328,6 +358,7 @@
/** 重置按钮操作 */
resetQuery() {
this.queryParams.param.keywords = ''
+ this.queryParams.param.childStatus = ''
this.handleQuery();
},
// 多选框选中数据
diff --git a/acupuncture-后台/src/views/followFile/work.vue b/acupuncture-后台/src/views/followFile/work.vue
index cb35aa530..6c8e849a0 100644
--- a/acupuncture-后台/src/views/followFile/work.vue
+++ b/acupuncture-后台/src/views/followFile/work.vue
@@ -276,6 +276,7 @@
pageSize: 10,
param: {
status: "0",
+ childStatus:'',
keywords: '',
},
},
@@ -351,6 +352,7 @@
/** 重置按钮操作 */
resetQuery() {
this.queryParams.param.keywords = ''
+ this.queryParams.param.childStatus = ''
this.handleQuery();
},
// 多选框选中数据