|
@@ -929,7 +929,7 @@
|
|
|
res => {
|
|
|
this.listLoading = false;
|
|
|
if (res.code == "ok") {
|
|
|
- this.timeType = res.data.result;
|
|
|
+ this.timeType = res.data;
|
|
|
this.timeType.fillOvertime = this.timeType.fillOvertime ? true : false
|
|
|
this.timeType.lockWorktime = this.timeType.lockWorktime ? true : false
|
|
|
this.timeChange();
|