feat:maidian

This commit is contained in:
zzc
2026-02-20 16:06:57 +08:00
parent e29475e38f
commit ccadda41d8
2 changed files with 15 additions and 1 deletions

View File

@@ -110,6 +110,9 @@
}
},
created() {
if (this.$route.query.userId) {
this.queryForm.userId = this.$route.query.userId
}
this.fetchData()
},