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