瀏覽代碼

学籍异动查看 复学功能 已休学审核数据查看

怀来职教中心中职
ndbs 1 年之前
父節點
當前提交
e754f0aa6a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuTransferInfo/ReturnIndex.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuTransferInfo/ReturnIndex.js 查看文件

@@ -853,7 +853,7 @@ var bootstrap = function ($, learun) {
},
search: function (param) {
param = param || {};
param.SqlParameter = ' and AnomalousType=06 and IsReturnSchool=1 and F_EnabledMark=1 ';
param.SqlParameter = ' and AnomalousType=06 and IsReturnSchool=0 and F_EnabledMark=1 ';
$('#gridtable').jfGridSet('reload', { queryJson: JSON.stringify(param) });
}
};


Loading…
取消
儲存