Commit 878199c1 authored by 沈翠玲's avatar 沈翠玲

完工作业

parent 008a7e8a
...@@ -151,7 +151,8 @@ export function change(query) { ...@@ -151,7 +151,8 @@ export function change(query) {
return request({ return request({
url: "/mobile/pro/protask/change", url: "/mobile/pro/protask/change",
method: "post", method: "post",
data: query headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
params: query
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment