添加测试案卷的搜索条件

This commit is contained in:
2025-10-29 18:40:18 +08:00
parent 1f16ab2325
commit e56d199c3c
6 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ export async function getReviewFiles(searchParams: DocumentSearchParams = {}, do
let p_typeid: number[] | null = null;
if (fileType) {
if (fileType === 'record') {
p_typeid = [2, 3];
p_typeid = [2, 3, 155];
} else if (fileType === 'contract') {
p_typeid = [1];
} else {