[국가코드 체크] 테스트2

This commit is contained in:
sungmin.in
2024-07-02 17:56:06 +09:00
parent 7900515b85
commit f85fe76105

View File

@@ -223,7 +223,12 @@ export default function MainView({ className }) {
// trmsTpCdList: "MST00401, MST00402",
// })
// );
dispatch(
setMyTermsWithdraw({
mandatoryIncludeYn: "Y",
termsList: ["MST00401", "MST00402"],
})
);
window.location.reload();
}
}, [dispatch, activePopup]);