From ad1cf454fa7f800cbdd35a1c336139fa928cef6f Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期日, 28 九月 2025 18:06:47 +0800 Subject: [PATCH] 测试完成 --- vue.config.js | 4 ++-- src/views/patient/propaganda/particty.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index f52e5d2..eb44171 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -896,7 +896,7 @@ import { messagelistpatient } from "@/api/patient/homepage"; import store from "@/store"; import { - getTaskpatient, + getTaskpatientQC, getillnesslist, getbaseopera, getFollowuplist, @@ -1708,7 +1708,7 @@ this.patientqueryParams.leavehospitaldistrictcodes = store.getters.belongWards.map((obj) => obj.districtCode); } - getTaskpatient(this.patientqueryParams).then((response) => { + getTaskpatientQC(this.patientqueryParams).then((response) => { this.patientuserList = response.rows; this.patientuserList.forEach((item) => { if (item.endtime) { diff --git a/vue.config.js b/vue.config.js index 03f157c..fb7bf89 100644 --- a/vue.config.js +++ b/vue.config.js @@ -36,8 +36,8 @@ // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { // target: `https://www.health-y.cn/lssf`, - target: `http://192.168.100.129:8095`, - // target: `http://192.168.100.10:8096`, + // target: `http://192.168.100.129:8095`, + target: `http://192.168.100.10:8096`, // target:`http://localhost:8095`, // target:`http://35z1t16164.qicp.vip`, // target: `http://192.168.100.193:8095`, -- Gitblit v1.9.3