Commit 73b31c53 by wangweidong

土工试验Lims

parent 07a80edb
...@@ -202,7 +202,7 @@ export default { ...@@ -202,7 +202,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