修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-10 16:45:44 +08:00
parent 582e7e4bc9
commit 33da7e60c4
4 changed files with 5 additions and 3 deletions
@@ -277,7 +277,7 @@
_this.$message.success(_this.$t('OperationSuccessful'))
_this.getList()
} else {
_this.$message.warning(_this.$t('operationFailed'))
_this.$message.warning(res.message)
}
})
}