이행정보 체크 오류 수정

dev
박성영 2 months ago
parent 56827b75c5
commit c421513251

@ -255,6 +255,8 @@
if( row.rrno === '0000000000000' ){ if( row.rrno === '0000000000000' ){
self.instance.disableRowCheck(row.rowKey); self.instance.disableRowCheck(row.rowKey);
} }
}else{
self.instance.check(row.rowKey);
} }
}); });

Loading…
Cancel
Save