task#11214,调度app提交成功,过2s返回页面

This commit is contained in:
2024-02-22 17:12:03 +08:00
parent 8376126b34
commit 588df78e19

View File

@ -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)
}