jwyu hai 1 ano
pai
achega
cc941bf9f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/dataEntry_manage/thirdBase/FwmtData.vue

+ 1 - 1
src/views/dataEntry_manage/thirdBase/FwmtData.vue

@@ -349,11 +349,11 @@ export default {
     //改变选中节点
     nodeChangeHandle(data, node) {
       if (data.ClassifyId === this.select_classify) return;
+      this.select_classify = data.ClassifyId;
       if(data.ParentId===0&&data.Child){
         this.rightShow=false
         return
       }
-      this.select_classify = data.ClassifyId;
       this.leftSearchVal=''
       this.page_no = 1;
       this.page_size = 20;