diff --git a/web/src/main/resources/static/js/jlw/resourcesApplicationCourse/index.js b/web/src/main/resources/static/js/jlw/resourcesApplicationCourse/index.js index c9b9217f..07857907 100644 --- a/web/src/main/resources/static/js/jlw/resourcesApplicationCourse/index.js +++ b/web/src/main/resources/static/js/jlw/resourcesApplicationCourse/index.js @@ -185,7 +185,6 @@ layui.define(['form', 'laydate', 'table'], function (exports) { }); }, initTableTool: table.on('tool(resourcesApplicationCourseTable)', function (obj) { var data = obj.data; - //form.render('select'); // 重新加载select表单 if (obj.event === 'edit') { var url = "/jlw/resourcesApplicationCourse/add.do?courseInfoId=" + data.courseInfoId; Common.openDlg(url, "");