|
@@ -124,9 +124,9 @@ export default {
|
|
|
this.subTitle = '委外'
|
|
|
this.dataForm.list = [
|
|
|
{
|
|
|
- productName: item.productName,
|
|
|
- productSpec: item.productSpec,
|
|
|
- mapNumber: item.mapNumber,
|
|
|
+ productName: rows.productName,
|
|
|
+ productSpec: rows.productSpec,
|
|
|
+ mapNumber: rows.mapNumber,
|
|
|
supplierId: '',
|
|
|
purComDetailId: rows.id,
|
|
|
cnt: rows.cnt,
|