7.16 修复bug
This commit is contained in:
@ -1831,7 +1831,7 @@ const JudgingPanel: React.FC<{}> = () => {
|
||||
count += 1;
|
||||
}
|
||||
}
|
||||
if (count > 0) {
|
||||
if ((count > 0) && reserveStatus) {
|
||||
message.error(`请上传专家照片`);
|
||||
loadingSet(false);
|
||||
return;
|
||||
|
@ -1700,7 +1700,7 @@ const JudgingPanel: React.FC<{}> = (props: any) => {
|
||||
count += 1;
|
||||
}
|
||||
}
|
||||
if (count > 0) {
|
||||
if ((count > 0) && reserveStatus) {
|
||||
message.error(`请上传专家照片`);
|
||||
loadingSet(false);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user