fix: 操作日志默认倒序排列
This commit is contained in:
parent
93dbd355a4
commit
3fb3ece6e2
@ -216,6 +216,8 @@ const data = reactive({
|
||||
username: undefined,
|
||||
businessType: undefined,
|
||||
status: undefined,
|
||||
orderByColumn: defaultSort.value.prop,
|
||||
isAsc: defaultSort.value.order,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user