luoyisheng
2023-10-05 2736b19570db55be1fc9ab7b65395d9f2097d782
cloud-server-management/src/main/webapp/static/modular/system/tCoach/tCoach_add.js
@@ -428,6 +428,8 @@
        data: JSON.stringify(data),
        contentType: "application/json",
        success: function (response) {
            window.parent.TSite.table.refresh();
            TSite.close();
            Feng.success("添加成功");
        },
@@ -435,7 +437,6 @@
            Feng.error("添加失败!" + error);
        }
    });
    TSite.search();
};
TSite.search = function () {