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/Missioncreation.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/patient/propaganda/Missioncreation.vue b/src/views/patient/propaganda/Missioncreation.vue index 895b7ee..014663b 100644 --- a/src/views/patient/propaganda/Missioncreation.vue +++ b/src/views/patient/propaganda/Missioncreation.vue @@ -969,7 +969,7 @@ this.belongDepts = store.getters.belongDepts; this.form.typename = this.$route.query.typename; this.form.serviceType = Number(this.$route.query.serviceType); - this.listDept(); + // this.listDept(); this.Acquisitiontype(); this.Getdetails(); this.getheLibraryAssort(); @@ -1416,12 +1416,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