|
@@ -4,7 +4,7 @@
|
|
|
* @Author: zzx
|
|
|
* @Date: 2024-11-09 16:08:16
|
|
|
* @LastEditors: zzx
|
|
|
- * @LastEditTime: 2024-11-19 16:08:16
|
|
|
+ * @LastEditTime: 2025-02-19 16:08:16
|
|
|
-->
|
|
|
<template>
|
|
|
<div class="app-container">
|
|
@@ -206,7 +206,7 @@ export default {
|
|
|
this.requestLoading = true;
|
|
|
setTimeout(() => {
|
|
|
this.requestLoading = false;
|
|
|
-
|
|
|
+
|
|
|
},1000)
|
|
|
withdrawRequest({ adminUserId: this.dialogQuery.adminUserId }).then(res => {
|
|
|
if (res.code == 200) {
|