Commit 3cf522b6 by lichengming

修改了生成项目报告

parent 8be1ecb0
...@@ -195,7 +195,7 @@ export default { ...@@ -195,7 +195,7 @@ export default {
_makeCodeExcel: async function(data) { _makeCodeExcel: async function(data) {
const result = await soilSample.saveExcelExpReport({ const result = await soilSample.saveExcelExpReport({
entrustId: this.id, entrustId: this.id,
expName: encodeURI(this.itemName), expName: this.itemName,
ids: this.sampleIds.join(','), ids: this.sampleIds.join(','),
templateId: data.id templateId: data.id
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment