系统自动保存全局阅片配置时刷新再保存

uat_us
caiyiling 2024-04-25 11:26:54 +08:00
parent 0680bdf805
commit 8d36fde03d
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ export default {
resolve(false)
} else {
this.loading = true
if(this.form.GlobalAssessTypes.length === 0){
if(this.form.GlobalAssessTypes.length === 0 && !isPrompt){
try{
let res = await getTrialConfigGlobalReadingInfo({ trialId: this.$route.query.trialId, TrialReadingCriterionId: this.trialReadingCriterionId })
this.form.GlobalAssessTypes = res.Result.GlobalAssessTypes