|
|
@ -439,7 +439,7 @@ export default { |
|
|
|
}, |
|
|
|
leaveFactory() { |
|
|
|
if (this.sids.length === 1) { |
|
|
|
if (this.multipleSelection[0].subject === '保外' && this.multipleSelection[0].outDoorState === '0') { |
|
|
|
if (this.multipleSelection[0].subject === '保外' && this.multipleSelection[0].isOutFactory === '否') { |
|
|
|
arrearsleavefactory.init(this.sids[0]).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.viewState = 5 |
|
|
|