feat: 관리자 - 컨텐츠관리 - 건설기준연구 관리에서 삭제 기능 구현 front-end

thkim
thkim 2024-01-26 13:18:37 +09:00
parent bcaf14dfc3
commit 5d87831386
1 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@ function StandardResearchEditor(props) {
(resp) => {
if (Number(resp.resultCode) === Number(CODE.RCV_SUCCESS)) {
alert("삭제 되었습니다.");
navigate(URL.ADMIN__CONTENTS__POP_UP ,{ replace: true });
navigate(URL.ADMIN__CONTENTS__STANDARDS_RESEARCH ,{ replace: true });
} else {
navigate({pathname: URL.ERROR}, {state: {msg : resp.resultMessage}});
}
@ -248,7 +248,7 @@ function StandardResearchEditor(props) {
const onClickList = (e) => {
const requestTask = () => {
navigate(URL.ADMIN__CONTENTS__POP_UP ,{ replace: true });
navigate(URL.ADMIN__CONTENTS__STANDARDS_RESEARCH ,{ replace: true });
};
if( purpose !== purposeOriginal ) {