Explorar el Código

fix:调试跳转

YaolongHan hace 4 años
padre
commit
6cf29dcdce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/drafts.vue

+ 1 - 0
src/views/drafts.vue

@@ -244,6 +244,7 @@ export default {
     });
     console.log('obj',obj)
     this.projectId = obj.projectId ?obj.projectId : '1000423';
+    this.fmapID = obj.fmapID
     this.init();
     this.getTreeData();
   }