Explorar el Código

删除console

zhangxc hace 5 años
padre
commit
9c8d9181cb
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/js/assertTypeDetail.js

+ 0 - 2
src/js/assertTypeDetail.js

@@ -19,13 +19,11 @@ $(function(){
 const filterBoxWidth = $('.filterBox').width()
 $('.patientNumInp').css('width', filterBoxWidth-82-15 +'px')
 function getList(type){
-    console.log('type',type)
     if(!type){
         post(api.getEntryByHospital,{}).then(res =>{
             let result = res.data
             if(result.code == '0'){
                 const data = result.data;
-                console.log(data)
                 renderData(data)
                 
             }else{