Pre Merge pull request !593 from 山野羡民/N/A
commit
72e3784af0
|
|
@ -55,6 +55,7 @@ const formData = ref({
|
||||||
id: undefined,
|
id: undefined,
|
||||||
name: '',
|
name: '',
|
||||||
picUrl: '',
|
picUrl: '',
|
||||||
|
sort: 0,
|
||||||
status: CommonStatusEnum.ENABLE,
|
status: CommonStatusEnum.ENABLE,
|
||||||
description: ''
|
description: ''
|
||||||
})
|
})
|
||||||
|
|
@ -115,6 +116,7 @@ const resetForm = () => {
|
||||||
id: undefined,
|
id: undefined,
|
||||||
name: '',
|
name: '',
|
||||||
picUrl: '',
|
picUrl: '',
|
||||||
|
sort: 0,
|
||||||
status: CommonStatusEnum.ENABLE,
|
status: CommonStatusEnum.ENABLE,
|
||||||
description: ''
|
description: ''
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue