退回版本

This commit is contained in:
李宇奇 2025-06-11 10:58:27 +08:00
parent 01257597c8
commit 19a08a6705

View File

@ -194,7 +194,7 @@ const handleSortChange = (data) => {
if (baseTableQuery.sortBy.has(data.prop)) {
baseTableQuery.sortBy.delete(data.prop)
}
baseTableQuery.sortBy.set(data.prop, data.order.toLowerCase() === 'ascending')
baseTableQuery.sortBy.set(data.prop, data.order === 'ascending')
search()
}
const getCurrentRow = (row) => {