Merge branch '20230705-专家评审组照片维护功能,当选择电子评标室的标段,维护照片时为必选项。' into 'release_20230714'

7.16 修复bug

See merge request eshop/fe_service_ebtp_frontend!310
This commit is contained in:
jl-zhoujl2
2023-07-16 13:49:22 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1831,7 +1831,7 @@ const JudgingPanel: React.FC<{}> = () => {
count += 1;
}
}
if (count > 0) {
if ((count > 0) && reserveStatus) {
message.error(`请上传专家照片`);
loadingSet(false);
return;

View File

@ -1700,7 +1700,7 @@ const JudgingPanel: React.FC<{}> = (props: any) => {
count += 1;
}
}
if (count > 0) {
if ((count > 0) && reserveStatus) {
message.error(`请上传专家照片`);
loadingSet(false);
return;