Pu Zhibing
4 天以前 bcfe7fb7a51e5e93b8e3922734d23855c99cd9e7
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");
            });