yusheng 1 год назад
Родитель
Сommit
e2e6d9e198
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/processSubmitDialog/processSubmitDialog.vue

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

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