Browse Source

【修改】资助-可申请名单:修改新增学生信息不显示;

yanshi
dyy 2 years ago
parent
commit
1345be92f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Student/Form.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Student/Form.js View File

@@ -34,7 +34,7 @@ var bootstrap = function ($, learun) {
if (ClassNo != null && ClassNo != "" && ClassNo != undefined) {
$('#StuNo').lrselectRefresh({
url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=StuList',
param: { strWhere: " 1=1 and classno in (" + ClassNo + ")" },
param: { strWhere: " 1=1 and classno in ('" + ClassNo + "')" },
value: "stuid",
text: "stuname",
maxHeight: 200,


Loading…
Cancel
Save