style:业务办理跳转
Showing
1 changed file
with
4 additions
and
3 deletions
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-04-13 15:06:25 | 4 | * @LastEditTime: 2023-04-18 10:51:37 |
5 | */ | 5 | */ |
6 | import Router from '@/router' | ||
6 | export default { | 7 | export default { |
7 | methods: { | 8 | methods: { |
8 | //点击行选中或取消复选框 | 9 | //点击行选中或取消复选框 |
... | @@ -10,14 +11,14 @@ export default { | ... | @@ -10,14 +11,14 @@ export default { |
10 | row.djblzt != 1 && (this.$refs.table.toggleRowSelection(row)) | 11 | row.djblzt != 1 && (this.$refs.table.toggleRowSelection(row)) |
11 | }, | 12 | }, |
12 | jump (data, type) { | 13 | jump (data, type) { |
13 | this.$popupCacel() | 14 | const { href } = Router.resolve( |
14 | const { href } = this.$router.resolve( | ||
15 | "/workFrame?bsmSlsq=" + | 15 | "/workFrame?bsmSlsq=" + |
16 | data.bsmSlsq + | 16 | data.bsmSlsq + |
17 | "&bestepid=" + | 17 | "&bestepid=" + |
18 | data.bestepid + '&bsmBusiness=' + '&sqywbm=' + type | 18 | data.bestepid + '&bsmBusiness=' + '&sqywbm=' + type |
19 | ); | 19 | ); |
20 | window.open(href, "_blank"); | 20 | window.open(href, "_blank"); |
21 | this.$popupCacel() | ||
21 | }, | 22 | }, |
22 | queryClick () { | 23 | queryClick () { |
23 | this.pageData.currentPage = 1 | 24 | this.pageData.currentPage = 1 | ... | ... |
-
Please register or sign in to post a comment