fix: 操作日志默认倒序排列

This commit is contained in:
valarchie 2023-03-06 21:32:01 +08:00
parent 93dbd355a4
commit 3fb3ece6e2

View File

@ -216,6 +216,8 @@ const data = reactive({
username: undefined,
businessType: undefined,
status: undefined,
orderByColumn: defaultSort.value.prop,
isAsc: defaultSort.value.order,
},
});