Explorar el Código

列表页展示15条数据

zhangxc hace 5 años
padre
commit
3e5998e5a9
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. 2 1
      src/js/itemManager.js
  2. 2 1
      src/js/qcList.js

+ 2 - 1
src/js/itemManager.js

@@ -21,7 +21,8 @@ function getTabData(activePage){
         casesId: casesId,
         name: name, //条目名
         isReject: isReject, //1-单项否决 0-非
-        isUsed: isUsed //0-未启用 1-启用
+        isUsed: isUsed, //0-未启用 1-启用
+        size: 15
     }
     post(api.getQcCasesEntryAll,param).then(res =>{
         if(res.data.code == '0'){

+ 2 - 1
src/js/qcList.js

@@ -35,7 +35,8 @@ function getTabData(activePage){
         name: name, //条目名
         level:level,//病历等级
         behosDateStart: behosDateStart, //1-单项否决 0-非
-        behosDateEnd: behosDateEnd //0-未启用 1-启用
+        behosDateEnd: behosDateEnd, //0-未启用 1-启用
+        size: 15
     }
     post(api.qcList,param).then(res =>{
         if(res.data.code == '0'){