阅片期阅片标准过滤
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
da1862fa23
commit
33bc40d750
Binary file not shown.
|
@ -181,7 +181,7 @@ export default {
|
|||
methods: {
|
||||
async initForm() {
|
||||
this.loading = true
|
||||
await this.getSite()
|
||||
// await this.getSite()
|
||||
var param = {
|
||||
trialId: this.trialId,
|
||||
readingPeriodSetId: Object.keys(this.data).length > 0 ? this.data.Id : '',
|
||||
|
|
|
@ -523,7 +523,7 @@ export default {
|
|||
getTrialCriterionList() {
|
||||
getTrialCriterionList(this.trialId, false)
|
||||
.then((res) => {
|
||||
this.trialCriterionList = res.Result
|
||||
this.trialCriterionList = res.Result.filter(item => item.CriterionType === 10)
|
||||
this.TrialReadingCriterionId =
|
||||
this.trialCriterionList[0].TrialReadingCriterionId
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue