From 872aed0fd757885e3a77f71f4fdfbc38de70a3a3 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期二, 05 十二月 2023 18:03:44 +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