yusheng 1 anno fa
parent
commit
e2e6d9e198

+ 1 - 1
src/components/processSubmitDialog/processSubmitDialog.vue

@@ -216,7 +216,7 @@ export default {
   },
   },
   async created() {
   async created() {
     let typeObj = await getProduceTreeByCode('PROCESS001');
     let typeObj = await getProduceTreeByCode('PROCESS001');
-    this.LCFLList = typeObj[0].children.filter((item) => item.code == '06');
+    this.LCFLList = typeObj[0].children
     console.log(this.LCFLList);
     console.log(this.LCFLList);
 
 
     // 获得角色列表
     // 获得角色列表