修改商品管理-商品分组编辑商品分组后未将id置空问题
This commit is contained in:
@@ -145,6 +145,7 @@ export default {
|
|||||||
this.form.isShow = 1
|
this.form.isShow = 1
|
||||||
this.form.name = ''
|
this.form.name = ''
|
||||||
this.form.sort = 0
|
this.form.sort = 0
|
||||||
|
this.form.id = null
|
||||||
this.form.productIds = []
|
this.form.productIds = []
|
||||||
this.productIds = []
|
this.productIds = []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user