فهرست منبع

去掉console

chengbeibei 10 ماه پیش
والد
کامیت
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: '提示',