1
wwl
2024-12-10 082898cfdf6fc3573904d46e4c7a7cd69acf6051
1
1个文件已修改
7 ■■■■ 已修改文件
src/views/doctor/checkAll/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/checkAll/index.vue
@@ -649,6 +649,7 @@
              </el-table-column>
            </el-table>
          </div>
          <div v-if="!yichangList.length">暂无异常结果</div>
         </template>
       <template v-if="status==1">
        <div v-for="(item, index) in statusList" :key="index">
@@ -1375,12 +1376,6 @@
        tjNum: this.tjNumber,
      }).then((res) => {
        this.yichangList = res.data;
        if (res.msg == '该人员无异常项目') {
          _this.$message({
                type: "info",
                message: "该人员无异常项目",
              });
        }
      });
    },
    getdate() {