代码备份

master
1178634255 2 years ago
parent 1a3b5d856e
commit c0cd221182

@ -2,7 +2,7 @@ import request from "@/utils/request";
export function filterList(param) {
return request({
url: "/sup/company/person/filterList",
method: "post",
method: "get",
data :param
});
}

Loading…
Cancel
Save