Commit 286a6492 by lichengming

修改了试样检测

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