
--- client/views/component/chart/ChartCmmn.vue
+++ client/views/component/chart/ChartCmmn.vue
... | ... | @@ -789,7 +789,6 @@ |
789 | 789 |
}; |
790 | 790 |
}, |
791 | 791 |
initializeChart: function (root, config) { |
792 |
- console.log(root.container.children); |
|
793 | 792 |
return root.container.children.push( |
794 | 793 |
am5xy.XYChart.new(root, { |
795 | 794 |
panX: config.panX, |
--- client/views/component/connection/itm/dataFilter.vue
+++ client/views/component/connection/itm/dataFilter.vue
... | ... | @@ -259,13 +259,12 @@ |
259 | 259 |
|
260 | 260 |
item: function (v) { |
261 | 261 |
//this.itm = v; |
262 |
- console.log("vv", v); |
|
262 |
+ |
|
263 | 263 |
}, |
264 | 264 |
}, |
265 | 265 |
computed: {}, |
266 | 266 |
components: {}, |
267 | 267 |
mounted() { |
268 |
- console.log("mount", this.item); |
|
269 | 268 |
}, |
270 | 269 |
}; |
271 | 270 |
</script>(No newline at end of file) |
--- client/views/component/connection/jobContainer.vue
+++ client/views/component/connection/jobContainer.vue
... | ... | @@ -116,7 +116,6 @@ |
116 | 116 |
this.crrentJobGroup.jobItms[indx - 1] != null && |
117 | 117 |
this.crrentJobGroup.datasetPost_id == null |
118 | 118 |
) { |
119 |
- console.log('show') |
|
120 | 119 |
this.crrentJobGroup.jobItms[indx].front_dataTable = |
121 | 120 |
this.crrentJobGroup.jobItms[indx - 1].dataTable; |
122 | 121 |
} |
... | ... | @@ -229,7 +228,6 @@ |
229 | 228 |
}, |
230 | 229 |
|
231 | 230 |
execModel: function () { |
232 |
- console.log("보내는 데이터 ", this.crrentJobGroup); |
|
233 | 231 |
|
234 | 232 |
let vm = this; |
235 | 233 |
axios({ |
... | ... | @@ -241,7 +239,7 @@ |
241 | 239 |
data: vm.crrentJobGroup, |
242 | 240 |
}) |
243 | 241 |
.then(function (response) { |
244 |
- console.log("@@@@@@@@@가지고 오는 데이터",response.data.resultData.dataTable); |
|
242 |
+ |
|
245 | 243 |
vm.crrentJobGroup.dataTable = response.data.resultData.dataTable; |
246 | 244 |
vm.$emit('getDataTable', vm.crrentJobGroup.dataTable) |
247 | 245 |
}) |
--- client/views/component/connection/modalContents/DataFilter.vue
+++ client/views/component/connection/modalContents/DataFilter.vue
... | ... | @@ -219,7 +219,7 @@ |
219 | 219 |
} |
220 | 220 |
}) |
221 | 221 |
.then((response) => { |
222 |
- console.log("respose",response); |
|
222 |
+ |
|
223 | 223 |
vm.dataTable = response.data; |
224 | 224 |
|
225 | 225 |
vm.rowKeys = []; // 초기화 |
--- client/views/component/connection/modalContents/DatasetUpdate.vue
+++ client/views/component/connection/modalContents/DatasetUpdate.vue
... | ... | @@ -251,7 +251,7 @@ |
251 | 251 |
target: column, |
252 | 252 |
}); |
253 | 253 |
} |
254 |
- console.log("만들어진 매치 리스트", this.matchList); |
|
254 |
+ |
|
255 | 255 |
if (this.isCheck) { |
256 | 256 |
// this.item.itemList의 모든 항목에 대해 |
257 | 257 |
this.item.itemList.forEach(item => { |
--- client/views/component/flowComponent/JobGroupManagement.vue
+++ client/views/component/flowComponent/JobGroupManagement.vue
... | ... | @@ -184,7 +184,7 @@ |
184 | 184 |
|
185 | 185 |
// 잡아이템설정 저장 |
186 | 186 |
fnSaveSetup(jobItem) { |
187 |
- console.log("jobItm: ", jobItem) |
|
187 |
+ |
|
188 | 188 |
this.currentJobGroup.jobItms[this.currentJobItmIdx] = jobItem; |
189 | 189 |
this.fnCloseSetup(); // 노드설정 모달 닫기 |
190 | 190 |
}, |
--- client/views/component/modal/NodeSetupModalDA.vue
+++ client/views/component/modal/NodeSetupModalDA.vue
... | ... | @@ -170,13 +170,13 @@ |
170 | 170 |
|
171 | 171 |
// 커넥션 정보 설정 여부 변경 |
172 | 172 |
fnDfltSetChange(isDfltSet) { |
173 |
- console.log("fnDfltSetChange 실행: ", isDfltSet); |
|
173 |
+ |
|
174 | 174 |
this.isDfltSet = isDfltSet; |
175 | 175 |
}, |
176 | 176 |
|
177 | 177 |
// 노드 데이터 설정 여부 변경 |
178 | 178 |
fnDataSetChange(isDataSet) { |
179 |
- console.log("fnDataSetChange 실행: ", isDataSet); |
|
179 |
+ |
|
180 | 180 |
this.isDataSet = isDataSet; |
181 | 181 |
}, |
182 | 182 |
}, |
--- client/views/pages/custom/InsertDataAnalytics.vue
+++ client/views/pages/custom/InsertDataAnalytics.vue
... | ... | @@ -747,7 +747,6 @@ |
747 | 747 |
|
748 | 748 |
// 레이아웃 선택 |
749 | 749 |
fnSelectLayout(layout) { |
750 |
- console.log("layout: ", layout); |
|
751 | 750 |
|
752 | 751 |
// 현재 레이아웃 변경 |
753 | 752 |
this.currentLayout = layout; |
... | ... | @@ -977,7 +976,6 @@ |
977 | 976 |
|
978 | 977 |
if (parentLayout.children.length > 0) { |
979 | 978 |
let copy = _.cloneDeep(parentLayout.children.filter((item) => item !== this.currentLayout)); |
980 |
- console.log("copy: ", copy); |
|
981 | 979 |
|
982 | 980 |
if (copy.length == 1) { |
983 | 981 |
parentLayout.se = copy[0].se; |
--- client/views/pages/data/HostManagement.vue
+++ client/views/pages/data/HostManagement.vue
... | ... | @@ -211,11 +211,9 @@ |
211 | 211 |
data: vm.search, |
212 | 212 |
}) |
213 | 213 |
.then(function (response) { |
214 |
- console.log("!!!!!",response); |
|
215 | 214 |
vm.hosts = response.data.resultData.list; |
216 | 215 |
vm.search = response.data.resultData.searchVO; |
217 | 216 |
vm.hostIdx = vm.search.totalRows - (vm.search.currentPage - 1) * vm.search.perPage; |
218 |
- console.log("index" , vm.hostIdx); |
|
219 | 217 |
}) |
220 | 218 |
.catch(function (error) { |
221 | 219 |
vm.$showAlert( |
--- client/views/pages/data/datapost/DataPostManagerMain.vue
+++ client/views/pages/data/datapost/DataPostManagerMain.vue
... | ... | @@ -175,7 +175,6 @@ |
175 | 175 |
}); |
176 | 176 |
}, |
177 | 177 |
searchData: function () { |
178 |
- console.log("@@검색값", this.search); |
|
179 | 178 |
const vm = this; |
180 | 179 |
|
181 | 180 |
let check = false; |
--- client/views/pages/data/filemanger/FileManagementMain.vue
+++ client/views/pages/data/filemanger/FileManagementMain.vue
... | ... | @@ -826,7 +826,6 @@ |
826 | 826 |
}) |
827 | 827 |
.then((response) => { |
828 | 828 |
vm.hostList = response.data.resultData.hostList; |
829 |
- console.log("@@", vm.hostList); |
|
830 | 829 |
if (this.hostList.length > 0) { |
831 | 830 |
vm.selectedHost = vm.hostList[0]; |
832 | 831 |
vm.selectedHostCode = vm.hostList[0].host_code; |
... | ... | @@ -1078,9 +1077,6 @@ |
1078 | 1077 |
encoding = "Possibly EUC-KR"; |
1079 | 1078 |
} |
1080 | 1079 |
} |
1081 |
- |
|
1082 |
- console.log(`파일 타입: ${isExcel ? "Excel" : "CSV"}`); |
|
1083 |
- console.log(`인코딩 타입: ${encoding}`); |
|
1084 | 1080 |
}; |
1085 | 1081 |
|
1086 | 1082 |
// 파일의 처음 1KB만 읽어서 분석 |
... | ... | @@ -1453,7 +1449,6 @@ |
1453 | 1449 |
selectEncoding(encoding) { |
1454 | 1450 |
// 선택한 인코딩에 대한 처리 |
1455 | 1451 |
this.encodingType = encoding; |
1456 |
- console.log(`${encoding} 인코딩이 선택되었습니다.`); |
|
1457 | 1452 |
this.closeExcel(); // 선택 후 모달 닫기 |
1458 | 1453 |
}, |
1459 | 1454 |
closeExcel() { |
... | ... | @@ -1511,7 +1506,6 @@ |
1511 | 1506 |
let blob; |
1512 | 1507 |
// encodingType이 설정되지 않은 경우 기본값으로 utf-8 사용 |
1513 | 1508 |
const encoding = this.encodingType || "utf-8"; |
1514 |
- console.log("@@@", encoding); |
|
1515 | 1509 |
if (encoding === "utf-8") { |
1516 | 1510 |
// UTF-8 BOM 추가 |
1517 | 1511 |
blob = new Blob([new Uint8Array([0xef, 0xbb, 0xbf]), csvContent], { |
... | ... | @@ -1525,11 +1519,11 @@ |
1525 | 1519 |
type: "text/csv;charset=euc-kr", |
1526 | 1520 |
}); |
1527 | 1521 |
} else { |
1528 |
- console.log("지원되지 않는 인코딩 타입입니다: " + encoding); |
|
1522 |
+ |
|
1529 | 1523 |
} |
1530 | 1524 |
|
1531 | 1525 |
if (!blob) { |
1532 |
- console.log("Blob 생성 실패"); |
|
1526 |
+ |
|
1533 | 1527 |
} |
1534 | 1528 |
|
1535 | 1529 |
// 파일 이름 설정 |
--- client/views/pages/gisinfo/GisInfoSelectListOne.vue
+++ client/views/pages/gisinfo/GisInfoSelectListOne.vue
... | ... | @@ -99,7 +99,6 @@ |
99 | 99 |
}) |
100 | 100 |
.then(function (response) { |
101 | 101 |
vm.gisInfo = response.data; |
102 |
- console.log("!!", vm.gisInfo); |
|
103 | 102 |
}) |
104 | 103 |
.catch(function (error) { |
105 | 104 |
this.$showAlert( |
--- client/views/pages/integrated/department/DeptUserList.vue
+++ client/views/pages/integrated/department/DeptUserList.vue
... | ... | @@ -216,7 +216,6 @@ |
216 | 216 |
dept: vm.selectedDept |
217 | 217 |
}; |
218 | 218 |
|
219 |
- console.log('Request Data:', requestData); // 프론트엔드에서 데이터 확인 |
|
220 | 219 |
|
221 | 220 |
axios({ |
222 | 221 |
url: "/deptHost/user/move", |
--- client/views/pages/login/Login.vue
+++ client/views/pages/login/Login.vue
... | ... | @@ -81,7 +81,6 @@ |
81 | 81 |
|
82 | 82 |
try { |
83 | 83 |
await axios.post("/loginCnt.json"); |
84 |
- console.log("로그인 카운트가 증가되었습니다."); |
|
85 | 84 |
} catch (counterError) { |
86 | 85 |
console.error("로그인 카운트 증가 실패:", counterError); |
87 | 86 |
} |
... | ... | @@ -177,7 +176,6 @@ |
177 | 176 |
vm.$store.commit("setLoginUser", response.data.resultData.LoginUserInfo); |
178 | 177 |
|
179 | 178 |
let authList = vm.$store.state.loginUser.user_auth; |
180 |
- console.log(authList) |
|
181 | 179 |
let userAdmAuthCheck = false; |
182 | 180 |
for (let auth of authList) { |
183 | 181 |
if (auth == "ROLE_ADMIN") { |
--- client/views/pages/openapi/OpenApiKeyList.vue
+++ client/views/pages/openapi/OpenApiKeyList.vue
... | ... | @@ -286,7 +286,6 @@ |
286 | 286 |
}, |
287 | 287 |
data: data, |
288 | 288 |
}).then(function (response) { |
289 |
- console.log(response); |
|
290 | 289 |
if (response.data.checkMessage.success) { |
291 | 290 |
vm.$showAlert( |
292 | 291 |
"success", |
... | ... | @@ -315,7 +314,6 @@ |
315 | 314 |
}, |
316 | 315 |
data: JSON.stringify(vm.search), |
317 | 316 |
}).then(function (response) { |
318 |
- console.log(response); |
|
319 | 317 |
if (response.data.checkMessage.success) { |
320 | 318 |
vm.apiKeyList = response.data.resultData.list.apiKeyList; |
321 | 319 |
vm.search.totalRows = response.data.resultData.list.totalRows; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?