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