@@ -827,6 +827,7 @@ export default {
|
||||
}).catch(() => { this.listLoading = false })
|
||||
},
|
||||
rowClick(row, col) {
|
||||
if (row.TrialStatusStr === 'Initializing' && !this.hasPermi(['role:pm']) || row.IsDeleted) return
|
||||
this.$router.push({ path: `/trials/trials-panel?trialId=${row.Id}&trialCode=${row.TrialCode}&researchProgramNo=${row.ResearchProgramNo}` })
|
||||
},
|
||||
// panel
|
||||
|
||||
Reference in New Issue
Block a user