This commit is contained in:
littleeewolf 2024-08-25 15:23:01 +08:00
parent dd2928357a
commit 13462c2b66
1 changed files with 5 additions and 8 deletions

View File

@ -818,7 +818,7 @@ const handlePaginationDialog = (currentPage) => {
// dialogShow.value = false;
};
//
const getData = (identNo) => {
const getData = (identNo) => {
http
.get(`/api/ggfwyth/ysyzt/getRyJbxxDetails?identNo=${identNo}`)
.then((res) => {
@ -833,6 +833,9 @@ const getData = (identNo) => {
}
});
});
if (dataMyTag.camera) {
getCameraUrl();
}
}
});
};
@ -880,13 +883,10 @@ watch(
onClickTag2("出生", "出生");
jump.value = "map";
getshs();
if (dataMyTag.camera) {
getCameraUrl();
}
}
);
onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
if (routers.query.type) {
dataMyTag.identNo = routers.query.identNo;
jump.value = "detail";
@ -895,9 +895,6 @@ onMounted(() => {
}
onClickTag2("出生", "出生");
getshs();
if (dataMyTag.camera) {
getCameraUrl();
}
} else {
jump.value = "map";
}