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 | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index 5f37c1b..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: "", @@ -559,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.handleCurrentChange(row); - clearInterval(this.clearTimeSet) - this.clearTimeSet=null + 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