64ec4366 by renchao@pashanhoo.com

style:登记薄业务号点击多次跳转问题的解决

1 parent a8e07171
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-20 10:27:25 4 * @LastEditTime: 2023-10-23 16:46:47
5 --> 5 -->
6 <template> 6 <template>
7 <div class="tableBox"> 7 <div class="tableBox">
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
247 getXtParamsByYwh(ywh).then(res => { 247 getXtParamsByYwh(ywh).then(res => {
248 let data = res.result 248 let data = res.result
249 const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness) 249 const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness)
250 window.open(href, `urlname${data.bsmSlsq}`) 250 window.open(href, `urlname${new Date().getTime()}`)
251 }) 251 })
252 } else { 252 } else {
253 getBlParamsByYwh(ywh, bsmQlxx).then(res => { 253 getBlParamsByYwh(ywh, bsmQlxx).then(res => {
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: miaofang 3 * @Autor: miaofang
4 * @LastEditTime: 2023-10-20 10:28:07 4 * @LastEditTime: 2023-10-23 16:48:02
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
302 getXtParamsByYwh(ywh).then(res => { 302 getXtParamsByYwh(ywh).then(res => {
303 let data = res.result 303 let data = res.result
304 const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness) 304 const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness)
305 window.open(href, `urlname${data.bsmSlsq}`) 305 window.open(href, `urlname${new Date().getTime()}`)
306 }) 306 })
307 } else { 307 } else {
308 getBlParamsByYwh(ywh, bsmQlxx).then(res => { 308 getBlParamsByYwh(ywh, bsmQlxx).then(res => {
......