修改已知bug1

This commit is contained in:
qq787203167
2022-06-02 15:52:49 +08:00
parent 46fa579da7
commit 7d88b2fe82
2 changed files with 3 additions and 1 deletions
@@ -295,7 +295,7 @@
_this.$message.success(_this.$t('OperationSuccessful'))
_this.getList()
} else {
_this.$message.warning(_this.$t('operationFailed'))
_this.$message.warning(res.message)
}
})
}