diff --git a/web/src/main/resources/static/js/jlw/resourcesQuestion/index.js b/web/src/main/resources/static/js/jlw/resourcesQuestion/index.js index 6196d849..cb5e8a33 100644 --- a/web/src/main/resources/static/js/jlw/resourcesQuestion/index.js +++ b/web/src/main/resources/static/js/jlw/resourcesQuestion/index.js @@ -238,7 +238,6 @@ layui.define(['form', 'laydate', 'table'], function (exports) { //上下架 function upDrown(status, ids ,sourceType) { - console.log(sourceType) layer.confirm(status == 1 ? '是否确定上架该试题?' : '是否确定下架该试题?', function (index) { var ret = Common.postAjax("/jlw/resourcesQuestion/putOnShelves.json", { resourcesQuestionId: ids,