13862 选择第二个审批 报错
parent
760adc19f5
commit
8c73a7f990
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue