fit : 리로드기능에 오류로 원복.

dev
Leeyh1121 4 months ago
parent c581168dea
commit cbd6901b54

@ -353,7 +353,7 @@
, title : dialogTitle
, content : resp
, size : "xxl"
, onClose : () => { $P.control.reload(); }
, onClose : () => { $P.fnRefreshList(); }
});
}
});

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

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

Loading…
Cancel
Save