Browse Source

学生归宿管理列表条件

西昌缴费二期
zhangli 2 years ago
parent
commit
aab80a30bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/DormitoryReturn/Index.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/DormitoryReturn/Index.js View File

@@ -22,7 +22,7 @@ var bootstrap = function ($, learun) {
nodeClick: function (item) { nodeClick: function (item) {
if (item.title == '4') { if (item.title == '4') {
ParentId = item.value; ParentId = item.value;
page.search({ DormitoryBuildId: item.value });
page.search({ ParentId: item.value });
} }
} }
}); });


Loading…
Cancel
Save