项目列表行点击跳转事件添加限制
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8597e0a7e8
commit
8b1679dfc5
|
@ -827,6 +827,7 @@ export default {
|
||||||
}).catch(() => { this.listLoading = false })
|
}).catch(() => { this.listLoading = false })
|
||||||
},
|
},
|
||||||
rowClick(row, col) {
|
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}` })
|
this.$router.push({ path: `/trials/trials-panel?trialId=${row.Id}&trialCode=${row.TrialCode}&researchProgramNo=${row.ResearchProgramNo}` })
|
||||||
},
|
},
|
||||||
// panel
|
// panel
|
||||||
|
|
Loading…
Reference in New Issue