diff --git a/yxt-as-ui/src/views/operation/repairbill/repairbillBYLeaveFactory.vue b/yxt-as-ui/src/views/operation/repairbill/repairbillBYLeaveFactory.vue index 56341caf5c..dbc703f343 100644 --- a/yxt-as-ui/src/views/operation/repairbill/repairbillBYLeaveFactory.vue +++ b/yxt-as-ui/src/views/operation/repairbill/repairbillBYLeaveFactory.vue @@ -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