From 45436984e2a07267ff3f70296b85872c5a03f32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Thu, 6 Jul 2023 12:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E9=A2=98=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/static/js/jlw/resourcesQuestion/index.js | 1 - 1 file changed, 1 deletion(-) 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,