1111
This commit is contained in:
parent
dd2928357a
commit
13462c2b66
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue