新需求
This commit is contained in:
@@ -376,8 +376,7 @@ export const ExamAddonPanel = ({ client, onGoToSign }: ExamAddonPanelProps) => {
|
||||
CombinationCode: combinationItemCodes,
|
||||
});
|
||||
|
||||
if (res.Status === 200 && res.Data?.listPdfInfo && res.Data.listPdfInfo.length > 0) {
|
||||
// 新的接口返回的是数组,至少有一个PDF文件即认为成功
|
||||
if (res.Status === 200) {
|
||||
return true;
|
||||
} else {
|
||||
console.error('获取加项PDF失败', res.Message);
|
||||
|
||||
Reference in New Issue
Block a user