WXL
2025-03-11 03a3eff92cca176222ff62d314df188d913ef048
测试完成
已修改3个文件
13 ■■■■ 文件已修改
src/views/followvisit/discharge/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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({
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);
        })
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`,