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