diff --git a/pages/mine/information/update.vue b/pages/mine/information/update.vue index ace4771..c02fe42 100644 --- a/pages/mine/information/update.vue +++ b/pages/mine/information/update.vue @@ -911,7 +911,7 @@ export default { fnSubmit() { this.$refs.form.validate().then(async () => { //校验社保和工伤保险必须有一个选是 - if (this.form.IS_INJURIES_PAY === '0' && this.form.IS_SOCIAL === '0') { + if (this.form.IS_BF === '0' && this.form.IS_SOCIAL === '0') { uni.$u.toast('工商或社保全无人员,不可进入本系统相关方人员管理!'); return; }