소스 검색

单位显示

pm 10 달 전
부모
커밋
4040891e31
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();
     }