Commit 286a6492 by lichengming

修改了试样检测

parent 75f68f63
......@@ -208,10 +208,12 @@ export default {
}
let baseUrl = Global.baseURL
baseUrl +=
'/soil/v1/sample/original_record_data_bind?modelId=' +
this.selectData[0].id +
'&sampleId=' +
this.itemIds
'/soil/v1/sample/original_record_data_bind?entrustId=' +
this.entrustId +
'&expIds=' +
this.itemIds +
'&modelId=' +
this.selectData[0].id
const url =
recordUrl +
'/print/v1/eln/template_meter_' +
......
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