Commit 3ac76bf3 by lichengming
parents 43c11ec5 c0efd641
...@@ -204,7 +204,7 @@ export default { ...@@ -204,7 +204,7 @@ export default {
this.$refs.pageTable._hideLoading() this.$refs.pageTable._hideLoading()
const result = await soilSample.saveExcelExpReport({ const result = await soilSample.saveExcelExpReport({
entrustId: this.id, entrustId: this.id,
expName: this.itemName, expName: encodeURI(this.itemName),
ids: this.sampleIds, ids: this.sampleIds,
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