Commit f8d92878 by xue_wengang

移动警务接口

parent a373f98d
......@@ -19,6 +19,13 @@ export default {
method: "post"
});
},
getYdjwList(params) {
return request({
url: url.rzURL + "/aapydgl/list",
data: params,
method: "post"
});
},
insertYdjw (params) {
return request({
url: url.ydjwURL + "/aapydgl/insert",
......
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