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

This commit is contained in:
刘祥超
2022-04-16 22:22:18 +08:00
parent 5138bbe947
commit 18f3a00c0f
5 changed files with 5 additions and 5 deletions

View File

@@ -12830,7 +12830,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 {