From 54d06b72fe1a9e6e67c2754b25e0fe4a0002a3f7 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 24 Jul 2024 10:54:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E5=95=86=E5=93=81=E5=88=86=E7=BB=84=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=95=86=E5=93=81=E5=88=86=E7=BB=84=E5=90=8E=E6=9C=AA?= =?UTF-8?q?=E5=B0=86id=E7=BD=AE=E7=A9=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/components/addGroup.vue | 1 + 1 file changed, 1 insertion(+) 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 = [] }