大宝管理后台代码
dcc
2024-07-07 55424ae85fe3b97a0fa383e00515e5edc4e9a75b
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