修改商品管理-商品分组编辑商品分组后未将id置空问题
This commit is contained in:
parent
347f58828d
commit
54d06b72fe
|
|
@ -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 = []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue