若干bug修改
parent
3f20c93293
commit
6de4acfd96
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue