From c97bd0d3b646611474faf6017aebbe34180a0e92 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 30 六月 2025 11:23:33 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/index.vue | 5 ++++- vue.config.js | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/patient/propaganda/index.vue b/src/views/patient/propaganda/index.vue index 0c3b321..2e7d70c 100644 --- a/src/views/patient/propaganda/index.vue +++ b/src/views/patient/propaganda/index.vue @@ -372,7 +372,6 @@ </template> </el-table-column> --> <el-table-column - fixed="right" label="浠诲姟缁撴灉璁板綍" width="120" align="center" @@ -754,6 +753,8 @@ serviceType: 4, searchscope: 2, sendstate: 2, + leavehospitaldistrictcodes:[], + leaveldeptcodes:[], }, propss: { multiple: true }, options: [], @@ -840,12 +841,14 @@ store.getters.belongWards.map((obj) => obj.districtCode); } this.loading = true; + if (this.topqueryParams.leavehospitaldistrictcodes[0]&&this.topqueryParams.leaveldeptcodes[0]) { this.topqueryParams.deptOrDistrict=2; }else{ this.topqueryParams.deptOrDistrict=1; } + getTaskservelist(this.topqueryParams).then((response) => { this.userList = response.rows[0].serviceSubtaskList; this.userList.forEach((item) => { diff --git a/vue.config.js b/vue.config.js index d8fb6b0..f2ecced 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,10 +38,10 @@ // target: `https://www.health-y.cn/lssf`, // target: `http://10.202.20.185:8095`, // target: `http://192.168.100.184:8095`, - target:`http://localhost:8095`, + // target:`http://localhost:8095`, // target: `http://192.168.101.135:8095`, // target: `http://192.168.101.166:8093`, - // target: `http://192.168.191.181:8095`, + target: `http://192.168.191.181:8095`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.9.3