From 082898cfdf6fc3573904d46e4c7a7cd69acf6051 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 10 十二月 2024 11:01:25 +0800 Subject: [PATCH] 1 --- src/views/doctor/checkAll/index.vue | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index d44af2f..2168968 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/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() { -- Gitblit v1.8.0