From 316e063c57f91c32ba8a1e01bafec6360c402510 Mon Sep 17 00:00:00 2001 From: liyawei Date: Thu, 15 Sep 2022 09:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81-=E5=8F=82=E6=95=B0=E9=A1=B9?= =?UTF-8?q?=E6=94=B6=E9=9B=86-=E5=89=8D=E7=AB=AFbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/TaskCutOffTime/index.vue | 2 ++ jero-web/src/components/TaskCutOffTime/indexonekey.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/jero-web/src/components/TaskCutOffTime/index.vue b/jero-web/src/components/TaskCutOffTime/index.vue index 513d2861f..2837302dd 100644 --- a/jero-web/src/components/TaskCutOffTime/index.vue +++ b/jero-web/src/components/TaskCutOffTime/index.vue @@ -238,6 +238,7 @@ export default { if(res.data.result.length == 0){ this.visibleoperationFailed = false this.textLoading = false + this.visible = false _this.$message.success(this.$t('OperationSuccessful')) this.$emit('areaVisibleTaskCutOffTimeflag', false) this.$emit('GetgetTableList') @@ -246,6 +247,7 @@ export default { this.NotSelectedRowKeysValue = res.data.result this.visibleoperationFailed = true this.textLoading = false + this.visible = false } // this.$emit('areaVisibleTaskCutOffTimeflag', false) diff --git a/jero-web/src/components/TaskCutOffTime/indexonekey.vue b/jero-web/src/components/TaskCutOffTime/indexonekey.vue index 8a79f9690..f266acc78 100644 --- a/jero-web/src/components/TaskCutOffTime/indexonekey.vue +++ b/jero-web/src/components/TaskCutOffTime/indexonekey.vue @@ -239,12 +239,14 @@ export default { _this.$message.success(this.$t('OperationSuccessful')) this.$emit('areaVisibleTaskCutOffTimeAll', false) this.$emit('GetgetTableList') + this.visible = false this.textLoading = false }else{ this.NotSelectedRowKeysValue = res.data.result this.visibleoperationFailed = true this.textLoading = false + this.visible = false } // this.$emit('areaVisibleTaskCutOffTime', false)