From b6dd12507003af1019cf6a72207e2d43f59a7edc Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Fri, 26 May 2023 16:10:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=8D=E7=85=A7=E6=97=B6=E9=97=B4=E8=A1=A8?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/devicePhotoSchedule/components/setdevice.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/devicePhotoSchedule/components/setdevice.vue b/src/views/devicePhotoSchedule/components/setdevice.vue index ff800f2..c3e1d45 100644 --- a/src/views/devicePhotoSchedule/components/setdevice.vue +++ b/src/views/devicePhotoSchedule/components/setdevice.vue @@ -64,7 +64,9 @@
@@ -119,6 +121,7 @@ export default { requestArr: [], //通过requestid获取状态 termzzid: [], flag: false, + sureloading: false, }; }, mounted() {}, @@ -210,6 +213,7 @@ export default { }, //根据requestid查询时间表下发状态 requestTime() { + this.sureloading = true; getCmaSchelduleUpload({ list: this.requestList, }) @@ -228,12 +232,14 @@ export default { clearInterval(this.timer); this.timer = null; this.isShow = false; + this.sureloading = false; } else if (this.i > 9) { this.i = 0; this.$message.warning("下发失败,请稍后再试!"); clearInterval(this.timer); this.timer = null; this.isShow = false; + this.sureloading = false; } }) .catch((err) => {});