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`),