Pre Merge pull request !593 from 山野羡民/N/A

pull/593/MERGE
山野羡民 2024-11-22 03:38:45 +00:00 committed by Gitee
commit 72e3784af0
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: ''
}