lcw
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
|
||||
import request from "@/utils/request";
|
||||
const api = "/mosty-base";
|
||||
const api = "/bagl/mosty-base";
|
||||
//根据身份证号码查询个人信息
|
||||
export const cyryPage = (data) => {
|
||||
return request({
|
||||
@ -11,7 +11,7 @@ export const cyryPage = (data) => {
|
||||
};
|
||||
// 查询公司下的年检人员
|
||||
|
||||
// /mosty-base/baxx / njry / list
|
||||
// /bagl/mosty-base/baxx / njry / list
|
||||
export const njryList = (data) => {
|
||||
return request({
|
||||
url: api + "/baxx/njry/list",
|
||||
|
||||
Reference in New Issue
Block a user