glbsm
Showing
1 changed file
with
7 additions
and
1 deletions
... | @@ -135,7 +135,13 @@ | ... | @@ -135,7 +135,13 @@ |
135 | default: | 135 | default: |
136 | break; | 136 | break; |
137 | } | 137 | } |
138 | this.$router.push(path); | 138 | this.$router.push({ |
139 | path: path, | ||
140 | query: { | ||
141 | bsm: row.glbsm, | ||
142 | source: 2 | ||
143 | } | ||
144 | }); | ||
139 | }, | 145 | }, |
140 | }, | 146 | }, |
141 | computed: {}, | 147 | computed: {}, | ... | ... |
-
Please register or sign in to post a comment