Explorar o código

style: 去除材料调差的日志打印

lanjianrong %!s(int64=4) %!d(string=hai) anos
pai
achega
3b4c6a4fab
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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') {
                 if (parseInt(curPageNo) !== Math.ceil(total/pageCount)) {
-                    console.log('parseInt(curPageNo) + 1', parseInt(curPageNo) + 1)
                     getAllList(parseInt(curPageNo) + 1)
                 }
             } else if(btnType === 'Start') {
@@ -102,7 +101,6 @@ $(document).ready(function () {
     })
     // 生成所有附件列表
     function getAllList(currPageNum = 1) {
-        console.log('currPageNum', currPageNum)
          // 未选中checkbox,需要过滤出来当前期的数据
         const filterFileData = fileData && fileData.filter(file => file.mid === parseInt(mid) && file.tid === parseInt(tid))
         const total = calcCount(filterFileData);