若干bug修改
parent
3f20c93293
commit
6de4acfd96
|
@ -129,9 +129,12 @@ export default {
|
|||
}
|
||||
} else {
|
||||
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()
|
||||
this.corpFlag = false
|
||||
if (this.info.FLOWS_STEP === 4) {
|
||||
this.isShow = false
|
||||
}
|
||||
} else {
|
||||
await this.getCorpDepartmentTree()
|
||||
this.corpFlag = true
|
||||
|
|
Loading…
Reference in New Issue