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 @@