44323
2023-11-09 4f47865c3b8132f097cc32fe9bd8e0fa12469786
cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TCouponInfo.js
@@ -461,6 +461,7 @@
    var ajax = new $ax(Feng.ctxPath + "/tCouponManage/commitData", function (data) {
        Feng.success("添加成功!");
        window.parent.TCoupon.table.refresh();
        couponInfoDlg.close();
    }, function (data) {
        Feng.error("添加失败!" + data.responseJSON.message + "!");
    });