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("");