Files
Web_HotelServices_Prod/WebUI/wwwroot/js_custom/rucs.js
2025-11-26 11:18:26 +08:00

10 lines
198 B
JavaScript

function rucs_log() {
MyPost("/Server/RUCS_Log", { isSwal: false }, (res) => {
$('.container-fluid').html(res);
})
}
rucs_log();
setInterval(() => {
//rucs_log();
},3000)