This commit is contained in:
duanxiaohai 2024-08-11 18:11:19 +08:00
parent 790f92e1a8
commit e9b574661e
4 changed files with 6 additions and 5 deletions

View File

@ -961,7 +961,7 @@ const getData = async () => {
};
onMounted(() => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
startAutoSwitching();
});

View File

@ -281,7 +281,7 @@
</div>
<div class="my-info">
<div class="my-info-item" v-if="dataMyTag.title == '学习'">
<div class="my-info-label">&emsp;&emsp;</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";

View File

@ -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);
});

View File

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