受试者图表只显示肿瘤标准
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a0b39e7a0b
commit
98a3f9c5b5
|
|
@ -91,7 +91,7 @@ export default {
|
|||
getTrialCriterionList() {
|
||||
this.loading = true
|
||||
getTrialCriterionList(this.$route.query.trialId, false).then(res => {
|
||||
this.trialCriterionList = res.Result
|
||||
this.trialCriterionList = res.Result.filter(item => [1, 18, 2, 3, 7, 10, 17].includes(Number(item.CriterionType)))
|
||||
if (this.trialCriterionList.length > 0) {
|
||||
this.TrialReadingCriterionId = this.trialCriterionList[0].TrialReadingCriterionId
|
||||
this.getList()
|
||||
|
|
|
|||
Loading…
Reference in New Issue