|
|
@@ -3743,7 +3743,7 @@ export default { |
|
|
|
const userId = this.userId; |
|
|
|
const projId = this.projId; |
|
|
|
const workList = await services.fetchWorkFlow(projId, userId); |
|
|
|
const folderList = workList.slice(1); |
|
|
|
const folderList = workList.filter(folder => folder.nodeId !== folder.templateId); |
|
|
|
|
|
|
|
this.listUserFolders = folderList; |
|
|
|
this.folderMap = folderList.reduce((h, f) => (h[f.id] = f, h), {}); |
|
|
|