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) => {
-
+