Browse Source

单位显示

pm 10 tháng trước cách đây
mục cha
commit
4040891e31
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
     }