From fb3a10beaa2d7c91b68e7e93c97be98ff4b4ad9d Mon Sep 17 00:00:00 2001 From: lrw <319150264@qq.com> Date: Thu, 11 May 2023 16:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/followupresearch/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/views/followupresearch/index.vue b/src/views/followupresearch/index.vue index 4df754a..1e98904 100644 --- a/src/views/followupresearch/index.vue +++ b/src/views/followupresearch/index.vue @@ -248,6 +248,16 @@ export default { { label: "随访", value: "1" }, ], }, + { + label: "筛查场景", + type: "select", + prop: "patientFrom", + opts: [ + { label: "社区筛查", value: "1" }, + { label: "医院筛查", value: "2" }, + { label: "体检筛查", value: "3" }, + ], + }, { xs: 1, sm: 2, @@ -337,7 +347,6 @@ export default { pageNum: this.pageIndex, ...this.cacheForm, } - params.patientFrom = this.selectedIndex if (this.formEdit) { params = Object.assign(this.formEdit, params) } -- 2.22.0