多体系建设信息化条统-前端
祖安之光
2025-12-24 ec18b89ef6e401e8d6746838f7e924eeaf650fe1
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`);