This commit is contained in:
littleeewolf 2024-08-10 19:35:03 +08:00
parent ae1277651b
commit e5eb3f29a0
4 changed files with 17 additions and 13 deletions

View File

@ -635,7 +635,7 @@ watch(
}
);
onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
if (routers.query.type) {
baseInfo.value.nm = routers.query.nm;
baseInfo.value.dz = routers.query.dz;

View File

@ -604,10 +604,23 @@ const handleRowClick = (row, column, event) => {
query: { nm: row.xm, identNo: row.sfzhm, dz: row.dz,bq:row.bq, type: "detail" },
});
};
const person_detail = () => {
http
.get(
`/api/ggfwyth/ysyzt/getRyJbxxList?page=1&size=10&town=溪口镇&tagId=1`
)
.then((res) => {
if (res.code == 200) {
// tableType.data = res.data;
// pagination.total = res.count;
}
});
};
onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
getTable("/api/ggfwyth/pg/lyxsdbrymd", pagination.currentPage);
handleCurrentChange(1);
person_detail();
});
</script>

View File

@ -1335,15 +1335,6 @@ const getDatas2 = async (e, i, cs) => {
//
//
//
const changeTagId = (bq) => {
tsbq_id_total.value.forEach((item, index) => {
if (bq == item.id) {
console.log(item.tagId);
return item.tagId;
}
});
};
const getDataBq = async (jd, cs) => {
await http
.get(`/api/ggfwyth/ysyzt/getBqRs?committee=${cs || ""}&town=${jd || ""}`)
@ -3051,7 +3042,7 @@ const reset_font2 = () => {
"scale(" + width / 1920 + "," + height / 1080 + ")";
};
onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
reset_font();
initMap();
getData();

View File

@ -662,7 +662,7 @@ const sevenYX = (name) => {
};
onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
getData("弱有所扶", "社会救助服务");
sevenYX("弱有众扶");
});