13862 选择第二个审批 报错

2024年2月1日V1.0.53.2
liujun 2024-01-27 15:57:50 +08:00
parent 760adc19f5
commit 8c73a7f990
1 changed files with 2 additions and 2 deletions

View File

@ -129,10 +129,10 @@ export default {
}
} else {
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()
this.corpFlag = false
if (this.info.FLOWS_STEP === 4) {
if (this.info.FLOWS_STEP === 3) {
this.isShow = false
}
} else {