若干bug修改

pull/10/head
liujun 2024-01-22 18:47:24 +08:00
parent 3f20c93293
commit 6de4acfd96
1 changed files with 4 additions and 1 deletions

View File

@ -129,9 +129,12 @@ export default {
} }
} else { } else {
this.isShow = true this.isShow = true
if (this.info.FLOWS_STEP === 0) { if (this.info.FLOWS_STEP === 0 || this.info.FLOWS_STEP === 3 || this.info.FLOWS_STEP === 4) {
await this.getDepartmentTree() await this.getDepartmentTree()
this.corpFlag = false this.corpFlag = false
if (this.info.FLOWS_STEP === 4) {
this.isShow = false
}
} else { } else {
await this.getCorpDepartmentTree() await this.getCorpDepartmentTree()
this.corpFlag = true this.corpFlag = true