fix: 默认值修改
This commit is contained in:
parent
a79a6246a3
commit
0b1a1e0135
|
@ -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: {},
|
||||
|
|
Loading…
Reference in New Issue