remove console

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-07-31 14:18:29 +07:00
parent bfe206a2bf
commit 238fdb5fc5
8 changed files with 2 additions and 20 deletions

View File

@ -115,7 +115,7 @@ export default {
this.detailList[3].class = 'py-3 pl-4 pt-1 d-none';
this.detailList[4].class = 'py-3';
this.detailList[5].class = 'py-3';
this.detailList[5].class = 'py-3 pl-4';
this.detailList[6].class = 'py-3 pl-4 pt-0';
} else {
// }else if(val==="READ_PLC"){
@ -286,7 +286,6 @@ export default {
this.loadGrid = true;
},
async getRowData(data, gridName) {
console.log("--------------------DEBUG-----getRowData---------------", {data, gridName});
if (data.rowStat === 'I') {
this.detailList[0].disabled = false;
this.detailList[1].disabled = false;