From 387719007459b760ce8cfc471c6c14e4b0b228a7 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 24 四月 2025 17:05:46 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/index.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue index 25f12ff..e11cc97 100644 --- a/src/views/patient/patient/index.vue +++ b/src/views/patient/patient/index.vue @@ -1145,6 +1145,18 @@ this.getList(); this.gettabList(); //鑾峰彇宸茬瓫閫夊悗鐨勫彲閫変换鍔$被鍨� + this.sourcetype[0].children = store.getters.belongDepts.map((dept) => { + return { + label: dept.deptName, + value: dept.deptCode, + }; + }); + this.sourcetype[1].children = store.getters.belongWards.map((dept) => { + return { + label: dept.districtName, + value: dept.districtCode, + }; + }); this.taskoptions = store.getters.Serviceauthority; }, methods: { -- Gitblit v1.9.3