pm 10 kuukautta sitten
vanhempi
sitoutus
4040891e31
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/views/system/mars/index.vue

+ 1 - 0
src/views/system/mars/index.vue

@@ -209,6 +209,7 @@ watch: {
   "$route.query.userId": {
     immediate: true,
     handler(val) {
+      console.log(val,'用户id')
       this.queryParams.userId = val;
       this.getList();
     }