MaiXinRong 5 년 전
부모
커밋
28b8b58df0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/service/rpt_gather_memory.js

+ 0 - 1
app/service/rpt_gather_memory.js

@@ -20,7 +20,6 @@ const indexPre = 'id_';
 
 const gatherUtils = {
     completeGatherData: function (datas, completeDatas) {
-        console.log(completeDatas);
         for (const data of datas) {
             for (const cd of completeDatas) {
                 data[cd.prefix + 'id'] = cd.id;