修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-02 17:08:15 +08:00
parent e27bbc7e41
commit a0ca2ef27d
@@ -357,11 +357,11 @@
.then((res) => {
console.log(res)
if (res.data.success) {
_this.$message.success(res.data.result)
_this.$message.success(_this.$t('OperationSuccessful'))
_this.areaVisible = false
this.getLoginUserType()
} else {
_this.$message.warning(res.data.result)
_this.$message.warning(_this.$t('operationFailed'))
}
})
.catch((error) => {