|
@@ -1554,8 +1554,7 @@ export default {
|
|
|
},
|
|
|
// 添加行
|
|
|
addRow2(tableData, event) {
|
|
|
- var obj = {};
|
|
|
- tableData.push({cntrId:this.schedulingList[0].cntrId});
|
|
|
+ tableData.push({cntrId:this.schedulingList[0].cntrId,pId:this.schedulingList[0].id});
|
|
|
this.showSure(this.schedulingList);
|
|
|
},
|
|
|
//删除行
|