浏览代码

单位显示

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();
     }