排序字段:update src/views/mall/product/brand/BrandForm.vue.
Signed-off-by: 山野羡民 <liyujiang_tk@yeah.net>pull/593/head
parent
a283dc8cba
commit
56c3414977
|
|
@ -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: ''
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue