fix: 默认值修改
This commit is contained in:
parent
a79a6246a3
commit
0b1a1e0135
|
@ -152,8 +152,8 @@ export default {
|
||||||
formData: {
|
formData: {
|
||||||
file: undefined,
|
file: undefined,
|
||||||
swaggerUrl: '',
|
swaggerUrl: '',
|
||||||
modeId: '',
|
modeId: this.$t('commons.not.cover'),
|
||||||
moduleId: this.$t('commons.not.cover')
|
moduleId: '',
|
||||||
},
|
},
|
||||||
rules: {},
|
rules: {},
|
||||||
currentModule: {},
|
currentModule: {},
|
||||||
|
|
Loading…
Reference in New Issue