独立阅片人简历查看修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-10-13 14:01:46 +08:00
parent 877535f579
commit 341a707c80
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<template slot-scope="scope">
<el-button type="text" @click="
go(
`/trialsResume?doctorId=${scope.row.DoctorId}&token=${token}`
`/trialsResume?doctorId=${scope.row.DoctorId}&token=${token}&trialId=${$route.query.trialId}`
)
">{{ scope.row.LastName }} / {{ scope.row.FirstName }}</el-button>
</template>