오타 수정

dev
이범준 5 months ago
parent 1ec7a2b45c
commit eca1cd6090

@ -220,7 +220,7 @@
, title : dialogTitle , title : dialogTitle
, content : resp , content : resp
, size : $P.control.infoSize , size : $P.control.infoSize
, onClose : () => { $P.RefreshList(); } , onClose : () => { $P.fnRefreshList(); }
}); });
} }
}); });

@ -295,7 +295,7 @@
, title : dialogTitle , title : dialogTitle
, content : resp , content : resp
, size : $P.control.infoSize , size : $P.control.infoSize
, onClose : () => { $P.RefreshList(); } , onClose : () => { $P.fnRefreshList(); }
}); });
} }
}); });

@ -293,7 +293,7 @@
, title : dialogTitle , title : dialogTitle
, content : resp , content : resp
, size : $P.control.infoSize , size : $P.control.infoSize
, onClose : () => { $P.RefreshList(); } , onClose : () => { $P.fnRefreshList(); }
}); });
} }
}); });

Loading…
Cancel
Save