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