@@ -380,7 +380,10 @@ function handlePickPlan(plan) {
showAllPathByType()
const conflicts = allPathArr[plan.name]?.conflicts
- if (!conflicts) return
+ if (!conflicts) {
+ clearResults()
+ return
+ }
clearAllCubeDetail()
formatResult(conflicts.gridConflict)
}