From 69ff731fbacf2f2ae16f98a355506bfeb01dd567 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 07 Apr 2024 21:47:08 +0800
Subject: [PATCH] ne1

---
 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