From b54b3c4662338ca0897b8dbc9172f7f00306a09d Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 25 六月 2024 17:42:04 +0800 Subject: [PATCH] qxtj --- src/views/doctor/examination/index.vue | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index 9cee46c..d46045d 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -533,23 +533,13 @@ }); }, tongbu(row) { + this.$refs.tb.toggleRowSelection(row); let tjNumber = row.tjNumber; dataSynchronization(tjNumber).then((res) => { if (res.code == 200) { // this.$forceUpdate(); // this.getList(); this.$modal.msgSuccess("鍚屾鎴愬姛锛�"); - cSWebGetPro(tjNumber).then((res) => { - this.xiangmuList = res.data; - this.xiangmuList.forEach((item) => { - // console.log(item); - // if (item.type == 0) { - // this.dis = true; - // } else { - // this.dis = false; - // } - }); - }); } }); }, -- Gitblit v1.8.0