浏览代码

编辑离职日期传值

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") {