This commit is contained in:
lcw
2025-09-26 12:56:52 +08:00
parent 204a199990
commit 2bed0ee326
503 changed files with 37423 additions and 1132 deletions

View File

@ -14,7 +14,7 @@ export const getRypcList = (data = {}) => {
});
};
// 条件查询车辆盘查信息
// 条件查询车辆盘查信息
export const getClpcList = (data = {}) => {
return request({
url: api + "/tbHcBpccl/getClpcList",
@ -26,7 +26,7 @@ export const getRypcList = (data = {}) => {
//人员核查档案
export function getHjyjData(data){
return request({
url: "/mosty-base/other/getHjyjData",
url: "/mosty-api/mosty-base/other/getHjyjData",
method: "POST",
data
})