BUG 28267

This commit is contained in:
aixianling
2022-03-16 17:49:56 +08:00
parent 81c172a789
commit c84695b150

View File

@@ -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)}])
}