BUG 28330
This commit is contained in:
@@ -207,7 +207,7 @@ export default {
|
|||||||
document.title = "编辑人员"
|
document.title = "编辑人员"
|
||||||
if (!this.appId) {
|
if (!this.appId) {
|
||||||
let {appId: value} = this.$route.query
|
let {appId: value} = this.$route.query
|
||||||
Promise.all([this.getDetail(), this.typeConfirm([{value}])]).then(() => this.$forceUpdate())
|
this.typeConfirm([{value}]).then(() => this.getDetail())
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
document.title = '新增人员'
|
document.title = '新增人员'
|
||||||
@@ -476,6 +476,7 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.formData = res.data
|
this.formData = res.data
|
||||||
|
this.$forceUpdate()
|
||||||
}
|
}
|
||||||
}) : Promise.resolve()
|
}) : Promise.resolve()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user