remove console log
This commit is contained in:

parent
b56bd12bb7
commit
eeadcd254d
@ -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')
|
||||||
|
@ -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,
|
||||||
|
Reference in New Issue
Block a user