1
Showing
1 changed file
with
2 additions
and
4 deletions
... | @@ -278,11 +278,9 @@ | ... | @@ -278,11 +278,9 @@ |
278 | "/workFrameView?bsmSlsq=" + | 278 | "/workFrameView?bsmSlsq=" + |
279 | item.bsmSlsq + | 279 | item.bsmSlsq + |
280 | "&bestepid=" + | 280 | "&bestepid=" + |
281 | item.bestepid + | 281 | item.bestepid |
282 | "&sqywbm=" + | ||
283 | item.djywbm + '&type=jdcx' | ||
284 | ); | 282 | ); |
285 | window.open(href, `urlname${item.bsmSlsq}`); | 283 | window.open(href, `workFrameView${item.bsmSlsq}`); |
286 | } | 284 | } |
287 | } | 285 | } |
288 | } | 286 | } | ... | ... |
-
Please register or sign in to post a comment