From 55424ae85fe3b97a0fa383e00515e5edc4e9a75b Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sun, 07 Jul 2024 10:15:18 +0800
Subject: [PATCH] 7.6更改的东西

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