f5c478b3cbd32aedab7de4a2c1e3e701abd46465..aefc8784d17df3ff1a103462605c83c4a391cc4d
2025-09-29 sendo
yxh
aefc87 对比 | 目录
2025-09-29 sendo
yxh
c0da9c 对比 | 目录
2025-09-29 sendo
yxh
c726f0 对比 | 目录
已修改3个文件
29 ■■■■■ 文件已修改
src/api/system/user.js 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/particty.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sfstatistics/percentage/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/system/user.js
@@ -118,6 +118,17 @@
  });
}
// 任务随访率统计表的下钻明细
// sendstate = 2 待随访 5 待随访失败
// preachform = 任务形式(1,人工 2,纸质  3,电话  4,短信  5.微信公众号 6.微信小程序 7.支付宝小程序  8.智能机器人  9.钉钉)
export function querySubtaskList(data) {
  return request({
    url: "/smartor/serviceSubtask/querySubtaskList",
    method: "post",
    data: data,
  });
}
// 用户密码重置
export function updateUserPwd(oldPassword, newPassword) {
  const data = {
src/views/patient/propaganda/particty.vue
@@ -480,7 +480,7 @@
                        size="medium"
                        :disabled="!patientqueryParams.allhosp"
                        @click="handleQuery"
                        >新增</el-button
                        >添加患者</el-button
                      >
                    </el-col>
@@ -1683,12 +1683,11 @@
      } else {
        this.patientqueryParams.pids = null;
      }
      // 类型判断
      if (this.patientqueryParams.allhosp == 1) {
        this.patientqueryParams.cry = 1;
      } else if (this.patientqueryParams.allhosp == 4) {
        this.patientqueryParams.cry = 0;
        this.patientqueryParams.allhosp = "1";
      //  this.patientqueryParams.cry = 0;
      //  this.patientqueryParams.allhosp = "1";
      }
      // 来源判断
@@ -1798,16 +1797,15 @@
    },
    getList() {},
    handleQuery() {
      console.log("this.patientqueryParams.allhosp",this.patientqueryParams.allhosp);
      if (this.patientqueryParams.topica == 0) {
        this.patientqueryParams.leavehospitaldistrictcodes =
          store.getters.leavehospitaldistrictcodes;
        this.patientqueryParams.leavehospitaldistrictcodes = store.getters.leavehospitaldistrictcodes;
        this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes;
      } else if (this.patientqueryParams.topica == 1) {
        this.patientqueryParams.leavehospitaldistrictcodes = null;
        this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes;
      } else if (this.patientqueryParams.topica == 2) {
        this.patientqueryParams.leavehospitaldistrictcodes =
          store.getters.leavehospitaldistrictcodes;
        this.patientqueryParams.leavehospitaldistrictcodes =   store.getters.leavehospitaldistrictcodes;
        this.patientqueryParams.leaveldeptcodes = null;
      }
      if (
@@ -1821,7 +1819,10 @@
      )
        this.patientqueryParams.leaveldeptcodes = null;
      this.handleAddpatient();
      console.log("this.patientqueryParams.allhosp",this.patientqueryParams.allhosp);
    },
    resetQuerymb() {
      this.topqueryParams = { svyname: "" };
      this.handleQuerymb();
src/views/sfstatistics/percentage/index.vue
@@ -131,7 +131,6 @@
              :data="userList"
              :border="true"
              @selection-change="handleSelectionChange"
              @row-click="handleRowClick"
              @expand-change="handleRowClick"
              :row-key="getRowKey"
              :expand-row-keys="expands"