This commit is contained in:
duanxiaohai 2024-09-14 17:41:37 +08:00
parent 07c6250acd
commit 864f3da1ed
2 changed files with 1 additions and 1 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -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;