[问题修复]

解决 填写人员信息 全部填否 能通过问题
hyx_2024-10-18_BUG
huangyuxuan 2024-10-18 16:08:23 +08:00
parent 0b6c61b5b3
commit 623aca3bcc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}