mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 02:06:44 +08:00
修改toast显示时间
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user