TC 수정 반영

This commit is contained in:
kimre
2022-07-18 01:06:10 +09:00
parent e8328fef2c
commit 2bfa07c17f
30 changed files with 2446 additions and 2066 deletions

View File

@@ -18,7 +18,7 @@ const deleteIntrcp = (params) => {
return httpClient.post('/api/v1/bo/riskMgt/sendNum/deleteIntrcp', params, { withCredentials: false });
}
const msgIntrcpList = (params) => {
const msgInsertIntrcp = (params) => {
return httpClient.post('/api/v1/bo/riskMgt/msg/insertIntrcp', params, { withCredentials: false });
}
@@ -39,7 +39,7 @@ export default {
intrcpDetail,
insertIntrcp,
deleteIntrcp,
msgIntrcpList,
msgInsertIntrcp,
msgIntrcpDetail,
deleteMsgIntrcp,
updateMsgIntrcp