BUG 28231

This commit is contained in:
aixianling
2022-03-15 16:35:20 +08:00
parent b84577f809
commit c3a517184e
4 changed files with 12 additions and 6 deletions

View File

@@ -208,8 +208,8 @@ export default {
} else {
document.title = '新增人员'
if (this.$route.query.appId) {
this.appId = this.$route.query.appId
this.typeConfirm([this.$route.query])
let {appId: value, appName} = this.$route.query
this.typeConfirm([{value, label: decodeURIComponent(appName)}])
}
}
},