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 }) })