mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 23:00:25 +08:00
修复看板中统计数据可能不显示的问题
This commit is contained in:
@@ -16,7 +16,7 @@ Vue.component("sort-arrow", {
|
||||
let argValue = v.substring(eqIndex + 1)
|
||||
if (argName == that.name) {
|
||||
order = argValue
|
||||
} else if (argValue != "asc" && argValue != "desc") {
|
||||
} else if (argName != "page" && argValue != "asc" && argValue != "desc") {
|
||||
newArgs.push(v)
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user