From 68786262c3b3a3af9bf4da5f40749a7885da94dc Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 04 三月 2025 15:51:44 +0800 Subject: [PATCH] 1 --- src/views/doctor/examination/index.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index 45c2ee0..de7d006 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -181,11 +181,11 @@ size="mini" type="text" @click="tongbu(scope.row)" - disabled + >鍚屾</el-button > <!-- :disabled="dis" --> - <el-button + <!-- <el-button disabled size="mini" type="text" @@ -199,7 +199,7 @@ disabled @click="bohui(scope.row)" >椹冲洖</el-button - > + > --> </template> <!-- v-show=" (xianshi == 'Y' || xianshi == 'y') && @@ -874,14 +874,12 @@ }, 300000); }, tongbu(row) { - // this.$refs.tb.toggleRowSelection(row); this.$modal.loading("姝e湪鍚屾锛岃绋嶅��..."); this.setTime(); let tjNumber = row.tjNumber; dataSynchronization(tjNumber) .then((res, error) => { if (res.code == 200) { - // this.$forceUpdate(); this.handleCurrentChange(row); clearInterval(this.clearTimeSet); this.clearTimeSet = null; -- Gitblit v1.8.0