功能系统维护报错提示

This commit is contained in:
zyx.net
2023-03-30 16:42:38 +08:00
parent c530de3a10
commit a60df3bb36
@@ -291,7 +291,7 @@ export default {
this.confirmLoading = false
this.bussLogList()
} else {
this.$message.warning(this.$t('operationFailed'))
this.$message.warning(res.message)
this.confirmLoading = false
}
})