13862 选择第二个审批 报错
parent
760adc19f5
commit
8c73a7f990
|
@ -129,10 +129,10 @@ export default {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.isShow = true
|
this.isShow = true
|
||||||
if (this.info.FLOWS_STEP === 0 || this.info.FLOWS_STEP === 3 || this.info.FLOWS_STEP === 4) {
|
if (this.info.FLOWS_STEP === 2 || this.info.FLOWS_STEP === 3) {
|
||||||
await this.getDepartmentTree()
|
await this.getDepartmentTree()
|
||||||
this.corpFlag = false
|
this.corpFlag = false
|
||||||
if (this.info.FLOWS_STEP === 4) {
|
if (this.info.FLOWS_STEP === 3) {
|
||||||
this.isShow = false
|
this.isShow = false
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue