Commit ee8464b1 authored by “yiyousong”'s avatar “yiyousong”

pref:修改事项接口

parent 1c7c7f7e
......@@ -35,13 +35,11 @@ export const getdeptList = (data) => {
export const getSampleformMatterList = (data) => {
let baseUrl = local.getLocal("serverUrl");
let siteId = local.getLocal("siteId");
let devicenum = local.getLocal("devicenum");
return request({
url: `${baseUrl}sampleform/matter/list`,
method: "post",
data: {
siteId,
devicenum,
...data,
},
});
......
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