From d2a6b6f9de0589ef3e74e37eb138fbee097673c1 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 11 Jun 2024 16:33:32 +0800
Subject: [PATCH] 换个code

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