mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
|
|
function show_add_manager(id) {
|
|
$(".auth-schools-user-add").modal("show");
|
|
|
|
$(".auth-schools-user-add").find("#school_id_input").val(id)
|
|
} |