修改禅道已知bug
This commit is contained in:
@@ -357,11 +357,11 @@
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
_this.$message.success(res.data.result)
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||||
_this.areaVisible = false
|
_this.areaVisible = false
|
||||||
this.getLoginUserType()
|
this.getLoginUserType()
|
||||||
} else {
|
} else {
|
||||||
_this.$message.warning(res.data.result)
|
_this.$message.warning(_this.$t('operationFailed'))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user