From 56c3414977cda14e72a5e1a56ac1a950dfae31fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E9=87=8E=E7=BE=A1=E6=B0=91?= Date: Fri, 22 Nov 2024 03:38:44 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=AD=97=E6=AE=B5=EF=BC=9Aup?= =?UTF-8?q?date=20src/views/mall/product/brand/BrandForm.vue.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 山野羡民 --- src/views/mall/product/brand/BrandForm.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/mall/product/brand/BrandForm.vue b/src/views/mall/product/brand/BrandForm.vue index 7486dbee..08df03f9 100644 --- a/src/views/mall/product/brand/BrandForm.vue +++ b/src/views/mall/product/brand/BrandForm.vue @@ -55,6 +55,7 @@ const formData = ref({ id: undefined, name: '', picUrl: '', + sort: 0, status: CommonStatusEnum.ENABLE, description: '' }) @@ -115,6 +116,7 @@ const resetForm = () => { id: undefined, name: '', picUrl: '', + sort: 0, status: CommonStatusEnum.ENABLE, description: '' } -- Gitee