From 03a3eff92cca176222ff62d314df188d913ef048 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 11 三月 2025 13:28:23 +0800 Subject: [PATCH] 测试完成 --- vue.config.js | 2 +- src/views/followvisit/record/detailpage/index.vue | 8 +++++++- src/views/followvisit/discharge/index.vue | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue index c1c47d8..b89c873 100644 --- a/src/views/followvisit/discharge/index.vue +++ b/src/views/followvisit/discharge/index.vue @@ -869,6 +869,7 @@ topqueryParams: { pageNum: 1, pageSize: 10, + sort:1, serviceType: 2, searchscope: 3, scopetype: [], @@ -1177,6 +1178,7 @@ pageSize: 10, serviceType: 2, searchscope: 2, + sort:1, }; this.handleQuery(1); }, @@ -1318,7 +1320,6 @@ if (row.preachformson) { if (row.preachformson.includes("3")) { type = 1; - console.log(type, "rwo"); } } this.$router.push({ diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue index 07ce29a..d3bd062 100644 --- a/src/views/followvisit/record/detailpage/index.vue +++ b/src/views/followvisit/record/detailpage/index.vue @@ -930,10 +930,16 @@ this.$modal .confirm('鏄惁鏌ョ湅浠诲姟涓�"' + row.taskName + '"鐨勬湇鍔¤鎯呮暟鎹紵') .then(() => { + if (row.preachformson) { + if (row.preachformson.includes("3")) { + this.Voicetype = 1; + } + } + console.log(this.Voicetype,'this.Voicetype'); + this.taskid = row.taskid; this.id = row.id; this.patid = row.patid; - this.Voicetype = row.type; this.serviceType = row.serviceType; this.getTaskservelist(this.id); }) diff --git a/vue.config.js b/vue.config.js index 9e0a97b..5f156f6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,7 +35,7 @@ proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `http://192.168.168.60:8095`, + // target: `http://192.168.68.111:8095`, // target: `http://10.202.20.185:8095`, // target: `http://192.168.100.184:8095`, target:`http://localhost:8095`, -- Gitblit v1.9.3