parent
ca1d5df750
commit
237801adb8
|
@ -81,7 +81,6 @@ export default {
|
|||
).then((data) => {
|
||||
this.list = data.flow.info
|
||||
this.step = data.flow.STEP
|
||||
this.step = data.flow.endFlag
|
||||
if (data.flow.endFlag === '1') {
|
||||
this.title = '审批中'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue