diff --git a/src/views/mall/product/brand/BrandForm.vue b/src/views/mall/product/brand/BrandForm.vue index 7486dbee6..08df03f93 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: '' }