Files
EasySoft-ZenTaoPMS/module/api/js/createlib.js
2023-04-07 09:19:18 +08:00

16 lines
331 B
JavaScript

$(function()
{
$('#apiForm').ajaxForm({
success: (data) => {
if (data.result == 'success') {
if (data.locate) {
window.parent.location.href = data.locate
}
$.zui.closeModal()
}
}
})
toggleLibType(libType);
});