perf: 界面设置提交后不刷新页面

This commit is contained in:
wangruidong 2023-12-21 15:33:22 +08:00 committed by 老广
parent 09b52738ca
commit cdcc4226db

View File

@ -226,7 +226,9 @@ export default {
}
}
updateInterface(form).then(res => {
location.reload()
this.$message.success(this.$tc('common.updateSuccessMsg'))
}).catch(error => {
this.$message.error(this.$tc('common.updateErrorMsg' + ' ' + error))
})
}
}