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 +++++++------- src/views/patient/patient/hospital.vue | 14 +++++++------- src/views/patient/patient/behospitalized.vue | 14 +++++++------- src/views/patient/propaganda/Missioncreation.vue | 14 +++++++------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue index 671b5fb..a9da6c7 100644 --- a/src/views/patient/patient/behospitalized.vue +++ b/src/views/patient/patient/behospitalized.vue @@ -547,7 +547,7 @@ created() { this.getList(); - this.listDept(); + // this.listDept(); this.gettabList(); }, methods: { @@ -577,12 +577,12 @@ this.loading = false; }); }, - listDept() { - listDept(this.queryParams).then((res) => { - this.deptList = res.data; - console.log(this.deptList, "this.deptList"); - }); - }, + // listDept() { + // listDept(this.queryParams).then((res) => { + // this.deptList = res.data; + // console.log(this.deptList, "this.deptList"); + // }); + // }, /** 鏌ヨ鏍囩鍒楄〃 */ gettabList() { const tagqueryParams = { diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue index 1ad3d9c..fa1e916 100644 --- a/src/views/patient/patient/hospital.vue +++ b/src/views/patient/patient/hospital.vue @@ -516,7 +516,7 @@ created() { this.getList(); - this.listDept(); + // this.listDept(); this.gettabList(); }, methods: { @@ -546,12 +546,12 @@ this.loading = false; }); }, - listDept() { - listDept(this.queryParams).then((res) => { - this.deptList = res.data; - console.log(this.deptList, "this.deptList"); - }); - }, + // listDept() { + // listDept(this.queryParams).then((res) => { + // this.deptList = res.data; + // console.log(this.deptList, "this.deptList"); + // }); + // }, /** 鏌ヨ鏍囩鍒楄〃 */ gettabList() { const tagqueryParams = { 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) => { 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