Browse Source

编辑离职日期传值

seyason 3 years ago
parent
commit
0d76353491
1 changed files with 1 additions and 1 deletions
  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") {