소스 검색

去掉console

chengbeibei 11 달 전
부모
커밋
d5b6623e0a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/mixins/JeecgListMixin.js

+ 0 - 1
src/mixins/JeecgListMixin.js

@@ -306,7 +306,6 @@ export const JeecgListMixin = {
       window.location.href = url;
     },
     handleExportXls(fileName){
-      console.log("this.dataSource.length", this.dataSource.length);
       if (this.dataSource.length == 0) {
         /*this.$notification.error({
           message: '提示',