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

View File

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