优化交互

This commit is contained in:
GoEdgeLab
2021-07-07 19:02:39 +08:00
parent b851fb7c52
commit d42fafd8ed
3 changed files with 9 additions and 1 deletions

View File

@@ -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 {