This commit is contained in:
bb_pan 2025-08-11 16:08:01 +08:00
parent 161a4daaf7
commit 8276fba8dd
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ export default {
if (row.jiJuType == 2 && row.isCheck == '1') { if (row.jiJuType == 2 && row.isCheck == '1') {
return !this.isWithinOneMonth(row.nextCheckTime) return !this.isWithinOneMonth(row.nextCheckTime)
} else { } else {
return false return true
} }
}, },
isWithinOneMonth(dateStr) { isWithinOneMonth(dateStr) {