xuhy
2025-09-15 9bca6d23b4452065624aeb95b5cad2fc37a2d100
ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/specialAreaBilling/specialAreaBilling.js
@@ -96,7 +96,7 @@
        }, function () {
            var ajax = new $ax(Feng.ctxPath + "/specialAreaBilling/delete", function (data) {
                swal("删除成功", "您已经成功删除了。", "success");
                TCar.table.refresh();
                SpecialAreaBilling.table.refresh();
            }, function (data) {
                swal("删除失败", data.responseJSON.message+"!", "warning");
            });