From 83aaa1d45b14166bafd294cd349df627721a40a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Tue, 1 Aug 2023 22:30:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=AE=9E=E6=93=8D-=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/js/jlw/handsOnSimulationTasks/add.js | 3 +-- .../templates/jlw/handsOnSimulationTasks/add.html | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/src/main/resources/static/js/jlw/handsOnSimulationTasks/add.js b/web/src/main/resources/static/js/jlw/handsOnSimulationTasks/add.js index 49bfbf3f..217ec83d 100644 --- a/web/src/main/resources/static/js/jlw/handsOnSimulationTasks/add.js +++ b/web/src/main/resources/static/js/jlw/handsOnSimulationTasks/add.js @@ -911,10 +911,9 @@ layui.define([ 'form','laytpl', 'laydate', 'table','element','handsOnSimulationT /*资源库搜索条件*/ function getParamRe(resourcesInfoTypePlural){ var param = { - "courseInfoId_0": $("#edit_dialog select[name='courseInfoId_0']").val(), + "courseInfoFullId": $("#edit_dialog select[name='courseInfoId_0']").val(), "resourcesInfoName": $("#edit_dialog input[name = 'resourcesInfoName']").val(), "resourcesInfoTypePlural":resourcesInfoTypePlural - }; return param; } diff --git a/web/src/main/resources/templates/jlw/handsOnSimulationTasks/add.html b/web/src/main/resources/templates/jlw/handsOnSimulationTasks/add.html index 9d22321c..4d13f94f 100644 --- a/web/src/main/resources/templates/jlw/handsOnSimulationTasks/add.html +++ b/web/src/main/resources/templates/jlw/handsOnSimulationTasks/add.html @@ -578,11 +578,13 @@
-
- + + +