Browse Source

Merge branch 'bug7280'

shanbinzhang 1 month ago
parent
commit
414a41859f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/chartETA/components/TreeSelectPop.vue

+ 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
     }