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