This commit is contained in:
parent
07c6250acd
commit
864f3da1ed
|
@ -514,7 +514,7 @@ const getTable = (pagination) => {
|
|||
});
|
||||
};
|
||||
const getTable1 = (pagination) => {
|
||||
http.get(`${pagination.url}?sfzhm=${data.identNo}`).then((res) => {
|
||||
http.get(`${pagination.url}?sfzhm=${data.identNo}&xh=${routers.query.xh}`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
tableType.data = res.data;
|
||||
tableType.typeId = routers.query.id;
|
||||
|
|
Loading…
Reference in New Issue