fix: 默认值修改

This commit is contained in:
wenyann 2021-01-29 11:12:37 +08:00
parent a79a6246a3
commit 0b1a1e0135
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@ export default {
formData: {
file: undefined,
swaggerUrl: '',
modeId: '',
moduleId: this.$t('commons.not.cover')
modeId: this.$t('commons.not.cover'),
moduleId: '',
},
rules: {},
currentModule: {},