From 5985815ae04d79de90d1aff8b55b8422921e977b Mon Sep 17 00:00:00 2001 From: Eratosici Date: Tue, 30 Nov 2021 17:12:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BD=AE=E6=92=AD=E5=9B=BE?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=BA=E7=A9=BA=E5=8F=91=E5=B8=83=E6=88=90?= =?UTF-8?q?=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/admin/indexImg-add-or-update.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mall4v/src/views/modules/admin/indexImg-add-or-update.vue b/mall4v/src/views/modules/admin/indexImg-add-or-update.vue index 3c98fa0..205f55a 100644 --- a/mall4v/src/views/modules/admin/indexImg-add-or-update.vue +++ b/mall4v/src/views/modules/admin/indexImg-add-or-update.vue @@ -5,8 +5,9 @@ :visible.sync="visible"> - + { + if (!valid) { + return + } let param = this.dataForm this.$http({ url: this.$http.adornUrl(`/admin/indexImg`),