Browse Source

Merge branch '塔里木分支' of 123.57.209.16:bjquanjiang/DigitalScholl into 塔里木分支

新疆体育高职分支
liangkun 1 year ago
parent
commit
5d729624a4
4 changed files with 4 additions and 8 deletions
  1. +1
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Index.js
  2. +1
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfStudent.js
  3. +1
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfThree.js
  4. +1
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfTwo.js

+ 1
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Index.js View File

@@ -400,7 +400,6 @@ var bootstrap = function ($, learun) {
isPage: true,
sidx: 'CreateTime desc'
});
page.search();
},
search: function (param) {
param = param || {};
@@ -410,7 +409,7 @@ var bootstrap = function ($, learun) {
}
};
refreshGirdData = function () {
$('#gridtable').jfGridSet('reload');
page.search();
};
page.init();
}

+ 1
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfStudent.js View File

@@ -328,7 +328,6 @@ var bootstrap = function ($, learun) {
isPage: true,
sidx: 'SubmitTime desc'
});
page.search();
},
search: function (param) {
param = param || {};
@@ -339,7 +338,7 @@ var bootstrap = function ($, learun) {
}
};
refreshGirdData = function () {
$('#gridtable').jfGridSet('reload');
page.search();
};
page.init();
}

+ 1
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfThree.js View File

@@ -382,7 +382,6 @@ var bootstrap = function ($, learun) {
isPage: true,
sidx: 'FirstCheckTime desc'
});
page.search();
},
search: function (param) {
param = param || {};
@@ -393,7 +392,7 @@ var bootstrap = function ($, learun) {
}
};
refreshGirdData = function () {
$('#gridtable').jfGridSet('reload');
page.search();
};
page.init();
}

+ 1
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfTwo.js View File

@@ -386,7 +386,6 @@ var bootstrap = function ($, learun) {
isPage: true,
sidx: 'SubmitTime desc'
});
page.search();
},
search: function (param) {
param = param || {};
@@ -397,7 +396,7 @@ var bootstrap = function ($, learun) {
}
};
refreshGirdData = function () {
$('#gridtable').jfGridSet('reload');
page.search();
};
page.init();
}

Loading…
Cancel
Save