Browse Source

多选失效修改

应县
wwp 1 year ago
parent
commit
3a19b4836f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/ScoreQueryAllIndex.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/ScoreQueryAllIndex.js View File

@@ -142,7 +142,7 @@ var bootstrap = function ($, learun) {
{ label: '由系统判定学生毕业项目达标的状态', name: 'GraduateStandardStateBySystem', width: 100, align: "left" },
];

$("#gridtable")[0].dfop = undefined;
//$("#gridtable")[0].dfop = undefined;
$('#gridtable').jfGrid({
url: top.$.rootUrl + '/EducationalAdministration/StuScore/GetStuGraduateInfo',
headData: headData,


Loading…
Cancel
Save