|
|
@@ -210,6 +210,7 @@ export default {
|
|
|
},
|
|
|
handleSubmitAtten(form, done) {
|
|
|
const params = { ...this.attendForm, yearAndMonth: this.yearAndMonth };
|
|
|
+ params.workHours = params.workHours ? params.workHours : 0;
|
|
|
settingAttenInfo(params).then(({ data }) => {
|
|
|
done();
|
|
|
if (data.code == 200) {
|