zhouwx
2025-07-02 592c1750b148874737cdfba4b22b6229f9805fe6
src/views/build/conpanyFunctionConsult/qualityObjectives/table/index.vue
@@ -347,8 +347,12 @@
    const year = now.getFullYear()
    const month = (now.getMonth() +1).toString().padStart(2, '0');
    item.nowDate = year + '-' + month
    item.year = year
    item.tableData = item.qualityTargets
    item.tableData = item.qualityTargets.map((i,index) => {
      return {
        ...i,
        nuum: index+1
      }
    })
    try {
      generateWordDocument(templatePath.value, item, name+'_质量目标分解表.docx');
    } catch (error){