BUG 28231
This commit is contained in:
@@ -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)}])
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user