This commit is contained in:
parent
790f92e1a8
commit
e9b574661e
|
@ -961,7 +961,7 @@ const getData = async () => {
|
|||
};
|
||||
|
||||
onMounted(() => {
|
||||
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
startAutoSwitching();
|
||||
});
|
||||
|
||||
|
|
|
@ -281,7 +281,7 @@
|
|||
</div>
|
||||
<div class="my-info">
|
||||
<div class="my-info-item" v-if="dataMyTag.title == '学习'">
|
||||
<div class="my-info-label">学  历</div>
|
||||
<div class="my-info-label">学历</div>
|
||||
<div class="my-info-content">
|
||||
<p>{{ baseInfo.eduPhase || "" }}</p>
|
||||
</div>
|
||||
|
@ -701,6 +701,7 @@ const onClickTag2 = (name, label) => {
|
|||
tableType.url = columnsList[name].url;
|
||||
tableType.columns = columnsList[name].column;
|
||||
if (name == "婚育") {
|
||||
|
||||
} else if (name == "综合") {
|
||||
dataMyTag.form.column = columnsList["一卡通"].column;
|
||||
oneCardSolution();
|
||||
|
@ -815,7 +816,7 @@ watch(
|
|||
}
|
||||
);
|
||||
onMounted(() => {
|
||||
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
if (routers.query.type) {
|
||||
dataMyTag.identNo = routers.query.identNo;
|
||||
jump.value = "detail";
|
||||
|
|
|
@ -605,7 +605,7 @@ const handleRowClick = (row, column, event) => {
|
|||
});
|
||||
};
|
||||
onMounted(() => {
|
||||
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
getTable("/api/ggfwyth/pg/lyxsdbrymd", pagination.currentPage);
|
||||
handleCurrentChange(1);
|
||||
});
|
||||
|
|
|
@ -662,7 +662,7 @@ const sevenYX = (name) => {
|
|||
};
|
||||
|
||||
onMounted(() => {
|
||||
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
getData("弱有所扶", "社会救助服务");
|
||||
sevenYX("弱有众扶");
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue