style:待办箱
Showing
1 changed file
with
3 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-21 14:24:15 | 4 | * @LastEditTime: 2023-09-21 14:49:29 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -305,7 +305,7 @@ | ... | @@ -305,7 +305,7 @@ |
305 | const { href } = this.$router.resolve( | 305 | const { href } = this.$router.resolve( |
306 | "/djbworkFrame?bsmSlsq=" + item.bsmSlsq + | 306 | "/djbworkFrame?bsmSlsq=" + item.bsmSlsq + |
307 | "&bestepid=" + item.bestepid + | 307 | "&bestepid=" + item.bestepid + |
308 | "&bsmBusiness=" + item.bsmBusiness, | 308 | "&bsmBusiness=", |
309 | "&sqywbm=" + item.djywbm + | 309 | "&sqywbm=" + item.djywbm + |
310 | "&zbhj=" + item.zbhj | 310 | "&zbhj=" + item.zbhj |
311 | ); | 311 | ); |
... | @@ -314,7 +314,7 @@ | ... | @@ -314,7 +314,7 @@ |
314 | const { href } = this.$router.resolve( | 314 | const { href } = this.$router.resolve( |
315 | "/workFrame?bsmSlsq=" + item.bsmSlsq + | 315 | "/workFrame?bsmSlsq=" + item.bsmSlsq + |
316 | "&bestepid=" + item.bestepid + | 316 | "&bestepid=" + item.bestepid + |
317 | "&bsmBusiness=" + item.bsmBusiness, | 317 | "&bsmBusiness=", |
318 | "&sqywbm=" + item.djywbm + | 318 | "&sqywbm=" + item.djywbm + |
319 | "&zbhj=" + item.zbhj | 319 | "&zbhj=" + item.zbhj |
320 | ) | 320 | ) | ... | ... |
-
Please register or sign in to post a comment