3b6c56e484162196e463ad3503a3710bb9c691c1..246ad6745f682acfaa0b2a31a1d294848bb0ce8b
2025-06-30 WXL
测试完成
246ad6 对比 | 目录
2025-06-30 WXL
测试完成
c97bd0 对比 | 目录
2025-06-30 WXL
测试完成
bdb26d 对比 | 目录
已修改3个文件
9 ■■■■■ 文件已修改
src/views/patient/propaganda/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sfstatistics/percentage/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {
src/views/sfstatistics/percentage/index.vue
@@ -70,7 +70,7 @@
                </el-select>
                <el-select
                  v-if="queryParams.statisticaltype == 1"
                  v-model="queryParams.leavehospitaldistrictCode"
                  v-model="queryParams.leavehospitaldistrictcode"
                  size="medium"
                  multiple
                  filterable
vue.config.js
@@ -38,7 +38,7 @@
        // 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`,