Browse Source

Merge branch 'master' of http://192.168.1.41:3000/maixinrong/Calculation

MaiXinRong 5 năm trước cách đây
mục cha
commit
f24d994945
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      app/public/js/material_file.js

+ 0 - 2
app/public/js/material_file.js

@@ -87,7 +87,6 @@ $(document).ready(function () {
                 }
                 }
             } else if(btnType === 'Next') {
             } else if(btnType === 'Next') {
                 if (parseInt(curPageNo) !== Math.ceil(total/pageCount)) {
                 if (parseInt(curPageNo) !== Math.ceil(total/pageCount)) {
-                    console.log('parseInt(curPageNo) + 1', parseInt(curPageNo) + 1)
                     getAllList(parseInt(curPageNo) + 1)
                     getAllList(parseInt(curPageNo) + 1)
                 }
                 }
             } else if(btnType === 'Start') {
             } else if(btnType === 'Start') {
@@ -102,7 +101,6 @@ $(document).ready(function () {
     })
     })
     // 生成所有附件列表
     // 生成所有附件列表
     function getAllList(currPageNum = 1) {
     function getAllList(currPageNum = 1) {
-        console.log('currPageNum', currPageNum)
          // 未选中checkbox,需要过滤出来当前期的数据
          // 未选中checkbox,需要过滤出来当前期的数据
         const filterFileData = fileData && fileData.filter(file => file.mid === parseInt(mid) && file.tid === parseInt(tid))
         const filterFileData = fileData && fileData.filter(file => file.mid === parseInt(mid) && file.tid === parseInt(tid))
         const total = calcCount(filterFileData);
         const total = calcCount(filterFileData);