PAMapp/pages/appointment/_appointmentId/close/index.vue
@@ -216,7 +216,7 @@ remark } = this.appointmentCloseInfo; if (selectCloseOption === this.contactStatus.DONE) { return !policyholderIdentityId || !this.identityIdValid || !planCode || !this.appointmentCloseDate || !remark return !policyholderIdentityId || !this.identityIdValid || !planCode || !this.appointmentCloseDate } else if (closedReason === 'other' || closedReason === 'no_suitable_commodity') { return !closedOtherReason }