Commit 2acaddfb authored by zhengke's avatar zhengke

修复 支付弹窗bug

parent aad73581
......@@ -271,7 +271,10 @@ const redicetTo = (path:string)=>{
})
}
if(router.currentRoute.value.params.firm&&router.currentRoute.value.params.firm==1) createEnterpriseHandler()
if(router.currentRoute.value.params.firm&&router.currentRoute.value.params.firm==1) {
delete router.currentRoute.value.params['firm']
createEnterpriseHandler()
}
</script>
<style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment