fix: add black

This commit is contained in:
zzc
2026-04-21 22:46:53 +08:00
parent 1121a6fa64
commit b52d832986
12 changed files with 29 additions and 13 deletions

View File

@@ -69,6 +69,10 @@
}
},
created() {
const { permission } = this.$route.query
if (permission) {
this.queryForm.permission = permission
}
this.fetchData()
},