From e1e0b477de0623e3370fd717e263343e1c8576dc Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 19 七月 2024 18:06:33 +0800 Subject: [PATCH] qxtj --- src/views/doctor/examination/index.vue | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index adf1f5e..66d278c 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -311,7 +311,7 @@ exaList: [], // 琛ㄥ崟鍙傛暟 form: {}, - clearTimeSet:null, + clearTimeSet: null, tjNumbers: "", multipleSelection: "", tjnum: "", @@ -479,7 +479,6 @@ }, // 鍗曢�夋閫変腑鏁版嵁 handleSelectionChange(selection) { - console.log(11111); this.selectList = selection; this.multipleSelection = []; if (selection.length > 1) { @@ -560,15 +559,20 @@ this.$modal.loading("姝e湪鍚屾锛岃绋嶅��..."); this.setTime(); let tjNumber = row.tjNumber; - dataSynchronization(tjNumber).then((res) => { + dataSynchronization(tjNumber).then((res, error) => { if (res.code == 200) { // this.$forceUpdate(); - // this.getList(); - clearInterval(this.clearTimeSet) - this.clearTimeSet=null + this.handleCurrentChange(row); + clearInterval(this.clearTimeSet); + this.clearTimeSet = null; this.$modal.closeLoading(); this.$modal.msgSuccess("鍚屾鎴愬姛锛�"); - } + } + }).catch(error => { + this.handleCurrentChange(row); + clearInterval(this.clearTimeSet); + this.clearTimeSet = null; + this.$modal.closeLoading(); }); }, // 椹冲洖鎸夐挳 -- Gitblit v1.8.0