修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-07 17:02:19 +08:00
parent f85b94a84e
commit 86e13f7c95
@@ -274,10 +274,10 @@
onOk() {
postAction(_this.url.urlWithdraw, item).then((res) => {
if (res.success) {
_this.$message.success(res.message)
_this.$message.success(_this.$t('OperationSuccessful'))
_this.getList()
} else {
_this.$message.warning(res.message)
_this.$message.warning(_this.$t('operationFailed'))
}
})
}