lrf402788946 4 년 전
부모
커밋
04b9dc27eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/user.js

+ 1 - 1
app/service/user.js

@@ -195,7 +195,7 @@ class UserService extends CrudService {
           'content-type': 'application/json',
         },
         dataType: 'json',
-        data: id,
+        data: { id },
       });
       console.log(r);
     }