BUG 28206
This commit is contained in:
@@ -213,18 +213,17 @@ export default {
|
|||||||
this.getType()
|
this.getType()
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.appId = this.$route.query.appId
|
|
||||||
if (this.isEdit) {
|
if (this.isEdit) {
|
||||||
document.title = "编辑人员"
|
document.title = "编辑人员"
|
||||||
|
this.appId = this.$route.query.appId
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
} else {
|
} else {
|
||||||
document.title = '新增人员'
|
document.title = '新增人员'
|
||||||
if (this.appId) {
|
if (this.$route.query.appId) {
|
||||||
|
this.appId = this.$route.query.appId
|
||||||
this.typeConfirm([this.$route.query])
|
this.typeConfirm([this.$route.query])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(['selectEnterpriseContact']),
|
...mapActions(['selectEnterpriseContact']),
|
||||||
|
|||||||
Reference in New Issue
Block a user