修改商品管理-商品分组编辑商品分组后未将id置空问题

This commit is contained in:
YeMingfei666 2024-07-24 10:54:53 +08:00
parent 347f58828d
commit 54d06b72fe
1 changed files with 1 additions and 0 deletions

View File

@ -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 = []
}