Min 1 년 전
부모
커밋
66f68addc6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -3542,13 +3542,13 @@
                 background: 'rgba(0, 0, 0, 0.7)'
             });
             this.http.post(url,{
-                yearMonth: pushDate
+                pushDate: pushDate
             },res => {
                 loading.close();
                 if(res.code == 'ok'){
                     this.$message({
                         type: 'success',
-                        message: '推送成功!'
+                        message: res.data
                     });
                 }else{
                     this.$message({