多体系建设信息化条统-前端
zhouwx
2026-02-02 ea6f80179c8c45d743d45aa02e54640aad6355f7
src/views/build/conpanyFunctionConsult/digitalFileDep/project/projectReview/index.vue
@@ -410,8 +410,13 @@
              };
            })
    );
    item.productItems = item.productItems.map(i => i.fileName)
    const productList = item.projectDocuments.map(i => i.fileName)
    const processList = item.processInspections.map(i => i.fileName)
    item.productItems = productList.concat(processList).map(item => {
      return {
        name:item
      }
    })
    console.log('item.productItems', item.productItems)
    try {
      generateWordDocument(templatePath.value, item, item.itemName + `_${item.stage}审批表.docx`);