修复看板中统计数据可能不显示的问题

This commit is contained in:
GoEdgeLab
2022-04-16 22:22:18 +08:00
parent 9ab195be9d
commit 79c8a8cf9c
5 changed files with 5 additions and 5 deletions

View File

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