mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 06:46:45 +08:00
修改toast显示时间
This commit is contained in:
@@ -402,7 +402,9 @@ export default {
|
|||||||
// 校验补充资料
|
// 校验补充资料
|
||||||
if (this.issueType === '828601') {
|
if (this.issueType === '828601') {
|
||||||
if (!this.checkSupplementData()) return this.$toast('请上传补充资料')
|
if (!this.checkSupplementData()) return this.$toast('请上传补充资料')
|
||||||
this.$toast.loading()
|
this.$toast.loading({
|
||||||
|
duration: 0
|
||||||
|
})
|
||||||
this.imageResultList.splice(0)
|
this.imageResultList.splice(0)
|
||||||
/**
|
/**
|
||||||
* 上传补充资料
|
* 上传补充资料
|
||||||
@@ -526,7 +528,9 @@ export default {
|
|||||||
}
|
}
|
||||||
// 更新问题件数据
|
// 更新问题件数据
|
||||||
try {
|
try {
|
||||||
this.$toast.loading()
|
this.$toast.loading({
|
||||||
|
duration: 0
|
||||||
|
})
|
||||||
let res = await updateQuestionDetail(problemData)
|
let res = await updateQuestionDetail(problemData)
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
if (res.result === '1') {
|
if (res.result === '1') {
|
||||||
|
|||||||
Reference in New Issue
Block a user