liujie
2023-10-18 3c978a0916a4b17ead0d9e6a9f980f4df425f637
cloud-server-management/src/main/webapp/static/modular/system/tSiteType/tSiteType.js
@@ -59,7 +59,12 @@
        let id = this.seItem.id
        var operation = function(){
            var ajax = new $ax(Feng.ctxPath + "/tSiteType/delete", function (data) {
                Feng.success("删除成功!");
                if(data=="5002"){
                    Feng.info("已有场地使用无法删除!");
                }else {
                    Feng.success("删除成功!");
                }
                TSite.table.refresh();
            }, function (data) {
                Feng.error("删除失败!" + data.responseJSON.message + "!");