소스 검색

指标管理页面功能开发 禅道需求145

jingshuyong 10 달 전
부모
커밋
786cceca70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/regulationManagement/index.vue

+ 1 - 1
src/views/regulationManagement/index.vue

@@ -290,7 +290,7 @@
       },
       handleNodeClick(node, type) {
         this.treeType = node.value;
-        if (type !== 'init') {
+        if (type !== 'init') { 
           this.reload();
         }
         console.log(node, 'node 333');