From 312e207ed418e190949f0c5f4eedda50fa40f360 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期四, 14 九月 2023 17:53:39 +0800 Subject: [PATCH] su --- 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