From 550bfcd5fc87e6753e594b527e43ed8ca2cc94ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E5=A4=A7=E5=8F=94?= <494979559@qq.com> Date: Mon, 5 Aug 2024 09:43:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/withdraw/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/system/withdraw/index.vue b/src/views/system/withdraw/index.vue index 32ec4f6..042c352 100644 --- a/src/views/system/withdraw/index.vue +++ b/src/views/system/withdraw/index.vue @@ -209,6 +209,8 @@ export default { deviceName: null, mchName: null, type: "2", // 提现 + orderByColumn: "createTime", + isAsc: "descending", }, // 表单参数 form: {},