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(); }, // 多选框选中数据