ggooalice преди 2 години
родител
ревизия
d8a05de11a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/settings/timetype.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/settings/timetype.vue

@@ -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();