diff --git a/src/views/agriculturalTrusteeship/insurance/insuranceList.vue b/src/views/agriculturalTrusteeship/insurance/insuranceList.vue index 4dc605ed..f8f82fcf 100644 --- a/src/views/agriculturalTrusteeship/insurance/insuranceList.vue +++ b/src/views/agriculturalTrusteeship/insurance/insuranceList.vue @@ -167,7 +167,7 @@ next('/url') //放行到指定的路由 */ next(vm => { - if (from.path === '/agriculturalTrusteeship/buyerIndex'){ + if (from.path === '/agriculturalTrusteeship/buyerIndex'||from.path === '/agriculturalTrusteeship/index'){ location.reload() } })