阅片单元同步阅片标准loading加载bug

uat_us
caiyiling 2024-04-17 10:15:58 +08:00
parent 236f07e46b
commit 967edf7378
1 changed files with 5 additions and 2 deletions

View File

@ -98,7 +98,7 @@
<span style="font-size:18px;">{{ $t('common:dialogTitle:sign') }}</span> <span style="font-size:18px;">{{ $t('common:dialogTitle:sign') }}</span>
<span style="font-size:12px;margin-left:5px">{{ `(${$t('common:label:sign')}${ currentUser })` }}</span> <span style="font-size:12px;margin-left:5px">{{ `(${$t('common:label:sign')}${ currentUser })` }}</span>
</div> </div>
<SignForm ref="signForm" :sign-code-enum="signCode2" @closeDialog="closeSignDialog2" /> <SignForm ref="signForm2" :sign-code-enum="signCode2" @closeDialog="closeSignDialog2" />
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
@ -176,13 +176,16 @@ export default {
}, },
signInfo: signInfo signInfo: signInfo
} }
resetAndAsyncCriterion(params).then(async res => { resetAndAsyncCriterion(params).then(res => {
this.isPaneShow = false this.isPaneShow = false
this.$nextTick(() => { this.$nextTick(() => {
this.signVisible2 = false this.signVisible2 = false
this.isPaneShow = true this.isPaneShow = true
this.loading = false this.loading = false
}) })
}).catch(() => {
this.$refs['signForm2'].btnLoading = false
this.loading = false
}) })
}, },
asyncTrialCriterionDictionary(TrialReadingCriterionId) { asyncTrialCriterionDictionary(TrialReadingCriterionId) {