From 547be67ed775576f1c9b593f48dd846c642cff50 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 27 六月 2025 15:38:37 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty copy.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/patient/propaganda/particty copy.vue b/src/views/patient/propaganda/particty copy.vue index e10301d..d6beff8 100644 --- a/src/views/patient/propaganda/particty copy.vue +++ b/src/views/patient/propaganda/particty copy.vue @@ -714,7 +714,7 @@ this.serviceType = Number(this.$route.query.serviceType); this.form.serviceType = Number(this.$route.query.serviceType); this.form.nhh = this.$route.query.nhh; - this.listDept(); + // this.listDept(); this.Acquisitiontype(); this.Getdetails(); }, @@ -1089,12 +1089,12 @@ }); }, // 鑾峰彇绉戝鍒楄〃 - listDept() { - listDept().then((res) => { - this.topicoptions = this.handleTree(res.data, "deptId"); - console.log(this.topicoptions, "topicoptions"); - }); - }, + // listDept() { + // listDept().then((res) => { + // this.topicoptions = this.handleTree(res.data, "deptId"); + // console.log(this.topicoptions, "topicoptions"); + // }); + // }, // 鏂板娲鹃�佹偅鑰� AddDispatchpatients() { // this.SelectPatientslist.forEach((item) => { -- Gitblit v1.9.3