liuyc hace 2 años
padre
commit
ad5cc15258
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/manager/projectinfo/list.vue

+ 2 - 1
src/views/manager/projectinfo/list.vue

@@ -277,7 +277,8 @@ export default {
         path: '/project/tree',
         query: {
           pid: this.curProjiect.id,
-          wbsid: this.curProjiect.referenceLogWbsTemplateId
+          wbsid: this.curProjiect.referenceLogWbsTemplateId,
+          type: 4
         }
       });
     },