物料需求计划 新增后跳转到详情页

物料需求计划 新增后跳转到详情页
pull/4/head
siontion 8 months ago
parent afa39f7cff
commit b6d38c5ee3

@ -153,7 +153,7 @@ const submitForm = async () => {
dialogVisible.value = false
} finally {
formLoading.value = false
router.push({ path: '/purchase/purchaseorder' })
router.push({ path: '/purchase/materialplanedit' ,query:{id:materialPlanId}})
tagsViewStore.delVisitedView(currentTag);
}
}

Loading…
Cancel
Save