Browse Source

补充pid

Qukaidi 4 years ago
parent
commit
f810825817
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/fleet/sendcar/AddOrUpdate.vue

+ 1 - 2
src/views/fleet/sendcar/AddOrUpdate.vue

@@ -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);
     },
     //删除行