shanbinzhang 1 сар өмнө
parent
commit
414a41859f

+ 1 - 1
src/views/chartETA/components/TreeSelectPop.vue

@@ -68,7 +68,7 @@ watch(showPop,()=>{
 
 
 function handleConfirmMove(){
-    if(!activeId.value){
+    if(!activeId.value||activeId.value===0){
         showToast('请选择分类!')
         return
     }