From 3fb3ece6e2c15ccbb501a05261de659eaea6c05e Mon Sep 17 00:00:00 2001 From: valarchie <343928303@qq.com> Date: Mon, 6 Mar 2023 21:32:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=92=E5=BA=8F=E6=8E=92=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/operlog/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index 9b888cb..33a9c58 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -216,6 +216,8 @@ const data = reactive({ username: undefined, businessType: undefined, status: undefined, + orderByColumn: defaultSort.value.prop, + isAsc: defaultSort.value.order, }, });