From 9f60cae5f48606a0cac8fbc2b31ec03f17833ba7 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期四, 18 七月 2024 16:41:43 +0800 Subject: [PATCH] qxtj --- src/views/doctor/examination/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index adf1f5e..5f37c1b 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -479,7 +479,6 @@ }, // 鍗曢�夋閫変腑鏁版嵁 handleSelectionChange(selection) { - console.log(11111); this.selectList = selection; this.multipleSelection = []; if (selection.length > 1) { @@ -563,7 +562,7 @@ dataSynchronization(tjNumber).then((res) => { if (res.code == 200) { // this.$forceUpdate(); - // this.getList(); + this.handleCurrentChange(row); clearInterval(this.clearTimeSet) this.clearTimeSet=null this.$modal.closeLoading(); -- Gitblit v1.8.0