Commit afea69d0 authored by 张伯涛's avatar 张伯涛

装配追溯详情查询添加传参lineDate

parent 89087119
......@@ -1244,7 +1244,8 @@ export default {
this.open.passDialog = true
this.dialogTitle = '测试参数结果'
const params = {
businessId: row.testId
businessId: row.testId,
lineDate: row.lineDate
}
queryTestInfo(params).then(res => {
this.testInfoTable = res.data
......
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