This commit is contained in:
parent
ae1277651b
commit
e5eb3f29a0
|
@ -635,7 +635,7 @@ watch(
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||||
if (routers.query.type) {
|
if (routers.query.type) {
|
||||||
baseInfo.value.nm = routers.query.nm;
|
baseInfo.value.nm = routers.query.nm;
|
||||||
baseInfo.value.dz = routers.query.dz;
|
baseInfo.value.dz = routers.query.dz;
|
||||||
|
|
|
@ -604,10 +604,23 @@ const handleRowClick = (row, column, event) => {
|
||||||
query: { nm: row.xm, identNo: row.sfzhm, dz: row.dz,bq:row.bq, type: "detail" },
|
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(() => {
|
onMounted(() => {
|
||||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||||
getTable("/api/ggfwyth/pg/lyxsdbrymd", pagination.currentPage);
|
getTable("/api/ggfwyth/pg/lyxsdbrymd", pagination.currentPage);
|
||||||
handleCurrentChange(1);
|
handleCurrentChange(1);
|
||||||
|
person_detail();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -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) => {
|
const getDataBq = async (jd, cs) => {
|
||||||
await http
|
await http
|
||||||
.get(`/api/ggfwyth/ysyzt/getBqRs?committee=${cs || ""}&town=${jd || ""}`)
|
.get(`/api/ggfwyth/ysyzt/getBqRs?committee=${cs || ""}&town=${jd || ""}`)
|
||||||
|
@ -3051,7 +3042,7 @@ const reset_font2 = () => {
|
||||||
"scale(" + width / 1920 + "," + height / 1080 + ")";
|
"scale(" + width / 1920 + "," + height / 1080 + ")";
|
||||||
};
|
};
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||||
reset_font();
|
reset_font();
|
||||||
initMap();
|
initMap();
|
||||||
getData();
|
getData();
|
||||||
|
|
|
@ -662,7 +662,7 @@ const sevenYX = (name) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||||
getData("弱有所扶", "社会救助服务");
|
getData("弱有所扶", "社会救助服务");
|
||||||
sevenYX("弱有众扶");
|
sevenYX("弱有众扶");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue