xuhy
4 天以前 cb7bb59905f6ff335ca24ec6a963d0b17d979d79
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");
            });