Commit 6eb940ba authored by Mr.Tang's avatar Mr.Tang

导出数据bug修复

parent 225ba242
......@@ -724,7 +724,9 @@ function handleDelete(row) {
/** 导出按钮操作 */
function handleExport() {
proxy.download('staffmanage/onboardmanage/export', {
...queryParams.value
...queryParams.value,
currentNode: 103, // 将筛选条件放到请求参数中
employmentApprovalState: 2 // 让服务端进行筛选
}, `onboardmanage_${new Date().getTime()}.xlsx`)
}
onMounted(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment