remove console log

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-07-30 08:32:27 +07:00
parent b56bd12bb7
commit eeadcd254d
2 changed files with 14 additions and 14 deletions

View File

@ -268,12 +268,12 @@ export default {
}); });
}, },
focusChangeEvt(e) { focusChangeEvt(e) {
console.log("------------------DEBUG-------focusChangeEvt:", e); // console.log("------------------DEBUG-------focusChangeEvt:", e);
// console.log('focusChangeEvt1...') // console.log('focusChangeEvt1...')
// if (this.preventFocusChangeEvent(e)) { if (this.preventFocusChangeEvent(e)) {
// // console.log('prevent focusChangeEvt') // console.log('prevent focusChangeEvt')
// return; return;
// } }
// console.log('focusChangeEvt2...') // console.log('focusChangeEvt2...')
// cell 선택시 row 선택 method // cell 선택시 row 선택 method
if (e.rowKey >= 0) { if (e.rowKey >= 0) {
@ -289,7 +289,7 @@ export default {
this.sendSelectedRowData(e.rowKey); this.sendSelectedRowData(e.rowKey);
}, },
startEditing(e) { startEditing(e) {
console.log("------------DEBUG-----startEditing----", e); // console.log("------------DEBUG-----startEditing----", e);
// console.log('startEditing1...') // console.log('startEditing1...')
if (this.preventFocusChangeEvent(e)) { if (this.preventFocusChangeEvent(e)) {
// console.log('prevent startEditing') // console.log('prevent startEditing')

View File

@ -314,14 +314,14 @@ export default {
}); });
}, },
async getRowData(data, gridName) { async getRowData(data, gridName) {
console.log("-----------------------DEBUG--getRowData--------------", // console.log("-----------------------DEBUG--getRowData--------------",
{ // {
gridKey: gridName, // gridKey: gridName,
gridSelect: true, // gridSelect: true,
rowGridSelectKey: data.rowKey, // rowGridSelectKey: data.rowKey,
rowGridSelectData: data, // rowGridSelectData: data,
} // }
); // );
this.setGridSelectData({ this.setGridSelectData({
gridKey: gridName, gridKey: gridName,
gridSelect: true, gridSelect: true,