|
|
@@ -205,7 +205,7 @@ const initData = async () => {
|
|
|
createdTime: data.createdTime || "",
|
|
|
auditStatus: data.auditStatus ?? 0,
|
|
|
updatedTime: data.updatedTime || "",
|
|
|
- rejectionReason: data.rejectionReason || "",
|
|
|
+ rejectionReason: data.auditReason || data.rejectionReason || "", // 优先使用 auditReason 字段
|
|
|
attachmentUrls: data.attachmentUrls || []
|
|
|
};
|
|
|
|