seyason пре 4 година
родитељ
комит
0d76353491
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -385,7 +385,7 @@
             confirmDeactive() {
                 this.http.post('/user/deactiveUser', {
                         id: this.deactiveUser.id,
-                        deactiveDate: this.deactiveDate
+                        inactiveDate: this.deactiveDate
                     },
                     res => {
                         if (res.code == "ok") {