diff --git a/src/views/ebiz/questions/QuestionsDetail.vue b/src/views/ebiz/questions/QuestionsDetail.vue index 640b93fdd..7d95d9c13 100644 --- a/src/views/ebiz/questions/QuestionsDetail.vue +++ b/src/views/ebiz/questions/QuestionsDetail.vue @@ -402,7 +402,9 @@ export default { // 校验补充资料 if (this.issueType === '828601') { if (!this.checkSupplementData()) return this.$toast('请上传补充资料') - this.$toast.loading() + this.$toast.loading({ + duration: 0 + }) this.imageResultList.splice(0) /** * 上传补充资料 @@ -526,7 +528,9 @@ export default { } // 更新问题件数据 try { - this.$toast.loading() + this.$toast.loading({ + duration: 0 + }) let res = await updateQuestionDetail(problemData) this.$toast.clear() if (res.result === '1') {