fix: Typos (#2014)
parent
426efc789c
commit
2f017082d2
|
|
@ -334,7 +334,7 @@ const submit = async () => {
|
||||||
applicationApi
|
applicationApi
|
||||||
.updatePlatformConfig(id, configType.value, form[configType.value], loading)
|
.updatePlatformConfig(id, configType.value, form[configType.value], loading)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
MsgSuccess(t('commom.saveSuccess'))
|
MsgSuccess(t('common.saveSuccess'))
|
||||||
closeDrawer()
|
closeDrawer()
|
||||||
emit('refresh')
|
emit('refresh')
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue