已删除1个文件
已修改2个文件
10 ■■■■ 文件已修改
dist.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/discharge/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.zip
Binary files differ
src/views/followvisit/discharge/index.vue
@@ -991,6 +991,11 @@
        value: dept.districtCode,
      };
    });
    this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
      (obj) => obj.deptCode
    );
    this.topqueryParams.leavehospitaldistrictcodes =
      store.getters.belongWards.map((obj) => obj.districtCode);
    if (this.errtype) {
      this.toleadExport(2);
    } else {
@@ -1059,8 +1064,7 @@
      });
    },
    affiliation() {
      this.topqueryParams.managementDoctorCode= store.getters.hisUserId;
      this.topqueryParams.managementDoctorCode = store.getters.hisUserId;
      this.getList(1);
    },
    onthatday() {
src/views/followvisit/record/detailpage/index.vue
@@ -53,6 +53,7 @@
          :data="logsheetlist"
          :row-class-name="tableRowClassName"
          style="width: 100%"
           height="350"
          @selection-change="handleSelectionChange"
        >
          <el-table-column
@@ -1530,6 +1531,7 @@
      getTaskservelist({
        patid: this.patid,
        subId: id,
        pageSize:100,
      }).then((res) => {
        if (res.code == 200) {
          console.log(11);