diff --git a/src/views/product/components/addGroup.vue b/src/views/product/components/addGroup.vue index 7445dfd..d7b0a09 100644 --- a/src/views/product/components/addGroup.vue +++ b/src/views/product/components/addGroup.vue @@ -145,6 +145,7 @@ export default { this.form.isShow = 1 this.form.name = '' this.form.sort = 0 + this.form.id = null this.form.productIds = [] this.productIds = [] }