pm 10 mēneši atpakaļ
vecāks
revīzija
4040891e31
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();
     }