|
@@ -48,7 +48,6 @@ export default {
|
48
|
48
|
// 移除
|
49
|
49
|
remove(data) {
|
50
|
50
|
console.log(data);
|
51
|
|
- return;
|
52
|
51
|
const toast = this.$createToast({
|
53
|
52
|
txt: "Loading...",
|
54
|
53
|
mask: true
|
|
@@ -59,7 +58,7 @@ export default {
|
59
|
58
|
"workHourManagementList": [
|
60
|
59
|
{
|
61
|
60
|
"workHourId": data.gs.id,
|
62
|
|
- "workHourNum": data.workHourNum
|
|
61
|
+ "workHourNum": data.workHourNum2,
|
63
|
62
|
}
|
64
|
63
|
],
|
65
|
64
|
"summaryId": this.summaryId,
|
|
@@ -114,7 +113,6 @@ export default {
|
114
|
113
|
{
|
115
|
114
|
"workHourId": data.gs.id,
|
116
|
115
|
"workHourNum": data.workHourNum2,
|
117
|
|
- "workHourParent": data.gs.workHourParent
|
118
|
116
|
}
|
119
|
117
|
],
|
120
|
118
|
"summaryId": this.summaryId,
|
|
@@ -199,7 +197,6 @@ export default {
|
199
|
197
|
workName: item.workName,
|
200
|
198
|
workUnit: item.workUnit,
|
201
|
199
|
id: item.id,
|
202
|
|
- workHourParent: item.parent?item.parent.id:undefined
|
203
|
200
|
},
|
204
|
201
|
incidentId: this.incidentId,
|
205
|
202
|
summaryId: this.summaryId,
|