|
|
@@ -156,7 +156,7 @@ export default window.$crudCommon({
|
|
|
let delArr = [];
|
|
|
this.data.forEach(item => {
|
|
|
if (this.ids.indexOf(item.id) > -1) {
|
|
|
- delArr.push({ yearAndMonth: this.params.yearAndMonth, technicianId: row.technicianId });
|
|
|
+ delArr.push({ yearAndMonth: this.params.yearAndMonth, technicianId: item.technicianId });
|
|
|
}
|
|
|
});
|
|
|
return delArr;
|