|
|
|
@ -115,7 +115,6 @@ export default { |
|
|
|
// dataList.forEach((element) => { |
|
|
|
// dataList.forEach((element) => { |
|
|
|
// this.tableForm.config.unshift(element); |
|
|
|
// this.tableForm.config.unshift(element); |
|
|
|
// }); |
|
|
|
// }); |
|
|
|
|
|
|
|
|
|
|
|
// 获取货主ids |
|
|
|
// 获取货主ids |
|
|
|
const { rows } = await list({ orderNo: dataList[0].orderNo }) |
|
|
|
const { rows } = await list({ orderNo: dataList[0].orderNo }) |
|
|
|
this.tableForm.config = rows |
|
|
|
this.tableForm.config = rows |
|
|
|
|