1
Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -59,7 +59,10 @@ export default { | ... | @@ -59,7 +59,10 @@ export default { |
| 59 | toVhis() { | 59 | toVhis() { |
| 60 | // gotoVHIS(this.locale); | 60 | // gotoVHIS(this.locale); |
| 61 | this.$router.push({ | 61 | this.$router.push({ |
| 62 | path: "/vhis" | 62 | path: "/vhis", |
| 63 | query : { | ||
| 64 | p : "VHIS001" | ||
| 65 | } | ||
| 63 | }); | 66 | }); |
| 64 | }, | 67 | }, |
| 65 | /** | 68 | /** | ... | ... |
-
Please register or sign in to post a comment