From 8334a87f6dd1b7a3a0a4a63f5911a06e478eb042 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Thu, 19 Sep 2024 15:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hr/archives/downpage/xingGeFengXi.vue | 4 ++-- src/views/hr/archives/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/hr/archives/downpage/xingGeFengXi.vue b/src/views/hr/archives/downpage/xingGeFengXi.vue index 8d0ff47..b02adb9 100644 --- a/src/views/hr/archives/downpage/xingGeFengXi.vue +++ b/src/views/hr/archives/downpage/xingGeFengXi.vue @@ -7,7 +7,7 @@ const downloadUrl = import.meta.env.VITE_APP_BASE_API+"/systemapi/rongxin/downLoadNineTestPage" const downloadUrlStis = import.meta.env.VITE_APP_BASE_API+"/systemapi/rongxin/statisticsPersonality" const props = defineProps({ - typeKey: { + downTableType: { type: String, default: "10000003", }, @@ -28,7 +28,7 @@ const searchQuery = reactive({ types:1, org:"", keywords:"", - typekey:props.typeKey?props.typeKey.toString():"" + typekey:props.downTableType?props.downTableType.toString():"" }) const handleTypeClose = () => { emits("closeXigePage") diff --git a/src/views/hr/archives/index.vue b/src/views/hr/archives/index.vue index b47f55e..40987d4 100644 --- a/src/views/hr/archives/index.vue +++ b/src/views/hr/archives/index.vue @@ -562,7 +562,7 @@ const characterList = reactive([ ]) const downStatistics = (val:any) => { console.log("下载数据嗖嗖嗖--->",val) - downTableType.value = val + downTableType.value = val.code openTableType.value = true downClassType.value = 2 } @@ -981,7 +981,7 @@ const downStatistics = (val:any) => { - +