BUG 28267
This commit is contained in:
@@ -207,7 +207,7 @@ export default {
|
||||
this.getDetail()
|
||||
} else {
|
||||
document.title = '新增人员'
|
||||
if (this.$route.query.appId) {
|
||||
if (this.$route.query.appId && !this.appId) {
|
||||
let {appId: value, appName} = this.$route.query
|
||||
this.typeConfirm([{value, label: decodeURIComponent(appName)}])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user