From caab6ba2ba2237984e5a626ced576a7fa4694be5 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 22:17:17 +0800
Subject: [PATCH] 1
---
src/views/capital/withdrawallist.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/capital/withdrawallist.vue b/src/views/capital/withdrawallist.vue
index 7879f14..7522196 100644
--- a/src/views/capital/withdrawallist.vue
+++ b/src/views/capital/withdrawallist.vue
@@ -334,11 +334,11 @@
withdrawupdateState(values)
.then((res) => {
if (res.status == 0) {
- this.$message.success({ content: res.msg, duration: 2 })
+ this.$message.success(res.msg)
form.resetFields()
this.getlist()
} else {
- this.$message.error({ content: res.msg })
+ this.$message.error(res.msg)
}
this.editOrderdialog = false
this.editOrderDialogloading = false
--
Gitblit v1.9.3