fix: 1. 重新对齐交叉评查的接口。

2. 确认评查结果的接口对接。 3. 新增评查点适配省级创建的响应数据和其他用户创建的单条响应数据。  4. 文档列表的文档类型通过通用的查询接口查询文档类型。优化加载状态的时机。
This commit is contained in:
2025-12-11 11:16:50 +08:00
parent ba517d7b9c
commit d8bba607fc
18 changed files with 3435 additions and 1086 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ export default function CrossCheckingResult() {
console.log('[完成评查] 用户点击确认,开始更新状态');
setIsLoading(true);
try {
const res = await confirmReviewResults(document.id, jwtToken);
const res = await confirmReviewResults(taskId, document.id, jwtToken);
if (res.error) {
toastService.error(res.error);