+ {listError &&
{listError}
}
{sections.map((section) => (
{section.label && (
@@ -389,22 +457,26 @@ function ErrorDrill({
)}
{section.items.map((g) => (
-
setSelFp(g.fingerprint)} />
+ setSelFp(g.fingerprint)} ui={ui} />
))}
))}
- {sections.length === 0 &&
所选区间内没有错误。
}
+ {!listError && sections.length === 0 &&
所选区间内没有错误。
}
- {detail ? (
+ {detailError ? (
+