gr 3 هفته پیش
والد
کامیت
ad1748b2fc
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      src/views/home/cpns/PanelHxhs.vue

+ 4 - 1
src/views/home/cpns/PanelHxhs.vue

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