luo
2023-09-23 6357f89bf38b83b779e233249c2b0e480b78e164
cloud-server-management/src/main/webapp/static/modular/system/coursePackage/coursePackage.js
@@ -82,6 +82,20 @@
    this.layerIndex = index;
};
CoursePackage.addCoursePackage1 = function () {
    let index = layer.open({
        type: 2,
        title: '添加',
        area: ['100%', '100%'], //宽高
        fix: false, //不固定
        maxmin: true,
        content: Feng.ctxPath + '/tStudent/openAddCoursePackage'
    });
    this.layerIndex = index;
};
/**
 * 点击修改按钮时
 * @param userId 管理员id
@@ -201,6 +215,8 @@
CoursePackage.resetSearch = function () {
    $("#provinceCode").val("");
    $("#cityCode").val("");