提交 5bb3494f authored 作者: matian's avatar matian

修改性别默认参数以及详情打开新窗口

上级 a337bf93
......@@ -40,6 +40,12 @@ const listOptions = $computed(() => {
city: '',
industry: '',
workplace: ''
},
beforeRequest(params: any) {
if (params.sex === '') {
params.sex = '999'
}
return params
}
},
filters: [
......@@ -106,7 +112,7 @@ const handleFresh = () => {
</template>
<template #table-operate="{ row }">
<el-space>
<router-link :to="`/alumni/view?id=${row.id}`">
<router-link :to="`/alumni/view?id=${row.id}`" target="_blank">
<el-link type="primary">查看</el-link>
</router-link>
</el-space>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论