Просмотр исходного кода

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

jingshuyong 10 месяцев назад
Родитель
Сommit
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');