Bläddra i källkod

Merge branch 'yx' of http://61.161.152.110:10101/r/electronic-map into yx

chenminghua 3 år sedan
förälder
incheckning
54abe5aa01
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/HealthControl/Health3.vue

+ 1 - 1
src/views/HealthControl/Health3.vue

@@ -246,7 +246,7 @@ export default {
     },
 
     jumpUrl(item){
-      this.$router.push(`/health/health0/${item[0]}`);
+      this.$router.push(`/health/health0/${this.wpId}/${item[0]}`);
     }
   }
 };