mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
优化交互
This commit is contained in:
@@ -25,7 +25,7 @@ Vue.component("sort-arrow", {
|
||||
})
|
||||
}
|
||||
if (order == "asc") {
|
||||
newArgs.push(this.name + "=")
|
||||
newArgs.push(this.name + "=desc")
|
||||
} else if (order == "desc") {
|
||||
newArgs.push(this.name + "=asc")
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user