luodangjia
2024-07-22 eeebf2d723433f916ba9c33cce92431165dd64c7
ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/platform/platform.js
@@ -251,7 +251,17 @@
    table.setPaginationType("client");
    TUser.table = table.init();
});
TUser.tradeYse = function () {
    var time =document.getElementById("insertTime");
    if ("" == $("#time").val()){
        time.value="";
        time.disabled = true;
    }else{
        bTime.value="";
        bTime.disabled = false;
    }
};
TUser.sendAjaxRequest = function(url,type,data){
    $.ajax({
        url : url,