소스 정리

main
이범준 1 year ago
parent 3ed3441ab1
commit 4de07f4b63

@ -176,7 +176,7 @@ $(document).ready(function(){
};
$P.crdnControl.onCurrentChange = item => {
$P.crdnControl.onCurrentChange = (item) => {
if (!item) return;
var key = item.data.CRDN_ID;

@ -274,7 +274,7 @@ $(document).ready(function(){
};
$P.crdnControl.onCurrentChange = item => {
$P.crdnControl.onCurrentChange = (item) => {
if (!item) return;
var key = item.data.CRDN_ID;

@ -180,7 +180,7 @@ $(document).ready(function(){
};
$P.crdnControl.onCurrentChange = item => {
$P.crdnControl.onCurrentChange = (item) => {
if (!item) return;
var key = item.data.CRDN_ID;

@ -209,7 +209,7 @@ $(document).ready(function(){
};
$P.crdnControl.onCurrentChange = item => {
$P.crdnControl.onCurrentChange = (item) => {
if (!item) {
$("#bottomCrdnPlc--${pageName}").val("");
return;

@ -207,7 +207,7 @@ $(document).ready(function(){
};
$P.crdnControl.onCurrentChange = item => {
$P.crdnControl.onCurrentChange = (item) => {
if (!item) return;
var key = item.data.CRDN_ID;

Loading…
Cancel
Save