diff --git a/src/pages/Container/QualApplication/FilingChange/List/index.js b/src/pages/Container/QualApplication/FilingChange/List/index.js
index f45c48e..57934db 100644
--- a/src/pages/Container/QualApplication/FilingChange/List/index.js
+++ b/src/pages/Container/QualApplication/FilingChange/List/index.js
@@ -67,7 +67,7 @@ function FilingChangeListPage(props) {
}
};
-
+console.log(historyRecord);
return (
<>
setHistoryRecord(null)}
/>
>
diff --git a/src/pages/Container/QualApplication/FilingForm/components/ChangeHistoryModal.jsx b/src/pages/Container/QualApplication/FilingForm/components/ChangeHistoryModal.jsx
index 8d2460f..6280586 100644
--- a/src/pages/Container/QualApplication/FilingForm/components/ChangeHistoryModal.jsx
+++ b/src/pages/Container/QualApplication/FilingForm/components/ChangeHistoryModal.jsx
@@ -3,6 +3,7 @@ import { useEffect, useState } from "react";
import { fetchQualFilingChangeHistory } from "~/api/qualFiling";
export default function ChangeHistoryModal({ open, originFilingId, onCancel }) {
+ console.log(originFilingId);
const [loading, setLoading] = useState(false);
const [records, setRecords] = useState([]);
const [changeCount, setChangeCount] = useState(0);