|
|
@@ -191,8 +191,8 @@ export default {
|
|
|
this.picForm = { id: _data.id, yearAndMonth: _data.yearAndMonth, highTechUrl: _data.highTechUrl ? _data.highTechUrl.split(',') : [] };
|
|
|
this.attendForm = { id: _data.id, yearAndMonth: _data.yearAndMonth, workHours: _data.workHours };
|
|
|
} else {
|
|
|
- this.picForm = { highTechUrl: [] };
|
|
|
- this.attendForm = { workHours: undefined };
|
|
|
+ this.picForm = { id: undefined, highTechUrl: [] };
|
|
|
+ this.attendForm = { id: undefined, workHours: undefined };
|
|
|
}
|
|
|
}
|
|
|
})
|