src/views/doctor/checkAll/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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() {