zouyu
2023-12-05 8c6f874024ead115685280e7a9a3d4a4e40c56c4
src/views/quality/rawMaterial/index.vue
@@ -287,8 +287,11 @@
                    this.$message.error("只能选择已检测的数据")
                    return
                }
                console.log(selection)
                downloadReport().then(res=>{
                let ids = []
                selection.forEach(ele=>{
                    ids.push(ele.id)
                })
                downloadReport({ids : ids}).then(res=>{
                    transformZip(res)
                }).catch(error=>{
                    console.log(error)