排序字段:update src/views/mall/product/brand/BrandForm.vue.

Signed-off-by: 山野羡民 <liyujiang_tk@yeah.net>
pull/593/head
山野羡民 2024-11-22 03:38:44 +00:00 committed by Gitee
parent a283dc8cba
commit 56c3414977
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

View File

@ -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: ''
}