修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-02 15:48:26 +08:00
parent 58b2c9ac31
commit 178115e28e
3 changed files with 5 additions and 5 deletions
@@ -239,7 +239,7 @@ export default {
this.$emit('GetgetTableList')
this.confirmLoading = false
} else {
this.$message.warning(res.message)
this.$message.warning(this.$t('operationFailed'))
this.confirmLoading = false
}
})