From 94846201fca73e388e04d260dd811d1f7dfbf0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Sun, 16 Jul 2023 11:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E6=A0=A1=E7=AB=AF-=E8=AF=95=E9=A2=98?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/static/js/jlw/resourcesQuestion/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 557af362..e88dae39 100644 --- a/web/src/main/resources/static/js/jlw/resourcesQuestion/index.js +++ b/web/src/main/resources/static/js/jlw/resourcesQuestion/index.js @@ -292,10 +292,11 @@ layui.define(['form', 'laydate', 'table'], function (exports) { var url = ""; var param = {ids: ids}; if(type == "1" || type == "FACULTY_ADD"){ - param.status = 0; - url = "/jlw/teacherOpenCourseMergeResourcesQuestion/editStatus.json"; + param = {resourcesQuestionId: ids}; + url = "/jlw/teacherOpenCourseMergeResourcesQuestion/manageBatchDeleteStatus.json"; }else if(type == "2" || type == " ADMIN_ADD"){ url = "/jlw/resourcesQuestion/delete.json"; + param = {ids: ids}; } var ret = Common.postAjax(url, param); layer.msg(ret.code == 0 ? "删除成功!" : ret.msg, {