From e9b574661e817cff254ab5f3c853de3d06151d9d Mon Sep 17 00:00:00 2001 From: duanxiaohai <1812246227@qq.com> Date: Sun, 11 Aug 2024 18:11:19 +0800 Subject: [PATCH] gx --- src/view/analyze.vue | 2 +- src/view/person/index.vue | 5 +++-- src/view/sy_details.vue | 2 +- src/view/sy_table.vue | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/view/analyze.vue b/src/view/analyze.vue index 26ce5f7..29b7796 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -961,7 +961,7 @@ const getData = async () => { }; onMounted(() => { - tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); + // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); startAutoSwitching(); }); diff --git a/src/view/person/index.vue b/src/view/person/index.vue index 9aa5a7d..200f5b5 100644 --- a/src/view/person/index.vue +++ b/src/view/person/index.vue @@ -281,7 +281,7 @@
-
学  历
+
学历

{{ baseInfo.eduPhase || "" }}

@@ -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"; diff --git a/src/view/sy_details.vue b/src/view/sy_details.vue index 211b4ba..4974f2f 100644 --- a/src/view/sy_details.vue +++ b/src/view/sy_details.vue @@ -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); }); diff --git a/src/view/sy_table.vue b/src/view/sy_table.vue index 2f4a9f5..e98d969 100644 --- a/src/view/sy_table.vue +++ b/src/view/sy_table.vue @@ -662,7 +662,7 @@ const sevenYX = (name) => { }; onMounted(() => { - tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); + // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); getData("弱有所扶", "社会救助服务"); sevenYX("弱有众扶"); });