Przeglądaj źródła

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

jingshuyong 10 miesięcy temu
rodzic
commit
786cceca70
1 zmienionych plików z 1 dodań i 1 usunięć
  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');