Showing
1 changed file
with
5 additions
and
2 deletions
@@ -144,9 +144,12 @@ | @@ -144,9 +144,12 @@ | ||
144 | 144 | ||
145 | return data; | 145 | return data; |
146 | }, | 146 | }, |
147 | - expressDetail(no) { | 147 | + expressDetail(expressNo) { |
148 | this.$router.push({ | 148 | this.$router.push({ |
149 | - name: 'trade.expdetail' | 149 | + name: 'trade.expdetail', |
150 | + query: { | ||
151 | + expressNo | ||
152 | + } | ||
150 | }); | 153 | }); |
151 | } | 154 | } |
152 | 155 |
-
Please register or login to post a comment