Browse Source

修改模板维护默认显示个数

zhangxc 5 years ago
parent
commit
8b86f1d579
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/icss/TemplateMaintenance.vue

+ 1 - 1
src/components/icss/TemplateMaintenance.vue

@@ -182,7 +182,7 @@
         //const pm = to.param;
         const flt = to.params.filter;
         vm.currentPage = to.params.currentPage||1;
-        vm.pageSize = to.params.pageSize || 10;
+        vm.pageSize = to.params.pageSize || config.pageSize;
         vm.deptAndDisInfo = JSON.parse(localStorage.getItem('deptDis')||null);
         if(flt){
           vm.filter.templateType = flt.templateType;