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);
     }