From a0e2d4813071b0180cd52107d446109d3f4c9c26 Mon Sep 17 00:00:00 2001 From: zhanghui <1974531080@qq.com> Date: Fri, 27 Oct 2023 09:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=AE=E6=92=AD=E5=9B=BE=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=91=E6=96=B0=E5=A2=9E=E8=BD=AE=E6=92=AD=E5=9B=BE?= =?UTF-8?q?=EF=BC=8C=E7=A1=AE=E8=AE=A4=E6=97=B6=E6=B2=A1=E9=98=B2=E6=8A=96?= =?UTF-8?q?=EF=BC=8C=E5=A4=9A=E6=AC=A1=E7=82=B9=E5=87=BB=E5=9B=9E=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E5=A4=9A=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/platform/index-img/add-or-update.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front-end/mall4cloud-platform-master/src/views/platform/index-img/add-or-update.vue b/front-end/mall4cloud-platform-master/src/views/platform/index-img/add-or-update.vue index 1bee1c36..a90eda58 100644 --- a/front-end/mall4cloud-platform-master/src/views/platform/index-img/add-or-update.vue +++ b/front-end/mall4cloud-platform-master/src/views/platform/index-img/add-or-update.vue @@ -185,11 +185,12 @@ export default { duration: 1500, onClose: () => { this.visible = false + this.canSubmit = true this.$emit('refreshDataList') this.$refs['dataForm'].resetFields() } }) - }).finally(() => { + }).catch(() => { this.canSubmit = true }) })