|
@@ -8,7 +8,7 @@ let _editBtn;
|
|
|
let _cancelBtn;
|
|
|
let _saveBtn;
|
|
|
//공통
|
|
|
-let _commonUri = "/api/scrs/tb_sc_ixr_mngm/list";
|
|
|
+let _commonUri = "/api/scrs/tb_sc_ixr_mngm";
|
|
|
let _groupUri = '/api/scrs/tb_sc_ixr_grop_mngm/list';
|
|
|
const _pageName = '신호교차로그룹 정보';
|
|
|
const pageMsg = "신호교차로그룹";
|
|
@@ -246,7 +246,7 @@ function fetchBaseData(){
|
|
|
let data = [];
|
|
|
getData(_groupUri, data);
|
|
|
let sgnlData = [];
|
|
|
- getData('/api/scrs/tb_sc_sgnl_ixr_mngm/list', sgnlData);
|
|
|
+ getData('/api/scrs/tb_sc_sgnl_ixr_mngm', sgnlData);
|
|
|
if (sgnlData[0] && sgnlData[0].length > 0) {
|
|
|
sgnlData[0].map((item)=>{
|
|
|
if (item.sgnl_ixr_nmbr && item.ixr_nm) {
|