task#11214,调度app提交成功,过2s返回页面
This commit is contained in:
@ -156,7 +156,6 @@ export default {
|
|||||||
bcPath:[],
|
bcPath:[],
|
||||||
activeIndex:'',
|
activeIndex:'',
|
||||||
batchCode:'',
|
batchCode:'',
|
||||||
selectedOption:''
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@ -292,7 +291,9 @@ export default {
|
|||||||
}
|
}
|
||||||
if(res.code == 200){
|
if(res.code == 200){
|
||||||
this.$toast("提交成功")
|
this.$toast("提交成功")
|
||||||
this.goPrePage()
|
setTimeout(()=>{
|
||||||
|
this.goPrePage()
|
||||||
|
},1500)
|
||||||
}else{
|
}else{
|
||||||
this.$toast(res.msg)
|
this.$toast(res.msg)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user