阅片期阅片标准过滤
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: {
|
methods: {
|
||||||
async initForm() {
|
async initForm() {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
await this.getSite()
|
// await this.getSite()
|
||||||
var param = {
|
var param = {
|
||||||
trialId: this.trialId,
|
trialId: this.trialId,
|
||||||
readingPeriodSetId: Object.keys(this.data).length > 0 ? this.data.Id : '',
|
readingPeriodSetId: Object.keys(this.data).length > 0 ? this.data.Id : '',
|
||||||
|
|
|
@ -523,7 +523,7 @@ export default {
|
||||||
getTrialCriterionList() {
|
getTrialCriterionList() {
|
||||||
getTrialCriterionList(this.trialId, false)
|
getTrialCriterionList(this.trialId, false)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.trialCriterionList = res.Result
|
this.trialCriterionList = res.Result.filter(item => item.CriterionType === 10)
|
||||||
this.TrialReadingCriterionId =
|
this.TrialReadingCriterionId =
|
||||||
this.trialCriterionList[0].TrialReadingCriterionId
|
this.trialCriterionList[0].TrialReadingCriterionId
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue