From 876f43e0fd34e084cc8a179a20afb51fe612eca3 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期六, 09 十二月 2023 18:59:31 +0800 Subject: [PATCH] qxtj --- src/views/doctor/examination/index.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index 53c7d2d..5182571 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -302,6 +302,7 @@ }); } else { this.$refs.tb.clearSelection(); + this.xiangmuList = []; } this.total = response.data.total; this.loading = false; @@ -357,7 +358,6 @@ status: "0", }; confirmOrder(data).then((res) => { - console.log(res); if (res.code == 200) { this.getList(); this.$modal.msgSuccess("鎻愪氦鎴愬姛锛�"); @@ -378,14 +378,12 @@ status: "1", }; confirmOrder(data).then((res) => { - console.log(res); if (res.code == 200) { this.getList(); this.$modal.msgSuccess("鎻愪氦鎴愬姛锛�"); } }); }); - console.log(this.tjNumbers); }, }, }; -- Gitblit v1.8.0