Pre Merge pull request !593 from 山野羡民/N/A
commit
72e3784af0
|
|
@ -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