西海岸-基础设施:无人机、单兵申请成功后,页面应该返回无人机页面

This commit is contained in:
guoyue 2022-10-14 17:36:46 +08:00
parent 0d402302f7
commit fe85cd370f
1 changed files with 12 additions and 3 deletions

View File

@ -749,7 +749,16 @@ export default {
.then((res) => {
if (res.data.msg === 'success') {
message.success('申请提交成功,请到消息中心查看!')
jumpToDetailsPageconetent()
setTimeout(() => {
router.push({
path: '/DetailsPageconetent',
query: {
select: DETAIL_PAGE_CONTENT_DEFAULT_TAB,
//
facilitiesType: list.value[0] && list.value[0].arr && list.value[0].arr[0] && list.value[0].arr[0].type
},
})
}, 1000)
} else {
message.error('申请失败!')
}