Skip to content

Console Output

Skipping 43 KB.. Full Log
  75 |                       case "紧急":
11:29:16   76 |                         this.$set(its, "libgcolor", 1);
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:95:25:
11:29:16   93 |                     this.$api.v3CockPitChildId(dateli, {
11:29:16   94 |                       onSucess: (res) => {
11:29:16 > 95 |                         console.log(res.data.data.title);
11:29:16      |                         ^
11:29:16   96 |                         if (res.data.code == 0) {
11:29:16   97 |                           let sum = res.data.data && res.data.data.data[0].sum;
11:29:16   98 |                           this.cockPitListArr.forEach((ims) => {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:113:27:
11:29:16   111 |                             }
11:29:16   112 |                           });
11:29:16 > 113 |                           console.log(this.cockPitListArr);
11:29:16       |                           ^
11:29:16   114 |                         }
11:29:16   115 |                       },
11:29:16   116 |                     });
11:29:16 
11:29:16 
11:29:16 7 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: This 'v-if' should be moved to the wrapper element (vue/no-use-v-if-with-v-for) at src/components/applicationMarket.vue:21:96:
11:29:16   19 |             <!-- 应用区域 -->
11:29:16   20 |             <div class="marketright" v-if="activeIndex>-1">
11:29:16 > 21 |                 <div class="marketAppList" v-for="(item,index) in appcateArrList" :key="index" v-if="appcateArrList.length">
11:29:16      |                                                                                                ^
11:29:16   22 |                     <h4>{{item.title}}</h4>
11:29:16   23 |                     <ul>
11:29:16   24 |                         <li v-for="(its,i) in item.children" :key="i" @click="applidetail(its)">
11:29:16 
11:29:16 
11:29:16 error: This 'v-if' should be moved to the wrapper element (vue/no-use-v-if-with-v-for) at src/components/applicationMarket.vue:43:102:
11:29:16   41 |             <!-- 搜索区域 -->
11:29:16   42 |             <div class="marketright" v-if="activeIndex==-2">
11:29:16 > 43 |                 <div class="marketAppList" v-for="(item,index) in appcateArrListSearch" :key="index" v-if="appcateArrListSearch.length">
11:29:16      |                                                                                                      ^
11:29:16   44 |                     <h4>{{item.title}}</h4>
11:29:16   45 |                     <ul>
11:29:16   46 |                         <li v-for="(its,i) in item.children" :key="i" @click="applidetail(its)">
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:131:12:
11:29:16   129 |     methods: { 
11:29:16   130 |         scrollEvent(e){//详情滚动事件
11:29:16 > 131 |            console.log(e.target.scrollTop)
11:29:16       |            ^
11:29:16   132 |            if(e.target.scrollTop>200){//超过滚动隐藏
11:29:16   133 |                $(".marketDtop").hide()
11:29:16   134 |                $(".marketInfoDetail").css("max-height","calc(100% - 110px)")
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:151:29:
11:29:16   149 |                         // console.log(response.data)
11:29:16   150 |                         if(response.data.data.data.length){
11:29:16 > 151 |                             console.log(response.data.data.data)
11:29:16       |                             ^
11:29:16   152 |                             let Arry=[]
11:29:16   153 |                             response.data.data.data.forEach(item=>{
11:29:16   154 |                                var obj={}
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:168:29:
11:29:16   166 |                             },[]) //设置cur默认类型为数组,并且初始值为空的数组
11:29:16   167 |                             this.appcateArr=appcateArrResult
11:29:16 > 168 |                             console.log(this.appcateArr)                
11:29:16       |                             ^
11:29:16   169 |                         }  
11:29:16   170 |                     }
11:29:16   171 |                 }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:208:29:
11:29:16   206 |                                   
11:29:16   207 |                             })  
11:29:16 > 208 |                             console.log(arr)
11:29:16       |                             ^
11:29:16   209 |
11:29:16   210 |                             const titleMap = {}
11:29:16   211 |                             const transferObj = arr.reduce((prev, next) => {  
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:223:27:
11:29:16   221 |                             }, {})
11:29:16   222 |
11:29:16 > 223 |                           console.log(transferObj)
11:29:16       |                           ^
11:29:16   224 |
11:29:16   225 |                             let arr2=[]
11:29:16   226 |                             for(let i in transferObj){
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:241:28:
11:29:16   239 |                            this.appcateArrList=arr2
11:29:16   240 |
11:29:16 > 241 |                            console.log(this.appcateArrList)
11:29:16       |                            ^
11:29:16   242 |                                              
11:29:16   243 |                         }else{
11:29:16   244 |                             this.appcateArrList=[]//查无数据
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:290:29:
11:29:16   288 |                                   
11:29:16   289 |                             })  
11:29:16 > 290 |                             console.log(arr)
11:29:16       |                             ^
11:29:16   291 |
11:29:16   292 |                             const titleMap = {}
11:29:16   293 |                             const transferObj = arr.reduce((prev, next) => {  
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:305:27:
11:29:16   303 |                             }, {})
11:29:16   304 |
11:29:16 > 305 |                           console.log(transferObj)
11:29:16       |                           ^
11:29:16   306 |
11:29:16   307 |                             let arr2=[]
11:29:16   308 |                             for(let i in transferObj){
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:323:28:
11:29:16   321 |                            this.appcateArrListSearch=arr2
11:29:16   322 |
11:29:16 > 323 |                            console.log(this.appcateArrListSearch)
11:29:16       |                            ^
11:29:16   324 |                                              
11:29:16   325 |                         }else{
11:29:16   326 |                             this.appcateArrListSearch=[]//查无数据
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:352:25:
11:29:16   350 |                     });
11:29:16   351 |                     if (response.data && response.data.errmsg == "ok") {
11:29:16 > 352 |                         console.log(response.data.data.data.length)
11:29:16       |                         ^
11:29:16   353 |                         if(response.data.data.data.length){
11:29:16   354 |                             let arr=[]
11:29:16   355 |                             response.data.data.data.forEach((item,index)=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:402:28:
11:29:16   400 |                            })
11:29:16   401 |                            this.appcateArrList=arr2
11:29:16 > 402 |                            console.log(this.appcateArrList)
11:29:16       |                            ^
11:29:16   403 |                                              
11:29:16   404 |                         }else{
11:29:16   405 |                             this.appcateArrList=[]
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:432:31:
11:29:16   430 |                            if(this.applidetailObj){
11:29:16   431 |                               this.imgpath=JSON.parse(this.applidetailObj.__9AdBNGeHUy7w8rwfvld.value)[0].path 
11:29:16 > 432 |                               console.log(this.imgpath) 
11:29:16       |                               ^
11:29:16   433 |                            } 
11:29:16   434 |                         }  
11:29:16   435 |                     }
11:29:16 
11:29:16 
11:29:16 14 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: This 'v-if' should be moved to the wrapper element (vue/no-use-v-if-with-v-for) at src/components/recommend.vue:13:93:
11:29:16   11 |         <!-- 精品推荐图文 -->
11:29:16   12 |         <section class="recomSection">
11:29:16 > 13 |              <div class="marketAppList" v-for="(item,index) in appcateArrList" :key="index" v-if="appcateArrList.length">
11:29:16      |                                                                                             ^
11:29:16   14 |                     <h4>{{item.title}}</h4>
11:29:16   15 |                     <ul>
11:29:16   16 |                         <li v-for="(its,i) in item.children" :key="i" @click="applidetail(its)">
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/recommend.vue:58:20:
11:29:16   56 |                        loading.close();//关闭加载
11:29:16   57 |                    });
11:29:16 > 58 |                    console.log(response.data.data.data)
11:29:16      |                    ^
11:29:16   59 |                    if(response.data.data.data){
11:29:16   60 |                        let Arry=[]
11:29:16   61 |                        response.data.data.data.forEach(item=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/recommend.vue:107:29:
11:29:16   105 |                                   
11:29:16   106 |                             })  
11:29:16 > 107 |                             console.log(arr)
11:29:16       |                             ^
11:29:16   108 |
11:29:16   109 |                             const titleMap = {}
11:29:16   110 |                             const transferObj = arr.reduce((prev, next) => {  
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/recommend.vue:138:28:
11:29:16   136 |                            })
11:29:16   137 |                            this.appcateArrList=arr2
11:29:16 > 138 |                            console.log(this.appcateArrList)
11:29:16       |                            ^
11:29:16   139 |                                              
11:29:16   140 |                         }else{
11:29:16   141 |                             this.appcateArrList=[]
11:29:16 
11:29:16 
11:29:16 4 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:253:11:
11:29:16   251 |       this.$api.groupSupervisionListApi(this.params, {
11:29:16   252 |         onSucess: (response) => {
11:29:16 > 253 |           console.log(response);
11:29:16       |           ^
11:29:16   254 |           this.tableData = response.data;
11:29:16   255 |         },
11:29:16   256 |       });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:261:11:
11:29:16   259 |       this.$api.performanceAppraisalListApi(this.params, {
11:29:16   260 |         onSucess: (response) => {
11:29:16 > 261 |           console.log(response);
11:29:16       |           ^
11:29:16   262 |           this.tableData2 = response.data;
11:29:16   263 |         },
11:29:16   264 |       });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:269:11:
11:29:16   267 |       this.$api.AnnualHighlightsListApi(this.params, {
11:29:16   268 |         onSucess: (response) => {
11:29:16 > 269 |           console.log(response);
11:29:16       |           ^
11:29:16   270 |           this.tableData3 = response.data;
11:29:16   271 |         },
11:29:16   272 |       });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:277:11:
11:29:16   275 |       this.$api.inServiceListApi(this.params, {
11:29:16   276 |         onSucess: (response) => {
11:29:16 > 277 |           console.log(response);
11:29:16       |           ^
11:29:16   278 |           this.tableData4 = response.data;
11:29:16   279 |         },
11:29:16   280 |       });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:285:11:
11:29:16   283 |       this.$api.questionListApi(this.params, {
11:29:16   284 |         onSucess: (response) => {
11:29:16 > 285 |           console.log(response);
11:29:16       |           ^
11:29:16   286 |           this.tableData5 = response.data;
11:29:16   287 |         },
11:29:16   288 |       });
11:29:16 
11:29:16 
11:29:16 5 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerLeader.vue:69:7:
11:29:16   67 |   methods: {
11:29:16   68 |     leaderli(url) {
11:29:16 > 69 |       console.log(url);
11:29:16      |       ^
11:29:16   70 |       window.open("//" + location.hostname + ":8002" + url);
11:29:16   71 |     },
11:29:16   72 |     handleBannerChange(idx) {
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:111:11:
11:29:16   109 |       this.$api.newsCateApi(this.params, {
11:29:16   110 |         onSucess: (response) => {
11:29:16 > 111 |           console.log(response);
11:29:16       |           ^
11:29:16   112 |           let newsData = response.data.data.filter((item) => {
11:29:16   113 |             return item.item_workbench == "是";
11:29:16   114 |           });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:134:11:
11:29:16   132 |       this.$api.newslistApi(jsonData, {
11:29:16   133 |         onSucess: (response) => {
11:29:16 > 134 |           console.log(response.data.data);
11:29:16       |           ^
11:29:16   135 |           this.tableDataNewsList = response.data.data;
11:29:16   136 |           this.tableDataNewsList &&
11:29:16   137 |             this.tableDataNewsList.forEach((item) => {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:154:11:
11:29:16   152 |       this.$api.newsdetailliApi(jsonData, {
11:29:16   153 |         onSucess: (response) => {
11:29:16 > 154 |           console.log(response.data.data);
11:29:16       |           ^
11:29:16   155 |           this.detailContent = response.data.data[0];
11:29:16   156 |           if (this.detailContent.item_enclosure) {
11:29:16   157 |             this.detailContent.fjArr = JSON.parse(
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:166:11:
11:29:16   164 |       this.$api.newsdetailReadingApi(jsonData, {
11:29:16   165 |         onSucess: (response) => {
11:29:16 > 166 |           console.log(response.data.data);
11:29:16       |           ^
11:29:16   167 |         },
11:29:16   168 |       });
11:29:16   169 |     },
11:29:16 
11:29:16 
11:29:16 4 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerTop.vue:53:21:
11:29:16   51 |           this.$api.workbenchDataEntryApi(this.params,{
11:29:16   52 |                 onSucess: response => {
11:29:16 > 53 |                     console.log(response)
11:29:16      |                     ^
11:29:16   54 |                     this.tableArr=response.data.datas
11:29:16   55 |                     console.log(this.tableArr)
11:29:16   56 |                     this.tableArr.forEach(item=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerTop.vue:55:21:
11:29:16   53 |                     console.log(response)
11:29:16   54 |                     this.tableArr=response.data.datas
11:29:16 > 55 |                     console.log(this.tableArr)
11:29:16      |                     ^
11:29:16   56 |                     this.tableArr.forEach(item=>{
11:29:16   57 |                         if(item.item_icon){
11:29:16   58 |                             this.$set(item,'img',JSON.parse(item.item_icon)[0].path)
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerWK.vue:44:11:
11:29:16   42 |       this.$api.workbenchfiveLibraryApi(this.params, {
11:29:16   43 |         onSucess: (response) => {
11:29:16 > 44 |           console.log(response);
11:29:16      |           ^
11:29:16   45 |           this.tableObj = response.data;
11:29:16   46 |         },
11:29:16   47 |       });
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:101:11:
11:29:16    99 |       this.$api.jtnetlistApi(this.params, {
11:29:16   100 |         onSucess: (response) => {
11:29:16 > 101 |           console.log(response);
11:29:16       |           ^
11:29:16   102 |           this.tableData = response.data.data;
11:29:16   103 |           console.log(this.tableData);         
11:29:16   104 |         },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:103:11:
11:29:16   101 |           console.log(response);
11:29:16   102 |           this.tableData = response.data.data;
11:29:16 > 103 |           console.log(this.tableData);         
11:29:16       |           ^
11:29:16   104 |         },
11:29:16   105 |       });
11:29:16   106 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:110:11:
11:29:16   108 |       this.$api.xxhgzlistApi(this.params, {
11:29:16   109 |         onSucess: (response) => {
11:29:16 > 110 |           console.log(response);
11:29:16       |           ^
11:29:16   111 |           this.tableData2 = response.data.data;
11:29:16   112 |           console.log(this.tableData2);          
11:29:16   113 |         },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:112:11:
11:29:16   110 |           console.log(response);
11:29:16   111 |           this.tableData2 = response.data.data;
11:29:16 > 112 |           console.log(this.tableData2);          
11:29:16       |           ^
11:29:16   113 |         },
11:29:16   114 |       });
11:29:16   115 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:120:11:
11:29:16   118 |       this.$api.waitTokenApi(jsonData, {
11:29:16   119 |         onSucess: (response) => {
11:29:16 > 120 |           console.log(response);
11:29:16       |           ^
11:29:16   121 |           let resttoken = (response.data&&response.data.id)||"";
11:29:16   122 |           if(resttoken){
11:29:16   123 |               let loginName=(sessionStorage.getItem('userInfo')&&JSON.parse(sessionStorage.getItem('userInfo')).telephone)||''
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:127:19:
11:29:16   125 |               this.$api.waitlistApi(jsonDataParam, {
11:29:16   126 |                 onSucess: (response) => {
11:29:16 > 127 |                   console.log(response)
11:29:16       |                   ^
11:29:16   128 |                    if(response.data.data){
11:29:16   129 |                        this.tableData=response.data.data
11:29:16   130 |                    }
11:29:16 
11:29:16 
11:29:16 6 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:90:11:
11:29:16   88 |       this.$api.WorkReportApi(this.params, {
11:29:16   89 |         onSucess: (response) => {
11:29:16 > 90 |           console.log(response);
11:29:16      |           ^
11:29:16   91 |           this.tableObj = response.data;
11:29:16   92 |         },
11:29:16   93 |       });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:116:11:
11:29:16   114 |       this.$api.gtlistApi(this.params, {
11:29:16   115 |         onSucess: (response) => {
11:29:16 > 116 |           console.log(response);
11:29:16       |           ^
11:29:16   117 |           this.tableData = response.data.data;
11:29:16   118 |         },
11:29:16   119 |       });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:124:11:
11:29:16   122 |       this.$api.jdzhyjlistApi(this.params, {
11:29:16   123 |         onSucess: (response) => {
11:29:16 > 124 |           console.log(response);
11:29:16       |           ^
11:29:16   125 |           this.tableData2 = response.data.data;
11:29:16   126 |         },
11:29:16   127 |       });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:132:11:
11:29:16   130 |       this.$api.lhzbrblistApi(this.params, {
11:29:16   131 |         onSucess: (response) => {
11:29:16 > 132 |           console.log(response);
11:29:16       |           ^
11:29:16   133 |           this.tableData3 = response.data.data;
11:29:16   134 |         },
11:29:16   135 |       });
11:29:16 
11:29:16 
11:29:16 4 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/ad.vue:720:7:
11:29:16   718 |     },
11:29:16   719 |     getEmoticons(item) {
11:29:16 > 720 |       console.log("item--->", item);
11:29:16       |       ^
11:29:16   721 |       this.information += item.type;
11:29:16   722 |     },
11:29:16   723 |     deleteReplyMessage(el, index, parentIndex) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/ad.vue:1500:11:
11:29:16   1498 |         let diffValue = now - sTime;
11:29:16   1499 |         if (diffValue < 0) {
11:29:16 > 1500 |           console.log("结束日期不能小于开始日期!");
11:29:16        |           ^
11:29:16   1501 |         }
11:29:16   1502 |         let monthC = diffValue / month;
11:29:16   1503 |         let weekC = diffValue / (7 * day);
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/excel_upload.vue:400:19:
11:29:16   398 |                     errMessage += arr[i] + '\n'
11:29:16   399 |                   }
11:29:16 > 400 |                   console.log("errMessage-->",errMessage)
11:29:16       |                   ^
11:29:16   401 |                   // this.$notify.error({
11:29:16   402 |                   //   title: response.data.errmsg,
11:29:16   403 |                   //   message: `${errMessage}`
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:27:5:
11:29:16   25 |   ],
11:29:16   26 |   created: function() {
11:29:16 > 27 |     console.log("openParams-->",this.openParams)
11:29:16      |     ^
11:29:16   28 |     this.initSearchForm({
11:29:16   29 |       appId: this.appId,
11:29:16   30 |       viewId: this.viewId
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:42:7:
11:29:16   40 |   methods: {
11:29:16   41 |     findField(id) {
11:29:16 > 42 |       console.log(this.appId+'--测试-'+this.viewId)
11:29:16      |       ^
11:29:16   43 |      
11:29:16   44 |       let data = this.formdata  
11:29:16   45 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:46:7:
11:29:16   44 |       let data = this.formdata  
11:29:16   45 |
11:29:16 > 46 |       console.log('变量:'+this.$store.state.searchFlag)
11:29:16      |       ^
11:29:16   47 |       for (let i = 0; i < data.fields.length; i++) {
11:29:16   48 |         let fld = data.fields[i];
11:29:16   49 |         console.log(fld.value)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:49:9:
11:29:16   47 |       for (let i = 0; i < data.fields.length; i++) {
11:29:16   48 |         let fld = data.fields[i];
11:29:16 > 49 |         console.log(fld.value)
11:29:16      |         ^
11:29:16   50 |         // data.fields[i].value='1' 
11:29:16   51 |         console.log(this.$store.state.searchDataStore)   
11:29:16   52 |         if(this.$store.state.searchDataStore.length){
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:51:9:
11:29:16   49 |         console.log(fld.value)
11:29:16   50 |         // data.fields[i].value='1' 
11:29:16 > 51 |         console.log(this.$store.state.searchDataStore)   
11:29:16      |         ^
11:29:16   52 |         if(this.$store.state.searchDataStore.length){
11:29:16   53 |           if(this.$store.state.searchFlag==2&&i<=data.fields.length){   
11:29:16   54 |             console.log(66)     
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:54:13:
11:29:16   52 |         if(this.$store.state.searchDataStore.length){
11:29:16   53 |           if(this.$store.state.searchFlag==2&&i<=data.fields.length){   
11:29:16 > 54 |             console.log(66)     
11:29:16      |             ^
11:29:16   55 |             this.$store.state.searchDataStore.forEach(item=>{
11:29:16   56 |                if(item.appId==this.appId&&item.viewId==this.viewId){                
11:29:16   57 |                   Object.keys(item).forEach((key)=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:59:25:
11:29:16   57 |                   Object.keys(item).forEach((key)=>{
11:29:16   58 |                       if(key==fld.name){
11:29:16 > 59 |                         console.log('测试数据'+item[key])  
11:29:16      |                         ^
11:29:16   60 |                           this.$set(data.fields[i],'value',item[key])
11:29:16   61 |                           if(i==data.fields.length-1){  
11:29:16   62 |                             setTimeout(()=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:73:9:
11:29:16   71 |         }   
11:29:16   72 |  
11:29:16 > 73 |         console.log(fld)
11:29:16      |         ^
11:29:16   74 |         if (id == fld.id) return fld;
11:29:16   75 |       }  
11:29:16   76 |       
11:29:16 
11:29:16 
11:29:16 8 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1041:7:
11:29:16   1039 |       let docId = formData.id;
11:29:16   1040 |       let document = allData;
11:29:16 > 1041 |       console.log("document-1-->", document);
11:29:16        |       ^
11:29:16   1042 |       if (pJson) {
11:29:16   1043 |         //手写签名
11:29:16   1044 |         document.signatureJson = JSON.stringify(pJson);
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1093:7:
11:29:16   1091 |     //保存重新编辑的意见
11:29:16   1092 |     updateSuggestion() {
11:29:16 > 1093 |       console.log("更新编辑的数据-->");
11:29:16        |       ^
11:29:16   1094 |       console.log(this.inputSecond);
11:29:16   1095 |       let opinion = this.inputSecond;
11:29:16   1096 |       if(!opinion) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1094:7:
11:29:16   1092 |     updateSuggestion() {
11:29:16   1093 |       console.log("更新编辑的数据-->");
11:29:16 > 1094 |       console.log(this.inputSecond);
11:29:16        |       ^
11:29:16   1095 |       let opinion = this.inputSecond;
11:29:16   1096 |       if(!opinion) {
11:29:16   1097 |         this.$message({
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1133:11:
11:29:16   1131 |       API.deleteMostUseSuggestion(employeeId, opId, {
11:29:16   1132 |         onSucess: (response) => {
11:29:16 > 1133 |           console.log(response.data.data);
11:29:16        |           ^
11:29:16   1134 |           //后台返回500,未执行以下步骤
11:29:16   1135 |           if (response.data.data) {
11:29:16   1136 |             let delId = response.data.data.id;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1152:7:
11:29:16   1150 |     //添加意见
11:29:16   1151 |     addSuggestion() {
11:29:16 > 1152 |       console.log(this.input);
11:29:16        |       ^
11:29:16   1153 |       let opinion = this.input;
11:29:16   1154 |       const employeeId = localStorage.getItem("employeeId") || this.$store.state.userId ;
11:29:16   1155 |       API.AddMostUseSuggestion(employeeId, opinion, {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1157:11:
11:29:16   1155 |       API.AddMostUseSuggestion(employeeId, opinion, {
11:29:16   1156 |         onSucess: (response) => {
11:29:16 > 1157 |           console.log(response.data.data);
11:29:16        |           ^
11:29:16   1158 |           let newSuggest = response.data.data;
11:29:16   1159 |           this.allSuggests.push(newSuggest);
11:29:16   1160 |           this.input = "";
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1277:7:
11:29:16   1275 |     },
11:29:16   1276 |     canvasLeave(e) {
11:29:16 > 1277 |       console.log(e);
11:29:16        |       ^
11:29:16   1278 |       this.existCanvas = true;
11:29:16   1279 |       this.canvasMoveUse = false;
11:29:16   1280 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1590:21:
11:29:16   1588 |                     subFlow.nodeid = subflowData.nodeid;
11:29:16   1589 |                     document.subFlowApprover.push(subFlow);
11:29:16 > 1590 |                     console.log("subflowData--->", subflowData);
11:29:16        |                     ^
11:29:16   1591 |                     console.log("document--->", document);
11:29:16   1592 |                   }
11:29:16   1593 |                 } else {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1591:21:
11:29:16   1589 |                     document.subFlowApprover.push(subFlow);
11:29:16   1590 |                     console.log("subflowData--->", subflowData);
11:29:16 > 1591 |                     console.log("document--->", document);
11:29:16        |                     ^
11:29:16   1592 |                   }
11:29:16   1593 |                 } else {
11:29:16   1594 |                   subflowData = Object.assign(
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1944:7:
11:29:16   1942 |     //隐藏小意见框
11:29:16   1943 |     hiddenSuggest() {
11:29:16 > 1944 |       console.log("隐藏小意见框");
11:29:16        |       ^
11:29:16   1945 |       this.isOrSuggest = !this.isOrSuggest;
11:29:16   1946 |     },
11:29:16   1947 |
11:29:16 
11:29:16 
11:29:16 10 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:579:5:
11:29:16   577 |   },
11:29:16   578 |   created(){
11:29:16 > 579 |     console.log('props', this.$props)
11:29:16       |     ^
11:29:16   580 |   },
11:29:16   581 |   beforeCreate(){
11:29:16   582 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:610:9:
11:29:16   608 | 			  return
11:29:16   609 | 		   }
11:29:16 > 610 |         console.log('e', e)
11:29:16       |         ^
11:29:16   611 |         let form=new FormData();
11:29:16   612 |         form.append("files",e.file)   
11:29:16   613 |         console.log(form)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:613:9:
11:29:16   611 |         let form=new FormData();
11:29:16   612 |         form.append("files",e.file)   
11:29:16 > 613 |         console.log(form)
11:29:16       |         ^
11:29:16   614 |         form.forEach(function (value, key) {
11:29:16   615 | 				if (value instanceof File) {
11:29:16   616 | 					form.set(key, value, value.name.replace(/ /g, ''))//去掉文件名称所有空格
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:636:17:
11:29:16   634 |           {
11:29:16   635 |             onSucess: response => {
11:29:16 > 636 |                 console.log(response.data.data) 
11:29:16       |                 ^
11:29:16   637 |                 if(response.data.data.length){
11:29:16   638 |                     let obj={
11:29:16   639 |                         name:response.data.data[0].fileName,
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:658:12:
11:29:16   656 |         },
11:29:16   657 |         (res)=>{
11:29:16 > 658 |            console.log(res)
11:29:16       |            ^
11:29:16   659 |         },
11:29:16   660 |         e.file.uid,
11:29:16   661 |         
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:665:9:
11:29:16   663 |     },
11:29:16   664 |     obsFile(e){//obs文件上传
11:29:16 > 665 | 	       console.log(e)
11:29:16       | 	       ^
11:29:16   666 |       //去掉文件名称空格start
11:29:16   667 | 			let form = new FormData();
11:29:16   668 | 			form.append("files", e.file);			
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:675:4:
11:29:16   673 | 			})
11:29:16   674 | 			form.get('files')
11:29:16 > 675 | 			console.log(form.get('files'))
11:29:16       | 			^
11:29:16   676 | 			e.file=form.get('files')
11:29:16   677 |       //去掉文件名称空格end
11:29:16   678 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:701:5:
11:29:16   699 | 				SourceFile:e.file //获取file文件
11:29:16   700 | 			}).then(function(result) {
11:29:16 > 701 | 				console.log(result)
11:29:16       | 				^
11:29:16   702 |
11:29:16   703 | 				if(result.CommonMsg.Status < 300){
11:29:16   704 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:705:6:
11:29:16   703 | 				if(result.CommonMsg.Status < 300){
11:29:16   704 |
11:29:16 > 705 | 					console.log('Create object:' + objectKey + ' successfully!\n');
11:29:16       | 					^
11:29:16   706 | 					var httpurl=`https://${BucketName}.${urlserver}/${objectKey}`
11:29:16   707 |
11:29:16   708 | 					let uploadTime = '';
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:735:8:
11:29:16   733 | 	    },
11:29:16   734 |     handleRemove(file, fileList){
11:29:16 > 735 |        console.log(file)
11:29:16       |        ^
11:29:16   736 |        this.fileList.forEach((item,index)=>{
11:29:16   737 |            if(item.uid == file.uid){
11:29:16   738 |              this.fileList.splice(index,1)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:744:6:
11:29:16   742 |     handleExceed(files, fileList) {	//文件超出个数限制时的钩子
11:29:16   743 | 			if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传
11:29:16 > 744 | 			  console.log(files[0])
11:29:16       | 			  ^
11:29:16   745 | 			  files[0].uid=new Date().getTime()
11:29:16   746 | 			  this.fileList=[]
11:29:16   747 | 			  let e={file:files[0]}
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:862:11:
11:29:16   860 |             viewId: "",
11:29:16   861 |           };
11:29:16 > 862 |           console.log("-3---->", document);
11:29:16       |           ^
11:29:16   863 |           this.$api.InitiateWorkFlow(appId, docId, document, {
11:29:16   864 |             onSucess: (response) => {
11:29:16   865 |               let status;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1323:7:
11:29:16   1321 |     //保存重新编辑的意见
11:29:16   1322 |     updateSuggestion() {
11:29:16 > 1323 |       console.log("更新编辑的数据-->");
11:29:16        |       ^
11:29:16   1324 |       console.log(this.inputSecond);
11:29:16   1325 |       let opinion = this.inputSecond;
11:29:16   1326 |       if(!opinion) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1324:7:
11:29:16   1322 |     updateSuggestion() {
11:29:16   1323 |       console.log("更新编辑的数据-->");
11:29:16 > 1324 |       console.log(this.inputSecond);
11:29:16        |       ^
11:29:16   1325 |       let opinion = this.inputSecond;
11:29:16   1326 |       if(!opinion) {
11:29:16   1327 |         this.$message({
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1362:11:
11:29:16   1360 |       API.deleteMostUseSuggestion(employeeId, opId, {
11:29:16   1361 |         onSucess: (response) => {
11:29:16 > 1362 |           console.log(response.data.data);
11:29:16        |           ^
11:29:16   1363 |           //后台返回500,未执行以下步骤
11:29:16   1364 |           if (response.data.data) {
11:29:16   1365 |             let delId = response.data.data.id;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1381:7:
11:29:16   1379 |     //添加意见
11:29:16   1380 |     addSuggestion() {
11:29:16 > 1381 |       console.log(this.input);
11:29:16        |       ^
11:29:16   1382 |       const employeeId = localStorage.getItem("employeeId") || this.$store.state.userId ;
11:29:16   1383 |
11:29:16   1384 |       let opinion = this.input;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1387:11:
11:29:16   1385 |       API.AddMostUseSuggestion(employeeId, opinion, {
11:29:16   1386 |         onSucess: (response) => {
11:29:16 > 1387 |           console.log(response.data.data);
11:29:16        |           ^
11:29:16   1388 |           let newSuggest = response.data.data;
11:29:16   1389 |           this.allSuggests.push(newSuggest);
11:29:16   1390 |           this.input = "";
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1809:25:
11:29:16   1807 |                       let subUserids = ''
11:29:16   1808 |                       if(s.subFlowApproverData && s.subFlowApproverData.approver && s.subFlowApproverData.approver.length > 0) {
11:29:16 > 1809 |                         console.log("subFlowApproverData-->",s.subFlowApproverData)
11:29:16        |                         ^
11:29:16   1810 |                         s.subFlowApproverData.approver[0].userids.forEach(el => {
11:29:16   1811 |                           subUserids += el + ";";
11:29:16   1812 |                         });
11:29:16 
11:29:16 
11:29:16 error: Unexpected 'debugger' statement (no-debugger) at src/components/form_new_flowpanel.vue:2061:7:
11:29:16   2059 |       let docId = formData.id;
11:29:16   2060 |       // 这里多加上 上传附件
11:29:16 > 2061 |       debugger
11:29:16        |       ^
11:29:16   2062 |       allData.fileList = this.fileList
11:29:16   2063 |       let document = allData;
11:29:16   2064 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2180:9:
11:29:16   2178 |       );
11:29:16   2179 |       } catch (error) {
11:29:16 > 2180 |         console.log(error);
11:29:16        |         ^
11:29:16   2181 |       }
11:29:16   2182 |      
11:29:16   2183 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2187:7:
11:29:16   2185 |     //隐藏小意见框
11:29:16   2186 |     hiddenSuggest() {
11:29:16 > 2187 |       console.log("隐藏小意见框");
11:29:16        |       ^
11:29:16   2188 |       this.isOrSuggest = !this.isOrSuggest;
11:29:16   2189 |     },
11:29:16   2190 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2281:9:
11:29:16   2279 |           viewId: "",
11:29:16   2280 |         };
11:29:16 > 2281 |         console.log(document)
11:29:16        |         ^
11:29:16   2282 |         API.getFlowPanel(appId, docId, document, {
11:29:16   2283 |           onSucess: (response) => {
11:29:16   2284 |             let nodesArr = response.data.data.nextNodes;
11:29:16 
11:29:16 
11:29:16 22 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:76:7:
11:29:16   74 |       // }else if(this.act.type == 58) { //协办
11:29:16   75 |       // }
11:29:16 > 76 |       console.log("选择合并------>");
11:29:16      |       ^
11:29:16   77 |       this.nodesList.forEach(item => {
11:29:16   78 |         for(let i=0; i<this.newHostOrCohostList.length; i++) {
11:29:16   79 |           if(item.id == this.newHostOrCohostList[i].id) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:109:9:
11:29:16   107 |       });
11:29:16   108 |       if(this.act.type == 57) { //主办
11:29:16 > 109 |         console.log("主办-->")
11:29:16       |         ^
11:29:16   110 |         this.$api.processHosting(this.openParams.appId, this.openParams._select, array, {
11:29:16   111 |           onSucess: response => {
11:29:16   112 |             if(response.data.errcode == 0) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:124:9:
11:29:16   122 |         })
11:29:16   123 |       }else if(this.act.type == 58) { //协办
11:29:16 > 124 |         console.log("协办-->");
11:29:16       |         ^
11:29:16   125 |         this.$api.processCoHosting(this.openParams.appId, this.openParams._select, array, {
11:29:16   126 |           onSucess: response => {
11:29:16   127 |             if(response.data.errcode == 0) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:144:9:
11:29:16   142 |     listUp(index) {
11:29:16   143 |       if(index == 0) {
11:29:16 > 144 |         console.log("最顶部-->");
11:29:16       |         ^
11:29:16   145 |       }else {
11:29:16   146 |         let arr = this.nodesList;
11:29:16   147 |         arr[index] = arr.splice(index-1, 1, arr[index])[0];
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:156:9:
11:29:16   154 |     listDown(index) {
11:29:16   155 |       if(index == this.nodesList.length-1) {
11:29:16 > 156 |         console.log("最底部-->")
11:29:16       |         ^
11:29:16   157 |       }else {
11:29:16   158 |         let arr = this.nodesList;
11:29:16   159 |         arr[index] = arr.splice(index+1, 1, arr[index])[0];
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:167:9:
11:29:16   165 |       if(this.act.type == 57) {
11:29:16   166 |         this.nodesList = this.approvers[0].nodes[0].auditors;
11:29:16 > 167 |         console.log("加签主办-->",this.nodesList);
11:29:16       |         ^
11:29:16   168 |       }else if (this.act.type == 58) {
11:29:16   169 |         this.nodesList = this.approvers[0].nodes[0].coAuditors;
11:29:16   170 |         console.log("加签协办-->",this.nodesList);
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:170:9:
11:29:16   168 |       }else if (this.act.type == 58) {
11:29:16   169 |         this.nodesList = this.approvers[0].nodes[0].coAuditors;
11:29:16 > 170 |         console.log("加签协办-->",this.nodesList);
11:29:16       |         ^
11:29:16   171 |       }
11:29:16   172 |     },
11:29:16   173 |     //获取返回的数据
11:29:16 
11:29:16 
11:29:16 7 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:51:7:
11:29:16   49 |   methods: {  
11:29:16   50 |     getAllFields(){
11:29:16 > 51 |       console.log(this.$parent)      
11:29:16      |       ^
11:29:16   52 |       if(this.$store.state.searchFlag==0){
11:29:16   53 |         return this.formdata.fields;
11:29:16   54 |       }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:57:7:
11:29:16   55 |     },
11:29:16   56 |     findField(id) {
11:29:16 > 57 |       console.log(this.appId+'--测试-'+this.viewId)
11:29:16      |       ^
11:29:16   58 |      
11:29:16   59 |       let data = this.formdata  
11:29:16   60 |       console.log('变量:'+this.$store.state.searchFlag)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:60:7:
11:29:16   58 |      
11:29:16   59 |       let data = this.formdata  
11:29:16 > 60 |       console.log('变量:'+this.$store.state.searchFlag)
11:29:16      |       ^
11:29:16   61 |       for (let i = 0; i < data.fields.length; i++) {
11:29:16   62 |         let fld = data.fields[i];
11:29:16   63 |         console.log(fld.value)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:63:9:
11:29:16   61 |       for (let i = 0; i < data.fields.length; i++) {
11:29:16   62 |         let fld = data.fields[i];
11:29:16 > 63 |         console.log(fld.value)
11:29:16      |         ^
11:29:16   64 |         // data.fields[i].value='1' 
11:29:16   65 |         console.log(this.$store.state.searchDataStore)   
11:29:16   66 |         if(this.$store.state.searchDataStore.length){
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:65:9:
11:29:16   63 |         console.log(fld.value)
11:29:16   64 |         // data.fields[i].value='1' 
11:29:16 > 65 |         console.log(this.$store.state.searchDataStore)   
11:29:16      |         ^
11:29:16   66 |         if(this.$store.state.searchDataStore.length){
11:29:16   67 |           if(this.$store.state.searchFlag==2&&i<=data.fields.length){   
11:29:16   68 |             console.log(66)     
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:68:13:
11:29:16   66 |         if(this.$store.state.searchDataStore.length){
11:29:16   67 |           if(this.$store.state.searchFlag==2&&i<=data.fields.length){   
11:29:16 > 68 |             console.log(66)     
11:29:16      |             ^
11:29:16   69 |             this.$store.state.searchDataStore.forEach(item=>{
11:29:16   70 |                if(item.appId==this.appId&&item.viewId==this.viewId){                
11:29:16   71 |                   Object.keys(item).forEach((key)=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:73:25:
11:29:16   71 |                   Object.keys(item).forEach((key)=>{
11:29:16   72 |                       if(key==fld.name){
11:29:16 > 73 |                         console.log('测试数据'+item[key])  
11:29:16      |                         ^
11:29:16   74 |                           this.$set(data.fields[i],'value',item[key])
11:29:16   75 |                           if(i==data.fields.length-1){
11:29:16   76 |                             setTimeout(()=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:79:30:
11:29:16   77 |                              this.$store.commit('searchFlag',1)
11:29:16   78 |                              },800)
11:29:16 > 79 |                              console.log(this.$parent.$parent)
11:29:16      |                              ^
11:29:16   80 |                              this.$parent.$parent.openSearchTemplate()//打开高级查询按钮
11:29:16   81 |                           }
11:29:16   82 |                       }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:89:9:
11:29:16   87 |         }   
11:29:16   88 |  
11:29:16 > 89 |         console.log(fld)
11:29:16      |         ^
11:29:16   90 |         if (id == fld.id) return fld;
11:29:16   91 |       }  
11:29:16   92 |       
11:29:16 
11:29:16 
11:29:16 9 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAdvert.vue:37:20:
11:29:16   35 |                 //        loading.close();//关闭加载
11:29:16   36 |                 //    });
11:29:16 > 37 |                    console.log("banner______________",response.data.data.data)
11:29:16      |                    ^
11:29:16   38 |                    if(response.data.data.data){
11:29:16   39 |                        let Arry=[]
11:29:16   40 |                        response.data.data.data.forEach(item=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAdvert.vue:49:24:
11:29:16   47 |                        })
11:29:16   48 |                        this.bannerArr=Arry
11:29:16 > 49 |                        console.log(this.bannerArr)
11:29:16      |                        ^
11:29:16   50 |                    }
11:29:16   51 |                 }
11:29:16   52 |             })
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:80:13:
11:29:16   78 |         else {
11:29:16   79 |             this.organizationLevels=organizationLevels.split(',')//obpm.config.js定义全局变量organizationLevels
11:29:16 > 80 |             console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
11:29:16      |             ^
11:29:16   81 |             if(this.organizationLevels&&this.organizationLevels.includes('Premium')){
11:29:16   82 |                 this.appLevelsList()
11:29:16   83 |             }else{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:98:13:
11:29:16    96 |                 key: ""
11:29:16    97 |             }
11:29:16 >  98 |             console.log(this.$listeners)
11:29:16       |             ^
11:29:16    99 |             this.addTab(param)
11:29:16   100 |         },
11:29:16   101 |         applistIframe() {//查询应用列表
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:109:25:
11:29:16   107 |
11:29:16   108 |                     if (response.data && response.data.errmsg == "ok") {
11:29:16 > 109 |                         console.log(response.data)
11:29:16       |                         ^
11:29:16   110 |                         if (response.data.data.data.length) {
11:29:16   111 |                             let arr = []
11:29:16   112 |                             response.data.data.data.forEach((item, index) => {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:128:29:
11:29:16   126 |
11:29:16   127 |                             })
11:29:16 > 128 |                             console.log(arr)
11:29:16       |                             ^
11:29:16   129 |                             arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 
11:29:16   130 |
11:29:16   131 |                             const titleMap = {}
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:189:29:
11:29:16   187 |                                 }
11:29:16   188 |                             }
11:29:16 > 189 |                             console.log(arr2)
11:29:16       |                             ^
11:29:16   190 |                             this.appcateArrList = arr2
11:29:16   191 |
11:29:16   192 |                             //前端缓存本地代码块--切换不同组织的所有应用列表
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:203:13:
11:29:16   201 |         },
11:29:16   202 |         loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 
11:29:16 > 203 |             console.log(this.$parent.$parent.$parent.$parent)
11:29:16       |             ^
11:29:16   204 |             console.log('当前appId', appId)
11:29:16   205 |             let httpsUrl = location.origin;//获取url各个环境地址--比如http://localhost:4000
11:29:16   206 |             if (appId == '__TS2n9hoVZ2MjWTPyJH9') {//警保指挥调度台应用直接跳转
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:204:13:
11:29:16   202 |         loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 
11:29:16   203 |             console.log(this.$parent.$parent.$parent.$parent)
11:29:16 > 204 |             console.log('当前appId', appId)
11:29:16       |             ^
11:29:16   205 |             let httpsUrl = location.origin;//获取url各个环境地址--比如http://localhost:4000
11:29:16   206 |             if (appId == '__TS2n9hoVZ2MjWTPyJH9') {//警保指挥调度台应用直接跳转
11:29:16   207 |                 this.$nextTick(() => {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:214:17:
11:29:16   212 |             }
11:29:16   213 |             if (appId == '__Hab04s0VNDPrjFZ3Xlo') {//挂图作战直接打开项目中心首页
11:29:16 > 214 |                 console.log(this.$parent.$parent)
11:29:16       |                 ^
11:29:16   215 |                 this.$parent.$parent.$parent.$parent.navtopmenuclick(1)
11:29:16   216 |                 return
11:29:16   217 |             }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:223:17:
11:29:16   221 |
11:29:16   222 |             if (appId == '__aNKPFCBuZfyQNzlnlZ9') { //商城pc前端入口
11:29:16 > 223 |                 console.log(this.$parent.$parent)
11:29:16       |                 ^
11:29:16   224 |                 this.$parent.$parent.$parent.$parent.navtopmenuclick(100)
11:29:16   225 |                 return
11:29:16   226 |             }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:228:17:
11:29:16   226 |             }
11:29:16   227 |             if (appId == '__ZG0ZtjrEhvNbj2rlOsF') { //企业钱包前端入口
11:29:16 > 228 |                 console.log(this.$parent.$parent)
11:29:16       |                 ^
11:29:16   229 |                 this.$parent.$parent.$parent.$parent.navtopmenuclick(101)
11:29:16   230 |                 return
11:29:16   231 |             }
11:29:16 
11:29:16 
11:29:16 10 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/homeBoard.vue:55:9:
11:29:16   53 |     },
11:29:16   54 |     mounted() {
11:29:16 > 55 |         console.log(this)
11:29:16      |         ^
11:29:16   56 |     },
11:29:16   57 |     components:{
11:29:16   58 |         homeWelcome,
11:29:16 
11:29:16 
11:29:16 error: The "homeAdvert" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:59:9:
11:29:16   57 |     components:{
11:29:16   58 |         homeWelcome,
11:29:16 > 59 |         homeAdvert,
11:29:16      |         ^
11:29:16   60 |         homeToAlert,
11:29:16   61 |         homeMyused,
11:29:16   62 |         homeAllApp,
11:29:16 
11:29:16 
11:29:16 error: The "homeMyused" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:61:9:
11:29:16   59 |         homeAdvert,
11:29:16   60 |         homeToAlert,
11:29:16 > 61 |         homeMyused,
11:29:16      |         ^
11:29:16   62 |         homeAllApp,
11:29:16   63 |         homeManageCockPit,
11:29:16   64 |         homeSecCockPit,
11:29:16 
11:29:16 
11:29:16 error: The "homeSecCockPit" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:64:9:
11:29:16   62 |         homeAllApp,
11:29:16   63 |         homeManageCockPit,
11:29:16 > 64 |         homeSecCockPit,
11:29:16      |         ^
11:29:16   65 |         homeCalendarBox
11:29:16   66 |     }
11:29:16   67 | }
11:29:16 
11:29:16 
11:29:16 4 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:66:11:
11:29:16   64 |             key:""
11:29:16   65 |           }
11:29:16 > 66 |           console.log(this.$listeners)
11:29:16      |           ^
11:29:16   67 |           this.addTab(param)
11:29:16   68 |         },        
11:29:16   69 |         applistIframe(){//查询应用列表 
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:76:25:
11:29:16   74 |                 onSucess: response => {                   
11:29:16   75 |                     if (response.data && response.data.errmsg == "ok") {
11:29:16 > 76 |                         console.log(response.data)
11:29:16      |                         ^
11:29:16   77 |                         if(response.data.data.data.length){
11:29:16   78 |                             let arr=[]
11:29:16   79 |                             response.data.data.data.forEach((item,index)=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:95:29:
11:29:16   93 |                                   
11:29:16   94 |                             })  
11:29:16 > 95 |                             console.log(arr)
11:29:16      |                             ^
11:29:16   96 |                             arr.sort((a,b)=>{return Number(a.cateSort)-Number(b.cateSort)}) //分类排序cateSort 
11:29:16   97 |                            
11:29:16   98 |                             const titleMap = {}
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:146:28:
11:29:16   144 |                                 } 
11:29:16   145 |                             }
11:29:16 > 146 |                            console.log(arr2)  
11:29:16       |                            ^
11:29:16   147 |                            this.appcateArrList=arr2
11:29:16   148 |                           
11:29:16   149 |                            if(this.appcateArrList[0].children[0].appid=='__d1qEDy3wYq8VF5KvUoE'){//智能人事(__xkeybkGaZa1SboC9GL1)、机构用户管理(__d1qEDy3wYq8VF5KvUoE)
11:29:16 
11:29:16 
11:29:16 4 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:325:12:
11:29:16   323 |             this.activeIndex=index 
11:29:16   324 |            var dayobjectStr=new Date(dayobject.day)
11:29:16 > 325 |            console.log(dayobjectStr.getFullYear())
11:29:16       |            ^
11:29:16   326 |            console.log(dayobjectStr.getMonth()+1)
11:29:16   327 |            console.log(dayobjectStr.getDate())
11:29:16   328 |            let year=dayobjectStr.getFullYear()
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:326:12:
11:29:16   324 |            var dayobjectStr=new Date(dayobject.day)
11:29:16   325 |            console.log(dayobjectStr.getFullYear())
11:29:16 > 326 |            console.log(dayobjectStr.getMonth()+1)
11:29:16       |            ^
11:29:16   327 |            console.log(dayobjectStr.getDate())
11:29:16   328 |            let year=dayobjectStr.getFullYear()
11:29:16   329 |            let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:327:12:
11:29:16   325 |            console.log(dayobjectStr.getFullYear())
11:29:16   326 |            console.log(dayobjectStr.getMonth()+1)
11:29:16 > 327 |            console.log(dayobjectStr.getDate())
11:29:16       |            ^
11:29:16   328 |            let year=dayobjectStr.getFullYear()
11:29:16   329 |            let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1)
11:29:16   330 |            let day=dayobjectStr.getDate()<10?'0'+dayobjectStr.getDate():dayobjectStr.getDate()
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:346:13:
11:29:16   344 |             let str=this.currentYear+'-'+currentMonthStr     
11:29:16   345 |             let obj={startTime:str}
11:29:16 > 346 |             console.log(obj)
11:29:16       |             ^
11:29:16   347 |            this.$api.v3searchCalendarListApi(obj,{
11:29:16   348 |                 onSucess: response => {
11:29:16   349 |                     console.log(response.data)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:349:21:
11:29:16   347 |            this.$api.v3searchCalendarListApi(obj,{
11:29:16   348 |                 onSucess: response => {
11:29:16 > 349 |                     console.log(response.data)
11:29:16       |                     ^
11:29:16   350 |                     if(response.data.code){
11:29:16   351 |                         this.calendarAllItem=response.data.datas  
11:29:16   352 |                         console.log(this.calendarAllItem)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:352:25:
11:29:16   350 |                     if(response.data.code){
11:29:16   351 |                         this.calendarAllItem=response.data.datas  
11:29:16 > 352 |                         console.log(this.calendarAllItem)
11:29:16       |                         ^
11:29:16   353 |                         if(this.calendarAllItem.length){
11:29:16   354 |                             this.calendarAllItem.forEach(item=>{
11:29:16   355 |                                let date=new Date(item.item_starttime.time)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:362:29:
11:29:16   360 |                                this.$set(item,'itemStartTimeAllTime',dateStr) 
11:29:16   361 |                             })
11:29:16 > 362 |                             console.log(this.calendarAllItem)
11:29:16       |                             ^
11:29:16   363 |                             
11:29:16   364 |                             //同一天                           
11:29:16   365 |                             this.days.forEach(item=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:370:44:
11:29:16   368 |                                           this.$nextTick(()=>{
11:29:16   369 |                                            this.$set(item,'count',item.count+1)
11:29:16 > 370 |                                            console.log(its.item_state)
11:29:16       |                                            ^
11:29:16   371 |                                             if(its.item_state=='已完成'){
11:29:16   372 |                                                 this.$set(item,'itemstatecount',item.itemstatecount+1)
11:29:16   373 |                                             }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:379:29:
11:29:16   377 |                             })
11:29:16   378 |
11:29:16 > 379 |                             console.log(this.days)
11:29:16       |                             ^
11:29:16   380 |                         }
11:29:16   381 |                     }
11:29:16   382 |                 }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:401:13:
11:29:16   399 |             }   
11:29:16   400 |             let obj={startTime:str}
11:29:16 > 401 |             console.log(obj)
11:29:16       |             ^
11:29:16   402 |            this.$api.v3searchCalendarListApi(obj,{
11:29:16   403 |                 onSucess: response => {
11:29:16   404 |                     console.log(response.data)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:404:21:
11:29:16   402 |            this.$api.v3searchCalendarListApi(obj,{
11:29:16   403 |                 onSucess: response => {
11:29:16 > 404 |                     console.log(response.data)
11:29:16       |                     ^
11:29:16   405 |                     if(response.data.code){
11:29:16   406 |                           this.calendarDataItems=response.data.datas  
11:29:16   407 |                           if(this.calendarDataItems.length){
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:416:26:
11:29:16   414 |                              }) 
11:29:16   415 |                           }
11:29:16 > 416 |                          console.log(this.calendarDataItems) 
11:29:16       |                          ^
11:29:16   417 |                     }
11:29:16   418 |                 }
11:29:16   419 |             })
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:422:13:
11:29:16   420 |         },
11:29:16   421 |         itemState(item){
11:29:16 > 422 |             console.log(item)            
11:29:16       |             ^
11:29:16   423 |            let obj={
11:29:16   424 |                id:item.id,
11:29:16   425 |                state:item.item_stateFlag?'已完成':'未完成'
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:429:21:
11:29:16   427 |            this.$api.v3CanlendarFinishStatusApi(obj,{
11:29:16   428 |                 onSucess: response => {
11:29:16 > 429 |                     console.log(response.data)
11:29:16       |                     ^
11:29:16   430 |                     if(response.data.code){
11:29:16   431 |                           this.searchCalendarList() 
11:29:16   432 |                           this.searchCalendarListDay() 
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:467:13:
11:29:16   465 |         },
11:29:16   466 |         submit(){
11:29:16 > 467 |             console.log(this.formList.startTime)
11:29:16       |             ^
11:29:16   468 |             console.log(typeof this.formList.startTime)
11:29:16   469 |             console.log(this.formList)
11:29:16   470 |             console.log(this.resultArr)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:468:13:
11:29:16   466 |         submit(){
11:29:16   467 |             console.log(this.formList.startTime)
11:29:16 > 468 |             console.log(typeof this.formList.startTime)
11:29:16       |             ^
11:29:16   469 |             console.log(this.formList)
11:29:16   470 |             console.log(this.resultArr)
11:29:16   471 |             if(this.formList.endTime){
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:469:13:
11:29:16   467 |             console.log(this.formList.startTime)
11:29:16   468 |             console.log(typeof this.formList.startTime)
11:29:16 > 469 |             console.log(this.formList)
11:29:16       |             ^
11:29:16   470 |             console.log(this.resultArr)
11:29:16   471 |             if(this.formList.endTime){
11:29:16   472 |                if(this.formList.endTime<this.formList.startTime) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:470:13:
11:29:16   468 |             console.log(typeof this.formList.startTime)
11:29:16   469 |             console.log(this.formList)
11:29:16 > 470 |             console.log(this.resultArr)
11:29:16       |             ^
11:29:16   471 |             if(this.formList.endTime){
11:29:16   472 |                if(this.formList.endTime<this.formList.startTime) {
11:29:16   473 |                    this.$message({type:'warning',message:'结束时间不能小于开始时间'})
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:489:22:
11:29:16   487 |                         ParticipantName=ParticipantName.substring(0,ParticipantName.length-1)                  
11:29:16   488 |                     }
11:29:16 > 489 |                      console.log(participant) 
11:29:16       |                      ^
11:29:16   490 |                     let obj={  
11:29:16   491 |                           items:{           
11:29:16   492 |                             thescheduleofTheType:this.formList.thescheduleofTheType,
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:509:33:
11:29:16   507 |                         this.$api.v3CalendarOkUpdateApi(obj,{
11:29:16   508 |                             onSucess: response => {
11:29:16 > 509 |                                 console.log(response.data)
11:29:16       |                                 ^
11:29:16   510 |                             if(response.data.code==0){                            
11:29:16   511 |                                 this.dialog=false
11:29:16   512 |                                 this.$nextTick(function () {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:524:33:
11:29:16   522 |                     this.$api.v3CalendarOkApi(obj,{
11:29:16   523 |                             onSucess: response => {
11:29:16 > 524 |                                 console.log(response.data)
11:29:16       |                                 ^
11:29:16   525 |                             if(response.data.code==0){                            
11:29:16   526 |                                 this.dialog=false
11:29:16   527 |                                 this.$nextTick(function () {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:551:13:
11:29:16   549 |         }, 
11:29:16   550 |         filterMethod(val){//输入框过滤搜索
11:29:16 > 551 |             console.log(val)//输入框关键词名称
11:29:16       |             ^
11:29:16   552 |             this.params.keyword=val
11:29:16   553 |             let obj2={domainId:localStorage.getItem("domainId")||''}
11:29:16   554 |             this.$api.v3employeeTableListApi(this.params,obj2,{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:588:13:
11:29:16   586 |         }, 
11:29:16   587 |         filterMethodParty(val){//输入框过滤搜索
11:29:16 > 588 |             console.log(val)//输入框关键词名称
11:29:16       |             ^
11:29:16   589 |             this.params2.keyword=val
11:29:16   590 |             let obj2={domainId:localStorage.getItem("domainId")||''}
11:29:16   591 |             this.$api.v3employeeTableListApi(this.params2,obj2,{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:613:13:
11:29:16   611 |             this.resultArr=resultArr2
11:29:16   612 |             this.resultArr=[...new Set(this.resultArr)]
11:29:16 > 613 |             console.log(this.resultArr)   
11:29:16       |             ^
11:29:16   614 |         },
11:29:16   615 |         removetagParty(val){
11:29:16   616 |             console.log(val)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:616:13:
11:29:16   614 |         },
11:29:16   615 |         removetagParty(val){
11:29:16 > 616 |             console.log(val)
11:29:16       |             ^
11:29:16   617 |             this.resultArr.forEach(item=>{
11:29:16   618 |                 if(item.id==val){
11:29:16   619 |                 this.resultArr.splice(item,1)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:622:13:
11:29:16   620 |                 }
11:29:16   621 |             })
11:29:16 > 622 |             console.log(this.resultArr)
11:29:16       |             ^
11:29:16   623 |         },
11:29:16   624 |         uploadImg(e) {
11:29:16   625 |             // alert(this.fileList.length)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:630:13:
11:29:16   628 |             //     return false
11:29:16   629 |             // }
11:29:16 > 630 |             console.log(e.file)     
11:29:16       |             ^
11:29:16   631 |             let fd=new FormData()
11:29:16   632 |             fd.append("file",e.file)   
11:29:16   633 |             console.log(fd)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:633:13:
11:29:16   631 |             let fd=new FormData()
11:29:16   632 |             fd.append("file",e.file)   
11:29:16 > 633 |             console.log(fd)
11:29:16       |             ^
11:29:16   634 |             this.$api.v3commonFileUploadApi(fd,{
11:29:16   635 |                 onSucess: response => {
11:29:16   636 |                     console.log(response.data.data) 
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:636:21:
11:29:16   634 |             this.$api.v3commonFileUploadApi(fd,{
11:29:16   635 |                 onSucess: response => {
11:29:16 > 636 |                     console.log(response.data.data) 
11:29:16       |                     ^
11:29:16   637 |                     let obj={
11:29:16   638 |                         name:e.file.name,
11:29:16   639 |                         path:response.data.data,
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:656:12:
11:29:16   654 |         },
11:29:16   655 |         handleRemove(file, fileList){
11:29:16 > 656 |            console.log(file)
11:29:16       |            ^
11:29:16   657 |            this.fileList.forEach((item,index)=>{
11:29:16   658 |                if(item==file){
11:29:16   659 |                  this.fileList.splice(index,1)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:700:11:
11:29:16   698 |         },   
11:29:16   699 |         onpreview(file){
11:29:16 > 700 |           console.log(file)
11:29:16       |           ^
11:29:16   701 |           if(file.path.indexOf('http')==-1){
11:29:16   702 |               if(location.origin.indexOf('test')>-1){
11:29:16   703 |                   window.open('/v3/shared'+file.path)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:727:29:
11:29:16   725 |                 this.$api.v3CanlendarDelApi(obj,{
11:29:16   726 |                         onSucess: response => {
11:29:16 > 727 |                             console.log(response.data)
11:29:16       |                             ^
11:29:16   728 |                             if(response.data.code){
11:29:16   729 |                                 this.searchCalendarList() 
11:29:16   730 |                                 this.searchCalendarListDay() 
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:745:21:
11:29:16   743 |            this.$api.v3CanlendarFinishStatusApi(obj,{
11:29:16   744 |                 onSucess: response => {
11:29:16 > 745 |                     console.log(response.data)
11:29:16       |                     ^
11:29:16   746 |                     if(response.data.code){
11:29:16   747 |                           this.searchCalendarList() 
11:29:16   748 |                           this.searchCalendarListDay() 
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:766:25:
11:29:16   764 |                    if(response.data.code==0){
11:29:16   765 |                         this.formList=response.data.datas[0]
11:29:16 > 766 |                         console.log(this.formList)
11:29:16       |                         ^
11:29:16   767 |                         if(this.formList.item_starttime){
11:29:16   768 |                             let date=new Date(this.formList.item_starttime.time)
11:29:16   769 |                             let year=date.getFullYear()
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:775:29:
11:29:16   773 |                             let mm=date.getMinutes()<10?'0'+date.getMinutes():date.getMinutes()
11:29:16   774 |                             let startTime=year+'-'+month+'-'+dates+'  '+HH+':'+mm
11:29:16 > 775 |                             console.log(startTime)
11:29:16       |                             ^
11:29:16   776 |                             console.log(typeof startTime)
11:29:16   777 |                             this.$set(this.formList,'startTime',startTime)
11:29:16   778 |                         }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:776:29:
11:29:16   774 |                             let startTime=year+'-'+month+'-'+dates+'  '+HH+':'+mm
11:29:16   775 |                             console.log(startTime)
11:29:16 > 776 |                             console.log(typeof startTime)
11:29:16       |                             ^
11:29:16   777 |                             this.$set(this.formList,'startTime',startTime)
11:29:16   778 |                         }
11:29:16   779 |                         if(this.formList.item_endtime){
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:796:29:
11:29:16   794 |                         this.$set(this.formList,'executorName',this.formList.item_executorname)
11:29:16   795 |                         if(this.formList.item_participant){
11:29:16 > 796 |                             console.log(this.formList.item_participant)
11:29:16       |                             ^
11:29:16   797 |                          let  participantStr=this.formList.item_participant.split(";")  
11:29:16   798 |                         this.$set(this.formList,'participant',participantStr)
11:29:16   799 |                         this.$set(this.formList,'ParticipantName',this.formList.item_participantname)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:869:13:
11:29:16   867 |                 this.$set(item,'count',0)
11:29:16   868 |             })
11:29:16 > 869 |             console.log(this.days)
11:29:16       |             ^
11:29:16   870 |         },
11:29:16   871 |         pickPre(year, month){
11:29:16   872 |             // setDate(0); 上月最后一天
11:29:16 
11:29:16 
11:29:16 38 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/homeSecCockPit.vue:80:21:
11:29:16   78 |             this.$api.v3manageCockPitListApi(data,{
11:29:16   79 |                 onSucess: response => {
11:29:16 > 80 |                     console.log(response.data)
11:29:16      |                     ^
11:29:16   81 |                    if(response.data.code==0){
11:29:16   82 |                       let dataNums=response.data.data
11:29:16   83 |                       if(dataNums.length){
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:55:9:
11:29:16   53 |     },
11:29:16   54 |     created() {
11:29:16 > 55 |         console.log(this.$root.user)
11:29:16      |         ^
11:29:16   56 |         this.network = __network__
11:29:16   57 |         if(this.network){
11:29:16   58 |             this.getLocation();   
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:107:24:
11:29:16   105 |                    if(response.data.data){
11:29:16   106 |                        this.hiredDate=response.data.data.hiredDate
11:29:16 > 107 |                        console.log(this.hiredDate)
11:29:16       |                        ^
11:29:16   108 |                        this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate())
11:29:16   109 |                    }
11:29:16   110 |                 }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:121:23:
11:29:16   119 |                 onSucess: response => {
11:29:16   120 |                    if(response.data.data){
11:29:16 > 121 |                       console.log(response.data.data)
11:29:16       |                       ^
11:29:16   122 |                       if(response.data.data.datas.length){
11:29:16   123 |                          this.getAnnouncementFirst=response.data.data.datas[0]
11:29:16   124 |                       }else{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:159:21:
11:29:16   157 |                 function onComplete (data) {
11:29:16   158 |                     // data是具体的定位信息
11:29:16 > 159 |                     console.log('定位成功信息:', data.addressComponent.city);
11:29:16       |                     ^
11:29:16   160 |                     self.city = data.addressComponent.city;
11:29:16   161 |                     AMap.plugin('AMap.Weather', function() {
11:29:16   162 |                         console.log(self.city)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:162:25:
11:29:16   160 |                     self.city = data.addressComponent.city;
11:29:16   161 |                     AMap.plugin('AMap.Weather', function() {
11:29:16 > 162 |                         console.log(self.city)
11:29:16       |                         ^
11:29:16   163 |                         var weather = new AMap.Weather();
11:29:16   164 |                             weather.getLive(self.city, function(err, data) {
11:29:16   165 |                             if (!err) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:166:33:
11:29:16   164 |                             weather.getLive(self.city, function(err, data) {
11:29:16   165 |                             if (!err) {
11:29:16 > 166 |                                 console.log(data)
11:29:16       |                                 ^
11:29:16   167 |                                 self.cityInfo=data
11:29:16   168 |                                 if(data.weather.indexOf('晴')>-1){
11:29:16   169 |                                     self.weatherImg=self.sun
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:200:21:
11:29:16   198 |                 function onError (data) {
11:29:16   199 |                     // 定位出错
11:29:16 > 200 |                     console.log('定位失败错误:', data);
11:29:16       |                     ^
11:29:16   201 |                     self.city=''//定位失败隐藏
11:29:16   202 |                     // 调用IP定位
11:29:16   203 |                     self.getLngLatLocation();
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:213:21:
11:29:16   211 |                 if (status === 'complete' && result.info === 'OK') {
11:29:16   212 |                     // 查询成功,result即为当前所在城市信息
11:29:16 > 213 |                     console.log('通过ip获取当前城市:', result);
11:29:16       |                     ^
11:29:16   214 |                     // 逆向地理编码
11:29:16   215 |                     AMap.plugin('AMap.Geocoder', function () {
11:29:16   216 |                     var geocoder = new AMap.Geocoder({
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:225:25:
11:29:16   223 |                         if (status === 'complete' && data.info === 'OK') {
11:29:16   224 |                         // result为对应的地理位置详细信息
11:29:16 > 225 |                         console.log(data);
11:29:16       |                         ^
11:29:16   226 |                         }
11:29:16   227 |                     });
11:29:16   228 |                     });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:246:20:
11:29:16   244 |                 //        loading.close();//关闭加载
11:29:16   245 |                 //    });
11:29:16 > 246 |                    console.log('banner______________',response.data.data.data)
11:29:16       |                    ^
11:29:16   247 |                    if(response.data.data.data){
11:29:16   248 |                        let Arry=[]
11:29:16   249 |                        response.data.data.data.forEach(item=>{
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:258:24:
11:29:16   256 |                        })
11:29:16   257 |                        this.bannerArr=Arry
11:29:16 > 258 |                        console.log(this.bannerArr)
11:29:16       |                        ^
11:29:16   259 |                    }
11:29:16   260 |                 }
11:29:16   261 |             })
11:29:16 
11:29:16 
11:29:16 11 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/main_content.vue:237:7:
11:29:16   235 |     onTabClick: function(tab,index) {
11:29:16   236 |       // debugger
11:29:16 > 237 |       console.log(tab)
11:29:16       |       ^
11:29:16   238 |       console.log(index)
11:29:16   239 |       this.$emit("active-tab", tab,index);      
11:29:16   240 |       //点击tab标签左边菜单显示对应的应用--bcx新增功能
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/main_content.vue:238:7:
11:29:16   236 |       // debugger
11:29:16   237 |       console.log(tab)
11:29:16 > 238 |       console.log(index)
11:29:16       |       ^
11:29:16   239 |       this.$emit("active-tab", tab,index);      
11:29:16   240 |       //点击tab标签左边菜单显示对应的应用--bcx新增功能
11:29:16   241 |       let appId=tab.appId
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/main_content.vue:255:9:
11:29:16   253 |             this.$root.appid = appId;
11:29:16   254 |         }     
11:29:16 > 255 |         console.log(tab)
11:29:16       |         ^
11:29:16   256 |         this.setMaincontent(false)
11:29:16   257 |         this.$parent.showApp=true
11:29:16   258 |         this.$parent.showWait=false
11:29:16 
11:29:16 
11:29:16 3 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:157:7:
11:29:16   155 |     defaultClickFirst(dataArr){
11:29:16   156 |       // debugger
11:29:16 > 157 |       console.log(dataArr)
11:29:16       |       ^
11:29:16   158 |         if(dataArr[0].children){
11:29:16   159 |           if(dataArr[0].children[0].children){
11:29:16   160 |             this.onMenuClick(dataArr[0].children[0].children[0])
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:165:11:
11:29:16   163 |           }
11:29:16   164 |         }else{
11:29:16 > 165 |           console.log(dataArr[0])
11:29:16       |           ^
11:29:16   166 |           this.onMenuClick(dataArr[0])
11:29:16   167 |         }        
11:29:16   168 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:171:7:
11:29:16   169 |     onMenuClick: function(menu) {
11:29:16   170 |       // debugger
11:29:16 > 171 |       console.log(menu)
11:29:16       |       ^
11:29:16   172 |       this.currentMenuId = menu.id;
11:29:16   173 |       if(menu.opentarget == "target") {
11:29:16   174 |         let paramKey = '';
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:198:1:
11:29:16   196 |             });            
11:29:16   197 |
11:29:16 > 198 | console.log(routeData,'routeDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteData');
11:29:16       | ^
11:29:16   199 |
11:29:16   200 |         window.open(routeData.href, '_blank');
11:29:16   201 |         
11:29:16 
11:29:16 
11:29:16 4 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/main_pending.vue:605:9:
11:29:16   603 |     activate() {
11:29:16   604 |       if (this.backlogRight.length === 0) {
11:29:16 > 605 |         console.log("--->0");
11:29:16       |         ^
11:29:16   606 |       }
11:29:16   607 |     },
11:29:16   608 |     //点击左侧导航触发待办事项
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/main_processing.vue:248:7:
11:29:16   246 |     },
11:29:16   247 |     isComplete() {
11:29:16 > 248 |       console.log("isComplete---->",this.status);
11:29:16       |       ^
11:29:16   249 |       let appId = this.openParams.appId ? this.openParams.appId : this.currentAppId;
11:29:16   250 |       let params = {
11:29:16   251 |           applicationId: appId,
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/main_read.vue:209:7:
11:29:16   207 |     },
11:29:16   208 |     onRowClick(row, column, event ) {
11:29:16 > 209 |       console.log("row--->",row.index);
11:29:16       |       ^
11:29:16   210 |       
11:29:16   211 |       let params = {
11:29:16   212 |         appId: this.$root.appid,
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/main_read.vue:351:9:
11:29:16   349 |     activate() {
11:29:16   350 |       if (this.backlogRight.length === 0) {
11:29:16 > 351 |         console.log("--->0");
11:29:16       |         ^
11:29:16   352 |       }
11:29:16   353 |     },
11:29:16   354 |     //点击左侧导航触发待办事项
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/main_unread.vue:211:7:
11:29:16   209 |     },
11:29:16   210 |     onRowClick(row, column, event ) {
11:29:16 > 211 |       console.log("row--->",row.index);
11:29:16       |       ^
11:29:16   212 |       
11:29:16   213 |       let params = {
11:29:16   214 |         appId: this.$root.appid,
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/main_unread.vue:353:9:
11:29:16   351 |     activate() {
11:29:16   352 |       if (this.backlogRight.length === 0) {
11:29:16 > 353 |         console.log("--->0");
11:29:16       |         ^
11:29:16   354 |       }
11:29:16   355 |     },
11:29:16   356 |     //点击左侧导航触发待办事项
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/map_arcGIS.vue:122:9:
11:29:16   120 |       
11:29:16   121 |     }, reason => {
11:29:16 > 122 |         console.log (reason);
11:29:16       |         ^
11:29:16   123 |     })
11:29:16   124 |   },
11:29:16   125 |
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:49:5:
11:29:16   47 |   created() {
11:29:16   48 |
11:29:16 > 49 |     console.log(this.openParams,'openParams');
11:29:16      |     ^
11:29:16   50 |
11:29:16   51 |     // Function to check if the URL contains the specified domain and redirect
11:29:16   52 |     function checkAndRedirect(v) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:84:11:
11:29:16   82 |       if(mainFrame.contentDocument){//同源有contentDocument,监听iframe页面点击,鼠标,键盘事件
11:29:16   83 |         mainFrame.contentDocument.onclick=function(){
11:29:16 > 84 |           console.log('点击同源iframe onclick页面')
11:29:16      |           ^
11:29:16   85 |           that.$store.commit('SET_LASTTIME',new Date().getTime())//全局触发点击事件--获取最后一次时间
11:29:16   86 |         }
11:29:16   87 |         mainFrame.contentDocument.onkeyup=function(){
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:88:11:
11:29:16   86 |         }
11:29:16   87 |         mainFrame.contentDocument.onkeyup=function(){
11:29:16 > 88 |           console.log('点击同源iframe onkeyup页面')
11:29:16      |           ^
11:29:16   89 |           that.$store.commit('SET_LASTTIME',new Date().getTime())//全局触发点击事件--获取最后一次时间
11:29:16   90 |         }
11:29:16   91 |         mainFrame.contentDocument.onmousemove=function(){
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:92:11:
11:29:16   90 |         }
11:29:16   91 |         mainFrame.contentDocument.onmousemove=function(){
11:29:16 > 92 |           console.log('点击同源iframe onmousemove页面')
11:29:16      |           ^
11:29:16   93 |           that.$store.commit('SET_LASTTIME',new Date().getTime())//全局触发点击事件--获取最后一次时间
11:29:16   94 |         }
11:29:16   95 |         window.addEventListener('message',function(obj){//接收监听子元素iframe发过来的信息
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:96:12:
11:29:16   94 |         }
11:29:16   95 |         window.addEventListener('message',function(obj){//接收监听子元素iframe发过来的信息
11:29:16 > 96 |            console.log(obj)
11:29:16      |            ^
11:29:16   97 |            if(obj.data){
11:29:16   98 |               let url=obj.data.url
11:29:16   99 |               if(url&&url.indexOf('http')>-1){
11:29:16 
11:29:16 
11:29:16 5 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_calctext.vue:47:7:
11:29:16   45 |   methods: {
11:29:16   46 |     setValue(value) {
11:29:16 > 47 |       console.log(value)
11:29:16      |       ^
11:29:16   48 |       if(value&&value.indexOf("pdfviewer.html") > -1) {
11:29:16   49 |         let statiContextPath = obpmConfig.statiContextPath;
11:29:16   50 |         if(statiContextPath) { //5.0 trunk
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_dept_select.vue:297:11:
11:29:16   295 |         onSucess: (res) => {
11:29:16   296 |           this.tableData = res.data.data;
11:29:16 > 297 |           console.log(this.tableData);
11:29:16       |           ^
11:29:16   298 |         },
11:29:16   299 |       });
11:29:16   300 |     },
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:323:7:
11:29:16   321 |         this.activeRightDept.push(key);
11:29:16   322 |       }
11:29:16 > 323 |       console.log("------------->", this.activeRightDept);
11:29:16       |       ^
11:29:16   324 |     },
11:29:16   325 |     selectType(val) {
11:29:16   326 |       if (val == "TORIGHT") {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:524:13:
11:29:16   522 |             // name: "test123"
11:29:16   523 |             // userCount: 21
11:29:16 > 524 |             console.log("this.nodes--->", nodes);
11:29:16       |             ^
11:29:16   525 |             resolve(nodes);
11:29:16   526 |           },
11:29:16   527 |         });
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:252:11:
11:29:16   250 |       this.$api.templateDownload(name, path, {
11:29:16   251 |         onSucess: (response) => {
11:29:16 > 252 |           console.log("res--->", response);
11:29:16       |           ^
11:29:16   253 |           let fileName = "";
11:29:16   254 |           let type = response.headers["content-type"];
11:29:16   255 |           if (response.headers["content-disposition"]) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:333:7:
11:29:16   331 |     },
11:29:16   332 |     openKmDialog() {
11:29:16 > 333 |       console.log("------------>", this.selectData);
11:29:16       |       ^
11:29:16   334 |       this.dialogVisible = true;
11:29:16   335 |       //fileName=&orderByfield=CREATE_DATE&orderMode=desc&pageNo=1&linesPerPage=10&_=1594349604925
11:29:16   336 |       let params = {
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:387:9:
11:29:16   385 |     listUp(index) {
11:29:16   386 |       if (index == 0) {
11:29:16 > 387 |         console.log("最顶部-->");
11:29:16       |         ^
11:29:16   388 |       } else {
11:29:16   389 |         let arr = this.field.value;
11:29:16   390 |         arr[index] = arr.splice(index - 1, 1, arr[index])[0];
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:397:9:
11:29:16   395 |     listDown(index) {
11:29:16   396 |       if (index == this.field.value.length - 1) {
11:29:16 > 397 |         console.log("最底部-->");
11:29:16       |         ^
11:29:16   398 |       } else {
11:29:16   399 |         let arr = this.field.value;
11:29:16   400 |         arr[index] = arr.splice(index + 1, 1, arr[index])[0];
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:419:4:
11:29:16   417 | 	
11:29:16   418 | 		uploadImg(e){
11:29:16 > 419 | 			console.log(e.file)
11:29:16       | 			^
11:29:16   420 | 			//obs文件上传start
11:29:16   421 |            if(__network__){
11:29:16   422 |               this.obsFile(e)//obs文件上传
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:668:5:
11:29:16   666 | 				}
11:29:16   667 | 				link.href = op + "/runtime/file/download?filename=" + encodeURI(file.name) + "&filepath=" + file.path+'&v='+new Date().getTime();
11:29:16 > 668 | 				console.log(link.href)
11:29:16       | 				^
11:29:16   669 | 				link.setAttribute('download', file.name);
11:29:16   670 | 				link.click();
11:29:16   671 | 			}
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:676:6:
11:29:16   674 | 		handleExceed(files, fileList) {	//文件超出个数限制时的钩子
11:29:16   675 | 			if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传
11:29:16 > 676 | 			  console.log(files[0])
11:29:16       | 			  ^
11:29:16   677 | 			  files[0].uid=new Date().getTime()
11:29:16   678 | 			  this.field.value=[]
11:29:16   679 | 			  let e={file:files[0]}
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:850:4:
11:29:16   848 | 			})
11:29:16   849 | 			form.get('files')
11:29:16 > 850 | 			console.log(form.get('files'))
11:29:16       | 			^
11:29:16   851 | 			e.file=form.get('files')
11:29:16   852 |             //去掉文件名称空格end
11:29:16   853 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:876:5:
11:29:16   874 | 				SourceFile:e.file //获取file文件
11:29:16   875 | 			}).then(function(result) {
11:29:16 > 876 | 				console.log(result)
11:29:16       | 				^
11:29:16   877 |
11:29:16   878 | 				if(result.CommonMsg.Status < 300){
11:29:16   879 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:880:6:
11:29:16   878 | 				if(result.CommonMsg.Status < 300){
11:29:16   879 |
11:29:16 > 880 | 					console.log('Create object:' + objectKey + ' successfully!\n');
11:29:16       | 					^
11:29:16   881 | 					var httpurl=`https://${BucketName}.${urlserver}/${objectKey}`
11:29:16   882 | 					httpurl = convertCdnPath(httpurl);
11:29:16   883 | 					// let ob = {};
11:29:16 
11:29:16 
11:29:16 8 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:310:4:
11:29:16   308 | 			}
11:29:16   309 |
11:29:16 > 310 | 			console.log("formData.value-->",formData.value)
11:29:16       | 			^
11:29:16   311 |
11:29:16   312 |
11:29:16   313 | 			if(formData.value && formData.value.length > 0) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:463:4:
11:29:16   461 |
11:29:16   462 | 		uploadSuccess(response, file, fileList) {
11:29:16 > 463 | 			console.log(file);
11:29:16       | 			^
11:29:16   464 | 			console.log(fileList);
11:29:16   465 | 			let obj = {
11:29:16   466 | 					name: response.data[0].fileName,
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:464:4:
11:29:16   462 | 		uploadSuccess(response, file, fileList) {
11:29:16   463 | 			console.log(file);
11:29:16 > 464 | 			console.log(fileList);
11:29:16       | 			^
11:29:16   465 | 			let obj = {
11:29:16   466 | 					name: response.data[0].fileName,
11:29:16   467 | 					path: response.data[0].filePath,
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:569:4:
11:29:16   567 | 		
11:29:16   568 | 		handleRemove(file, fileList) {
11:29:16 > 569 | 			console.log("file--->",file);
11:29:16       | 			^
11:29:16   570 | 			console.log(fileList);
11:29:16   571 | 			let appId = this.$root.appid;
11:29:16   572 |       let formId = this.field.formId;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:570:4:
11:29:16   568 | 		handleRemove(file, fileList) {
11:29:16   569 | 			console.log("file--->",file);
11:29:16 > 570 | 			console.log(fileList);
11:29:16       | 			^
11:29:16   571 | 			let appId = this.$root.appid;
11:29:16   572 |       let formId = this.field.formId;
11:29:16   573 |       let docId = this.field.docId;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:584:7:
11:29:16   582 | 							}
11:29:16   583 | 						}
11:29:16 > 584 | 						console.log("this.field.value--->",this.field.value);
11:29:16       | 						^
11:29:16   585 | 					}
11:29:16   586 |           if (this.field.refreshOnChanged){
11:29:16   587 |             // this.$parent.refresh(this.field.id);
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:696:9:
11:29:16   694 |
11:29:16   695 | 		obsFile(e){//obs文件上传
11:29:16 > 696 | 	       console.log(e)
11:29:16       | 	       ^
11:29:16   697 | 		    //去掉文件名称空格start
11:29:16   698 | 			let form = new FormData();
11:29:16   699 | 			form.append("files", e.file);			
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:706:4:
11:29:16   704 | 			})
11:29:16   705 | 			form.get('files')
11:29:16 > 706 | 			console.log(form.get('files'))
11:29:16       | 			^
11:29:16   707 | 			e.file=form.get('files')
11:29:16   708 |             //去掉文件名称空格end
11:29:16   709 | 			
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:732:5:
11:29:16   730 | 				SourceFile:e.file //获取file文件
11:29:16   731 | 			}).then(function(result) {
11:29:16 > 732 | 				console.log(result)
11:29:16       | 				^
11:29:16   733 |
11:29:16   734 | 				if(result.CommonMsg.Status < 300){
11:29:16   735 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:736:6:
11:29:16   734 | 				if(result.CommonMsg.Status < 300){
11:29:16   735 |
11:29:16 > 736 | 					console.log('Create object:' + objectKey + ' successfully!\n');
11:29:16       | 					^
11:29:16   737 | 					var httpurl=`https://${BucketName}.${urlserver}/${objectKey}`
11:29:16   738 | 					httpurl = convertCdnPath(httpurl);
11:29:16   739 | 					
11:29:16 
11:29:16 
11:29:16 10 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_input.vue:189:12:
11:29:16   187 |       window.addEventListener('message',function(e){
11:29:16   188 |           //  console.log('formData.id',formData.id)
11:29:16 > 189 |            console.log('e.data',e.data)
11:29:16       |            ^
11:29:16   190 |           if(formData.id.indexOf('attendanceSiteLongitude')>-1){
11:29:16   191 |               formData.value=e.data.longitude
11:29:16   192 |           }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_input.vue:234:9:
11:29:16   232 |       handler:function(newV,oldV){
11:29:16   233 |         this.value = newV
11:29:16 > 234 |         console.log('this.value',this.value)
11:29:16       |         ^
11:29:16   235 |         let field = this.field
11:29:16   236 |         if (field.refreshOnChanged) {//判断是否需要刷新
11:29:16   237 |           if(field.refreshMode == 1) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_input.vue:326:11:
11:29:16   324 |           sub = arr[i].split("=");
11:29:16   325 |           sub = sub[0].split(":");
11:29:16 > 326 |           console.log(sub[1]);
11:29:16       |           ^
11:29:16   327 |
11:29:16   328 |           key = sub[0];
11:29:16   329 |           value = sub[1];
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_input.vue:484:16:
11:29:16   482 |           let index=fieldStyle.lastIndexOf("width:") + 6
11:29:16   483 |                fieldStyle=fieldStyle.slice(index)
11:29:16 > 484 |                console.log(fieldStyle,1)
11:29:16       |                ^
11:29:16   485 |                if(fieldStyle.indexOf("%")!==-1){
11:29:16   486 |                  index=fieldStyle.indexOf("%")
11:29:16   487 |                  fieldStyle=fieldStyle.slice(0,index)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_input.vue:488:21:
11:29:16   486 |                  index=fieldStyle.indexOf("%")
11:29:16   487 |                  fieldStyle=fieldStyle.slice(0,index)
11:29:16 > 488 |                     console.log(fieldStyle,2)
11:29:16       |                     ^
11:29:16   489 |                 if(fieldStyle.length<=3){
11:29:16   490 |                   console.log(fieldStyle,3)
11:29:16   491 |                   fieldStyle=parseFloat(fieldStyle)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_input.vue:490:19:
11:29:16   488 |                     console.log(fieldStyle,2)
11:29:16   489 |                 if(fieldStyle.length<=3){
11:29:16 > 490 |                   console.log(fieldStyle,3)
11:29:16       |                   ^
11:29:16   491 |                   fieldStyle=parseFloat(fieldStyle)
11:29:16   492 |                 
11:29:16   493 |                   this.$refs.inputWrap.style.width="100%"
11:29:16 
11:29:16 
11:29:16 6 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_map.vue:471:7:
11:29:16   469 |
11:29:16   470 |     handler({ BMap, map }) {
11:29:16 > 471 |       console.log({ BMap, map });
11:29:16       |       ^
11:29:16   472 |       this.center.lng = 116.404;
11:29:16   473 |       this.center.lat = 39.915;
11:29:16   474 |       this.zoom = 3;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_map.vue:478:7:
11:29:16   476 |
11:29:16   477 |     zoomEnd(e) {
11:29:16 > 478 |       console.log(e);
11:29:16       |       ^
11:29:16   479 |       this.zoom = e.target.getZoom();
11:29:16   480 |     },
11:29:16   481 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_map.vue:492:7:
11:29:16   490 |         this.zoom = 19;
11:29:16   491 |       }
11:29:16 > 492 |       console.log(this.zoom);
11:29:16       |       ^
11:29:16   493 |     },
11:29:16   494 |
11:29:16   495 |     //右键$t('shrink')
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_map.vue:599:7:
11:29:16   597 |
11:29:16   598 |     changeLAL() {
11:29:16 > 599 |       console.log("经纬度改变了");
11:29:16       |       ^
11:29:16   600 |       let that = this;
11:29:16   601 |       if (this.currentLongitude && this.currentLatitude) {
11:29:16   602 |         (this.center = {
11:29:16 
11:29:16 
11:29:16 4 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_photo.vue:156:11:
11:29:16   154 |         })
11:29:16   155 |         .catch((error) => {
11:29:16 > 156 |           console.error("摄像头开启失败,请检查摄像头是否可用!");
11:29:16       |           ^
11:29:16   157 |           console.log(error);
11:29:16   158 |         });
11:29:16   159 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_photo.vue:157:11:
11:29:16   155 |         .catch((error) => {
11:29:16   156 |           console.error("摄像头开启失败,请检查摄像头是否可用!");
11:29:16 > 157 |           console.log(error);
11:29:16       |           ^
11:29:16   158 |         });
11:29:16   159 |     },
11:29:16   160 |     // 拍照
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_photo.vue:167:7:
11:29:16   165 |       // 转base64格式、图片格式转换、图片质量压缩
11:29:16   166 |       let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7);
11:29:16 > 167 |       console.log("拍的图片-->");
11:29:16       |       ^
11:29:16   168 |       console.log(imgBase64);
11:29:16   169 |       this.savePhoto = imgBase64;
11:29:16   170 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_photo.vue:168:7:
11:29:16   166 |       let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7);
11:29:16   167 |       console.log("拍的图片-->");
11:29:16 > 168 |       console.log(imgBase64);
11:29:16       |       ^
11:29:16   169 |       this.savePhoto = imgBase64;
11:29:16   170 |     },
11:29:16   171 |     // 关闭摄像头
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_photo.vue:180:7:
11:29:16   178 |       });
11:29:16   179 |       this.$refs["video"].srcObject = null;
11:29:16 > 180 |       console.log("关闭了");
11:29:16       |       ^
11:29:16   181 |     },
11:29:16   182 |     showDialog() {
11:29:16   183 |       var explorer = window.navigator.userAgent;
11:29:16 
11:29:16 
11:29:16 5 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_reminder_history.vue:250:7:
11:29:16   248 |   methods: {
11:29:16   249 |     getFlowHistory(){
11:29:16 > 250 |       console.log("this.fleld---->",this.field);
11:29:16       |       ^
11:29:16   251 |       let appId = this.$root.appid
11:29:16   252 |       let docId = this.field.docId;
11:29:16   253 |       this.$api.getRemindHistorys(
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:606:11:
11:29:16   604 |         onSucess: (res) => {
11:29:16   605 |           this.tableData = res.data.data;
11:29:16 > 606 |           console.log(this.tableData);
11:29:16       |           ^
11:29:16   607 |         },
11:29:16   608 |       });
11:29:16   609 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:715:7:
11:29:16   713 |       this.selectedUsers = arrID;
11:29:16   714 |       this.selectedUsersList = arr;
11:29:16 > 715 |       console.log("this.selectedUsersList---->", this.selectedUsersList);
11:29:16       |       ^
11:29:16   716 |     },
11:29:16   717 |
11:29:16   718 |     /**
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:831:7:
11:29:16   829 |     //加载更多在线用户
11:29:16   830 |     onlinesLoadingMore() {
11:29:16 > 831 |       console.log(111);
11:29:16       |       ^
11:29:16   832 |       this.loadingIcon = true;
11:29:16   833 |       let pageSize = 10;
11:29:16   834 |       API.getOnlines(this.onlinesPage++, pageSize, {
11:29:16 
11:29:16 
11:29:16 3 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/obpm_open_container.vue:82:5:
11:29:16   80 |   created() {
11:29:16   81 |     let op = this.openParams;
11:29:16 > 82 |     console.log(this.openParams)
11:29:16      |     ^
11:29:16   83 |     this.doAction(op);
11:29:16   84 |   },
11:29:16   85 |   mounted() {
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/platAd.vue:106:12:
11:29:16   104 |                value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开
11:29:16   105 |            }
11:29:16 > 106 |            console.log(value)
11:29:16       |            ^
11:29:16   107 |            return value
11:29:16   108 |         },  
11:29:16   109 |          // 取消
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/platAdPop.vue:114:12:
11:29:16   112 |                value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开
11:29:16   113 |            }
11:29:16 > 114 |            console.log(value)
11:29:16       |            ^
11:29:16   115 |            return value
11:29:16   116 |         },        
11:29:16   117 |         cancle() {// 取消
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/pop.vue:68:7:
11:29:16   66 |       this.formList = newRowData; //拷贝一份存储对象引用不同地址
11:29:16   67 |       this.OperType = type;
11:29:16 > 68 |       console.log(this.formList.parentId)
11:29:16      |       ^
11:29:16   69 |       if (this.OperType == 0) {        
11:29:16   70 |         this.title = this.agreementTitle;
11:29:16   71 |         
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/print_view.vue:55:5:
11:29:16   53 |       }
11:29:16   54 |     }
11:29:16 > 55 |     console.log("--->",this.$route.query)
11:29:16      |     ^
11:29:16   56 |   },
11:29:16   57 |   mounted() {
11:29:16   58 |     this.getViewData();
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/profile.vue:554:11:
11:29:16   552 |           }
11:29:16   553 |
11:29:16 > 554 |           console.log("arr---->", arr);
11:29:16       |           ^
11:29:16   555 |           this.flowData = arr;
11:29:16   556 |           this.$nextTick(() => {
11:29:16   557 |             for (let i = 0; i < arr.length; i++) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/profile.vue:881:11:
11:29:16   879 |           });
11:29:16   880 |           this.process = newData;
11:29:16 > 881 |           console.log("this.process--->", this.process);
11:29:16       |           ^
11:29:16   882 |         },
11:29:16   883 |       });
11:29:16   884 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/profile.vue:954:11:
11:29:16   952 |             }
11:29:16   953 |           }
11:29:16 > 954 |           console.log("arr---->", arr);
11:29:16       |           ^
11:29:16   955 |           this.flowData = arr;
11:29:16   956 |         },
11:29:16   957 |       });
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/profile.vue:1048:7:
11:29:16   1046 |     checkedMobile() {
11:29:16   1047 |       var phoneReg = /^1\d{10}$/;
11:29:16 > 1048 |       console.log(
11:29:16        |       ^
11:29:16   1049 |         !phoneReg.test(this.information.mobile) && !this.information.mobile
11:29:16   1050 |       );
11:29:16   1051 |       console.log(this.information.mobile);
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/profile.vue:1051:7:
11:29:16   1049 |         !phoneReg.test(this.information.mobile) && !this.information.mobile
11:29:16   1050 |       );
11:29:16 > 1051 |       console.log(this.information.mobile);
11:29:16        |       ^
11:29:16   1052 |       if (
11:29:16   1053 |         !phoneReg.test(this.information.mobile) &&
11:29:16   1054 |         this.information.mobile !== "" &&
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/profile.vue:1178:13:
11:29:16   1176 |           },
11:29:16   1177 |           onError: (error) => {
11:29:16 > 1178 |             console.log(error);
11:29:16        |             ^
11:29:16   1179 |           },
11:29:16   1180 |         }
11:29:16   1181 |       );
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/profile.vue:1296:11:
11:29:16   1294 |           });
11:29:16   1295 |           this.process = newData;
11:29:16 > 1296 |           console.log("this.process--->", this.process);
11:29:16        |           ^
11:29:16   1297 |         },
11:29:16   1298 |       });
11:29:16   1299 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/profile.vue:1332:11:
11:29:16   1330 |           });
11:29:16   1331 |           this.process = newData;
11:29:16 > 1332 |           console.log("this.process--->", this.process);
11:29:16        |           ^
11:29:16   1333 |         },
11:29:16   1334 |       });
11:29:16   1335 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/profile.vue:1433:13:
11:29:16   1431 |           },
11:29:16   1432 |           onError: (error) => {
11:29:16 > 1433 |             console.log(error);
11:29:16        |             ^
11:29:16   1434 |           },
11:29:16   1435 |         }
11:29:16   1436 |       );
11:29:16 
11:29:16 
11:29:16 9 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:26:7:
11:29:16   24 |       this.employeeId = localStorage.getItem('employeeId');
11:29:16   25 |       this.organizationsId = localStorage.getItem('domainId');
11:29:16 > 26 |       console.info('href', window.location.href);
11:29:16      |       ^
11:29:16   27 |       let domainUrl = window.location.href.split('/')[2];
11:29:16   28 |       console.info('domain url', domainUrl);
11:29:16   29 |       // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:28:7:
11:29:16   26 |       console.info('href', window.location.href);
11:29:16   27 |       let domainUrl = window.location.href.split('/')[2];
11:29:16 > 28 |       console.info('domain url', domainUrl);
11:29:16      |       ^
11:29:16   29 |       // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`;
11:29:16   30 |       this.inviteUrl = `https://${domainUrl}/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`;
11:29:16   31 |       this.showDialog = newVal;
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/report.vue:152:7:
11:29:16   150 |     setImgUrl(id) {
11:29:16   151 |       let imgLists = document.getElementById(id).getElementsByTagName("img");
11:29:16 > 152 |       console.log("imgLists-->", imgLists);
11:29:16       |       ^
11:29:16   153 |       let src = "";
11:29:16   154 |       for (let i = 0; i < imgLists.length; i++) {
11:29:16   155 |         let imgName = imgLists[i].src.split("/");
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/service.vue:143:29:
11:29:16   141 |                             Arry.sort((a,b)=>{return Number(a.sort)-Number(b.sort)})  
11:29:16   142 |                             this.appMarketServiceArry=Arry
11:29:16 > 143 |                             console.log(this.appMarketServiceArry)
11:29:16       |                             ^
11:29:16   144 |                       }
11:29:16   145 |                    }
11:29:16   146 |                }
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/view_blank.vue:79:7:
11:29:16   77 |     contentType: function() {
11:29:16   78 |
11:29:16 > 79 |       console.log(this.params,"this.__________________________");
11:29:16      |       ^
11:29:16   80 |       let compName;
11:29:16   81 |       switch (this.params.linkType) {
11:29:16   82 |         case "00":
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:1965:7:
11:29:16   1963 |       }
11:29:16   1964 |       this.currentDocIds = docIds;
11:29:16 > 1965 |       console.log("docIds--->",docIds);
11:29:16        |       ^
11:29:16   1966 |     },
11:29:16   1967 |
11:29:16   1968 |     getShowListData(page, size, searchData, startTime, endTime,) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:2133:15:
11:29:16   2131 |             onSucess: response => {
11:29:16   2132 |               let viewData = response.data;
11:29:16 > 2133 |               console.log("viewData-------->",viewData)
11:29:16        |               ^
11:29:16   2134 |               resolve(viewData);
11:29:16   2135 |             }
11:29:16   2136 |           }
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/view_cardview.vue:126:11:
11:29:16   124 |           this.loading = false;
11:29:16   125 |           this.CardData = tds;
11:29:16 > 126 |           console.log("this.tableData---->", this.CardData);
11:29:16       |           ^
11:29:16   127 |         }
11:29:16   128 |       });
11:29:16   129 |     },
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:300:9:
11:29:16   298 |       })
11:29:16   299 |       if (hasSelect) {
11:29:16 > 300 |         console.log(selection)
11:29:16       |         ^
11:29:16   301 |         console.log(row)
11:29:16   302 |         this.$nextTick(() => {  
11:29:16   303 |           this.$refs.multipleTable.toggleRowSelection(row,true);          
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:301:9:
11:29:16   299 |       if (hasSelect) {
11:29:16   300 |         console.log(selection)
11:29:16 > 301 |         console.log(row)
11:29:16       |         ^
11:29:16   302 |         this.$nextTick(() => {  
11:29:16   303 |           this.$refs.multipleTable.toggleRowSelection(row,true);          
11:29:16   304 |         })
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:565:23:
11:29:16   563 |                         tds.push(rows);
11:29:16   564 |                       });
11:29:16 > 565 |                       console.log(tds)
11:29:16       |                       ^
11:29:16   566 |                       resolve(tds);
11:29:16   567 |                     }   
11:29:16   568 |                   }
11:29:16 
11:29:16 
11:29:16 error: Duplicated key 'reloadListView' (vue/no-dupe-keys) at src/components/view_collapsibleview.vue:583:5:
11:29:16   581 |     },
11:29:16   582 |
11:29:16 > 583 |     reloadListView(){
11:29:16       |     ^
11:29:16   584 |       this.getData(this.currentPage);
11:29:16   585 |     },
11:29:16   586 |
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:618:7:
11:29:16   616 |         docIds = [];
11:29:16   617 |       }
11:29:16 > 618 |       console.log(docIds)
11:29:16       |       ^
11:29:16   619 |       this.$emit("getDocIds",docIds);
11:29:16   620 |     },
11:29:16   621 |
11:29:16 
11:29:16 
11:29:16 5 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:460:7:
11:29:16   458 |     init(isCloseDialog) {
11:29:16   459 |       // debugger
11:29:16 > 460 |       console.log(this.jumpParams);
11:29:16       |       ^
11:29:16   461 |       let op = this.openParams;
11:29:16   462 |       let exparams = {};
11:29:16   463 |       if (op.exparams) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:676:7:
11:29:16   674 |     //包含元素弹出层和当前页打开都是使用这个刷新
11:29:16   675 |     closeDialog(isSave) {
11:29:16 > 676 |       console.log(this.viewType)
11:29:16       |       ^
11:29:16   677 |       this.$refs.delegate.reloadListView();
11:29:16   678 |       if (!isSave) {
11:29:16   679 |         this.dialogVisible = false;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:724:9:
11:29:16   722 |       }
11:29:16   723 |       if ((st && st == "tab") || (st && st == "include")) {
11:29:16 > 724 |         console.log(exparams);
11:29:16       |         ^
11:29:16   725 |         console.log(5455);
11:29:16   726 |         //如果是控件选项卡
11:29:16   727 |         exparams.parentId = op.parentId;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:725:9:
11:29:16   723 |       if ((st && st == "tab") || (st && st == "include")) {
11:29:16   724 |         console.log(exparams);
11:29:16 > 725 |         console.log(5455);
11:29:16       |         ^
11:29:16   726 |         //如果是控件选项卡
11:29:16   727 |         exparams.parentId = op.parentId;
11:29:16   728 |         exparams.isRelate = op.isRelate;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:730:7:
11:29:16   728 |         exparams.isRelate = op.isRelate;
11:29:16   729 |       }
11:29:16 > 730 |       console.info('delegate 1', appId);
11:29:16       |       ^
11:29:16   731 |       this.$api.getViewTemplate(appId, viewId, exparams, {
11:29:16   732 |         onSucess: (response) => {
11:29:16   733 |           // alert(88)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:736:11:
11:29:16   734 |           this.loading = true;
11:29:16   735 |
11:29:16 > 736 |           console.info('response', response);
11:29:16       |           ^
11:29:16   737 |           if (response.data.data) {
11:29:16   738 |             if (!response.data.data.activities) {
11:29:16   739 |               //后台配置的视图操作按钮为0
11:29:16 
11:29:16 
11:29:16 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:1519:19:
11:29:16   1517 |                   break;
11:29:16   1518 |                 case 16: //导出excel
11:29:16 > 1519 |                   debugger
11:29:16        |                   ^
11:29:16   1520 |                   this.isBlockClick = false;
11:29:16   1521 |                   this.currentClickBtnAct = act;
11:29:16   1522 |                   let excelColumns = [];
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1525:19:
11:29:16   1523 |                   let columns = this.copyColumns;
11:29:16   1524 |                   let selectAll = [];
11:29:16 > 1525 |                   console.log(columns)
11:29:16        |                   ^
11:29:16   1526 |                   for (let i = 0; i < columns.length; i++) {
11:29:16   1527 |                     if (columns[i].visible4ExpExcel) {
11:29:16   1528 |                       excelColumns.push(columns[i]);
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1775:13:
11:29:16   1773 |           if (res.data.errcode === 0) {
11:29:16   1774 |             let url = res.data.data.content;
11:29:16 > 1775 |             console.log(url);
11:29:16        |             ^
11:29:16   1776 |             let queryString = act.dispatcherParams;
11:29:16   1777 |             let isForm = url.search("form.html") != -1; //兼容good的url的写法(后期改)
11:29:16   1778 |             let isView = url.search("view.html") != -1; //兼容good的url的写法(后期改)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1796:13:
11:29:16   1794 |             let isExternalLink = false;
11:29:16   1795 |
11:29:16 > 1796 |             console.log("编辑流程");
11:29:16        |             ^
11:29:16   1797 |             console.log(url);
11:29:16   1798 |             if (url && url.indexOf("processHtmlTem.html") > -1) {
11:29:16   1799 |               API.softwareApplication(this.openParams.appId, {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1797:13:
11:29:16   1795 |
11:29:16   1796 |             console.log("编辑流程");
11:29:16 > 1797 |             console.log(url);
11:29:16        |             ^
11:29:16   1798 |             if (url && url.indexOf("processHtmlTem.html") > -1) {
11:29:16   1799 |               API.softwareApplication(this.openParams.appId, {
11:29:16   1800 |                 onSucess: (res) => {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1881:21:
11:29:16   1879 |                   if (isOpenCurrentSoftwareData) {
11:29:16   1880 |                     let formParams = "";
11:29:16 > 1881 |                     console.log(obj);
11:29:16        |                     ^
11:29:16   1882 |                     for (let key in obj) {
11:29:16   1883 |                       if (
11:29:16   1884 |                         key != "name" &&
11:29:16 
11:29:16 
11:29:16 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2272:9:
11:29:16   2270 |           }
11:29:16   2271 |         }
11:29:16 > 2272 |         debugger
11:29:16        |         ^
11:29:16   2273 |         console.log(view)
11:29:16   2274 |         if (view.searchFormId != undefined) {
11:29:16   2275 |           //高级查询
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2273:9:
11:29:16   2271 |         }
11:29:16   2272 |         debugger
11:29:16 > 2273 |         console.log(view)
11:29:16        |         ^
11:29:16   2274 |         if (view.searchFormId != undefined) {
11:29:16   2275 |           //高级查询
11:29:16   2276 |           let sfd = this.$refs.delegate.getSearchformBuildData();
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2277:11:
11:29:16   2275 |           //高级查询
11:29:16   2276 |           let sfd = this.$refs.delegate.getSearchformBuildData();
11:29:16 > 2277 |           console.log('sfd', sfd)
11:29:16        |           ^
11:29:16   2278 |           console.log('sd', sd)
11:29:16   2279 |           sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd
11:29:16   2280 |           obj.items = sd;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2278:11:
11:29:16   2276 |           let sfd = this.$refs.delegate.getSearchformBuildData();
11:29:16   2277 |           console.log('sfd', sfd)
11:29:16 > 2278 |           console.log('sd', sd)
11:29:16        |           ^
11:29:16   2279 |           sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd
11:29:16   2280 |           obj.items = sd;
11:29:16   2281 |         }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2302:17:
11:29:16   2300 |                   window.clearInterval(this.task);
11:29:16   2301 |                 }
11:29:16 > 2302 |                 console.log(excelRowCount);
11:29:16        |                 ^
11:29:16   2303 |                 if (excelRowCount == 10000) {
11:29:16   2304 |                   process = 100;
11:29:16   2305 |                   this.$message({
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2385:7:
11:29:16   2383 |
11:29:16   2384 |     onAction(act) {
11:29:16 > 2385 |       console.log(act);
11:29:16        |       ^
11:29:16   2386 |       //绑定视图的处理事件
11:29:16   2387 |       let actId = act.id;
11:29:16   2388 |       let activityType = act.type;     
11:29:16 
11:29:16 
11:29:16 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2668:7:
11:29:16   2666 |         formData = { ...formData, ...this.$route.query };
11:29:16   2667 |       }
11:29:16 > 2668 |       debugger
11:29:16        |       ^
11:29:16   2669 |       let divId = act.id;
11:29:16   2670 |       let actType = act.type;
11:29:16   2671 |       
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2810:19:
11:29:16   2808 |                   let columns = this.copyColumns;
11:29:16   2809 |                   let selectAll = [];
11:29:16 > 2810 |                   console.log(columns)
11:29:16        |                   ^
11:29:16   2811 |                   for (let i = 0; i < columns.length; i++) {
11:29:16   2812 |                     if (columns[i].visible4ExpExcel) {
11:29:16   2813 |                       excelColumns.push(columns[i]);
11:29:16 
11:29:16 
11:29:16 20 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/view_gantt.vue:370:9:
11:29:16   368 |           }
11:29:16   369 |         }
11:29:16 > 370 |         console.log("maxTime-->",maxTime,minTime)
11:29:16       |         ^
11:29:16   371 |         let monthBetweenNum = this.getMonthBetween(minTime, maxTime);
11:29:16   372 |
11:29:16   373 | 				this.monthBetweenHeadNum = JSON.parse(JSON.stringify(monthBetweenNum));
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:282:11:
11:29:16   280 |       const lo = new T.Geolocation();
11:29:16   281 |       lo.getCurrentPosition(function (e) {
11:29:16 > 282 |           console.log("🚀 ~ fn ~ e:", e, this.getStatus())
11:29:16       |           ^
11:29:16   283 |           if (this.getStatus() == 0){
11:29:16   284 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
11:29:16   285 |           }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:284:13:
11:29:16   282 |           console.log("🚀 ~ fn ~ e:", e, this.getStatus())
11:29:16   283 |           if (this.getStatus() == 0){
11:29:16 > 284 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
11:29:16       |             ^
11:29:16   285 |           }
11:29:16   286 |           if(this.getStatus() == 1){
11:29:16   287 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:287:13:
11:29:16   285 |           }
11:29:16   286 |           if(this.getStatus() == 1){
11:29:16 > 287 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
11:29:16       |             ^
11:29:16   288 |           }
11:29:16   289 |       });
11:29:16   290 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:352:13:
11:29:16   350 |           ls.search(currentLocation);
11:29:16   351 |           ls.setSearchCompleteCallback(function (rs) {
11:29:16 > 352 |             console.log(rs);
11:29:16       |             ^
11:29:16   353 |             if (rs.Hr) {
11:29:16   354 |               let point = rs.Hr[0].point;
11:29:16   355 |               that.center = {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:363:9:
11:29:16   361 |         }
11:29:16   362 |
11:29:16 > 363 |         console.log(
11:29:16       |         ^
11:29:16   364 |           this.openParams.appId,
11:29:16   365 |           this.view.id,
11:29:16   366 |           "_____________________"
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:381:15:
11:29:16   379 |               // let myGeo = new BMap.Geocoder();
11:29:16   380 |               let view = this.view;
11:29:16 > 381 |               console.log(
11:29:16       |               ^
11:29:16   382 |                 view,
11:29:16   383 |                 viewData,
11:29:16   384 |                 "###################################"
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:409:17:
11:29:16   407 |                 }
11:29:16   408 |               } catch (error) {
11:29:16 > 409 |                 console.log(error);
11:29:16       |                 ^
11:29:16   410 |               }
11:29:16   411 |
11:29:16   412 |               if(this.mapType === 'tianditu') {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:419:21:
11:29:16   417 |                   setTimeout(() => {
11:29:16   418 |                     this.viewDataList = viewData;
11:29:16 > 419 |                     console.log(
11:29:16       |                     ^
11:29:16   420 |                       this.viewDataList,
11:29:16   421 |                       "###############%@#%@#%@#%@#%#@"
11:29:16   422 |                     );
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:557:7:
11:29:16   555 |     },
11:29:16   556 |     zoomEnd(e) {
11:29:16 > 557 |       console.log(e);
11:29:16       |       ^
11:29:16   558 |       this.zoom = e.target.getZoom();
11:29:16   559 |     },
11:29:16   560 |     //右键放大
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:570:7:
11:29:16   568 |         this.zoom = 19;
11:29:16   569 |       }
11:29:16 > 570 |       console.log(this.zoom);
11:29:16       |       ^
11:29:16   571 |     },
11:29:16   572 |     //右键缩小
11:29:16   573 |     reduceMap(e) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:591:7:
11:29:16   589 |       //有问题,隐藏
11:29:16   590 |       this.markerHidden = false;
11:29:16 > 591 |       console.log(BMap);
11:29:16       |       ^
11:29:16   592 |       console.log(map);
11:29:16   593 |     },
11:29:16   594 |     infoWindowClose() {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:592:7:
11:29:16   590 |       this.markerHidden = false;
11:29:16   591 |       console.log(BMap);
11:29:16 > 592 |       console.log(map);
11:29:16       |       ^
11:29:16   593 |     },
11:29:16   594 |     infoWindowClose() {
11:29:16   595 |       this.currentShowId = "";
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:624:7:
11:29:16   622 |     searchBox(e) {
11:29:16   623 |       this.isActive = !this.isActive;
11:29:16 > 624 |       console.log(e);
11:29:16       |       ^
11:29:16   625 |     },
11:29:16   626 |     Delete(id) {
11:29:16   627 |       let that = this;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:628:7:
11:29:16   626 |     Delete(id) {
11:29:16   627 |       let that = this;
11:29:16 > 628 |       console.log("删除", id);
11:29:16       |       ^
11:29:16   629 |       let arr = [];
11:29:16   630 |       arr.push(id);
11:29:16   631 |       this.$api.batchRemoveDocuments(this.openParams.appId, arr, {
11:29:16 
11:29:16 
11:29:16 14 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/components/view_treeview.vue:716:17:
11:29:16   714 |                 });
11:29:16   715 |                 this.arrNodes = nodes
11:29:16 > 716 |                 console.log("this.arrNodes-1--->",this.arrNodes)
11:29:16       |                 ^
11:29:16   717 |                 resolve(this.arrNodes);
11:29:16   718 |                 if(this.arrNodes.length){//展开第一个节点的二级菜单
11:29:16   719 |                   this.arrNodes.forEach((item,index)=>{
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/expandedComponents/view_multi_level_column.vue:307:9:
11:29:16   305 |           initialIndex: i,
11:29:16   306 |         };
11:29:16 > 307 |         console.log("params--2->",params)
11:29:16       |         ^
11:29:16   308 |         this.$parent.setDialogStatus(params);
11:29:16   309 |       }
11:29:16   310 |     },
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/views/Main.vue:423:11:
11:29:16   421 |         },
11:29:16   422 |         onError: (error) => {
11:29:16 > 423 |           console.log(error);
11:29:16       |           ^
11:29:16   424 |         },
11:29:16   425 |       });
11:29:16   426 |     },
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/views/main_pending.vue:677:9:
11:29:16   675 |     activate() {
11:29:16   676 |       if (this.backlogRight.length === 0) {
11:29:16 > 677 |         console.log("--->0");
11:29:16       |         ^
11:29:16   678 |       }
11:29:16   679 |     },
11:29:16   680 |     //点击左侧导航触发待办事项
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected console statement (no-console) at src/views/mixin_LockScreen.vue:60:29:
11:29:16   58 |                     {
11:29:16   59 |                         onSucess: res => {
11:29:16 > 60 |                             console.log(res)
11:29:16      |                             ^
11:29:16   61 |                             if (res == undefined) {
11:29:16   62 |                                 that.isPasswordError = 'true';
11:29:16   63 |                                 // that.$message({type:'warning',message:'密码错误',customClass: 'message-override'})
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/views/mixin_LockScreen.vue:80:29:
11:29:16   78 |                             }
11:29:16   79 |                         }, catch: error => {
11:29:16 > 80 |                             console.log('error1', error)
11:29:16      |                             ^
11:29:16   81 |                         }
11:29:16   82 |
11:29:16   83 |
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected side effect in "activeColor" computed property (vue/no-side-effects-in-computed-properties) at src/components/activity.vue:353:11:
11:29:16   351 |           return data;
11:29:16   352 |         case 0: //流程处理在流程的表单权限里设置了隐藏,type返回0
11:29:16 > 353 |           this.isShowBtn = false
11:29:16       |           ^
11:29:16   354 |         default:
11:29:16   355 |           break;
11:29:16   356 |       }
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_tab.vue:323:7:
11:29:16   321 |       }
11:29:16   322 |       // this.tabWidth = document.documentElement.clientWidth - 327;
11:29:16 > 323 |       this.tabWidth = document.documentElement.clientWidth - 0;
11:29:16       |       ^
11:29:16   324 |       return this.setField(formData);
11:29:16   325 |       //return this.$parent.findField(this.id);
11:29:16   326 |     },
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/o_tab.vue:475:7:
11:29:16   473 |
11:29:16   474 |     handleChange(val) {
11:29:16 > 475 |       console.log(val);
11:29:16       |       ^
11:29:16   476 |     },
11:29:16   477 |
11:29:16   478 |     handleClick(tab) {
11:29:16 
11:29:16 
11:29:16 2 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:84:11:
11:29:16   82 |       if (formData.divWidth) {
11:29:16   83 |         if (formData.divWidth.indexOf("px") > -1) {
11:29:16 > 84 |           this.dialogWidth = formData.divWidth;
11:29:16      |           ^
11:29:16   85 |         } else if (formData.divWidth.indexOf("%") > -1) {
11:29:16   86 |           this.dialogWidth = formData.divWidth;
11:29:16   87 |         } else {
11:29:16 
11:29:16 
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:86:11:
11:29:16   84 |           this.dialogWidth = formData.divWidth;
11:29:16   85 |         } else if (formData.divWidth.indexOf("%") > -1) {
11:29:16 > 86 |           this.dialogWidth = formData.divWidth;
11:29:16      |           ^
11:29:16   87 |         } else {
11:29:16   88 |           this.dialogWidth = formData.divWidth + "px";
11:29:16   89 |         }
11:29:16 
11:29:16 
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:88:11:
11:29:16   86 |           this.dialogWidth = formData.divWidth;
11:29:16   87 |         } else {
11:29:16 > 88 |           this.dialogWidth = formData.divWidth + "px";
11:29:16      |           ^
11:29:16   89 |         }
11:29:16   90 |       }
11:29:16   91 |       if (formData.divHeight) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:96:11:
11:29:16   94 |         if (formData.divHeight.indexOf("px") > -1) {
11:29:16   95 |           h = formData.divHeight.split("px")[0];
11:29:16 > 96 |           this.dialogHidth = parseInt(h) - 100 + "px";
11:29:16      |           ^
11:29:16   97 |         } else if (formData.divHeight.indexOf("%") > -1) {
11:29:16   98 |           h = formData.divHeight;
11:29:16   99 |           let num = h.split("%")[0];
11:29:16 
11:29:16 
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:101:11:
11:29:16    99 |           let num = h.split("%")[0];
11:29:16   100 |           let he = (screen * parseInt(num)) / 100;
11:29:16 > 101 |           this.dialogHidth = he - 124 + "px";
11:29:16       |           ^
11:29:16   102 |         } else {
11:29:16   103 |           let t = screen * 0.15;
11:29:16   104 |           //let t = 1 - (formData.divHeight / screen);
11:29:16 
11:29:16 
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:106:13:
11:29:16   104 |           //let t = 1 - (formData.divHeight / screen);
11:29:16   105 |           if (parseInt(formData.divHeight) >= screen) {
11:29:16 > 106 |             this.dialogTop = "1%";
11:29:16       |             ^
11:29:16   107 |           } else {
11:29:16   108 |             let hd = screen - parseInt(formData.divHeight);
11:29:16   109 |             if (hd < t) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:112:17:
11:29:16   110 |               let d = Math.ceil(hd / t);
11:29:16   111 |               if (d >= 15) {
11:29:16 > 112 |                 this.dialogTop = "15%";
11:29:16       |                 ^
11:29:16   113 |               } else {
11:29:16   114 |                 this.dialogTop = d + "%";
11:29:16   115 |               }
11:29:16 
11:29:16 
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:114:17:
11:29:16   112 |                 this.dialogTop = "15%";
11:29:16   113 |               } else {
11:29:16 > 114 |                 this.dialogTop = d + "%";
11:29:16       |                 ^
11:29:16   115 |               }
11:29:16   116 |             }
11:29:16   117 |           }
11:29:16 
11:29:16 
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:118:11:
11:29:16   116 |             }
11:29:16   117 |           }
11:29:16 > 118 |           this.dialogHidth = parseInt(formData.divHeight) - 124 + "px";
11:29:16       |           ^
11:29:16   119 |         }
11:29:16   120 |       } else {
11:29:16   121 |         let screen = document.documentElement.clientHeight;
11:29:16 
11:29:16 
11:29:16 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:122:9:
11:29:16   120 |       } else {
11:29:16   121 |         let screen = document.documentElement.clientHeight;
11:29:16 > 122 |         this.dialogHidth = screen / 2 + 24 + "px";
11:29:16       |         ^
11:29:16   123 |       }
11:29:16   124 |
11:29:16   125 |       formData.obpmFilePath = obpmConfig.obpmFilePath;
11:29:16 
11:29:16 
11:29:16 10 errors found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected side effect in "options" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_select_about.vue:137:7:
11:29:16   135 |         });
11:29:16   136 |       });
11:29:16 > 137 |       this.selectData = selectData;
11:29:16       |       ^
11:29:16   138 |       return data;
11:29:16   139 |     }
11:29:16   140 |     
11:29:16 
11:29:16 
11:29:16 1 error found.
11:29:16 
11:29:16 Module Warning (from ./node_modules/eslint-loader/index.js):
11:29:16 error: Unexpected side effect in "template" computed property (vue/no-side-effects-in-computed-properties) at src/components/form_normalform.vue:378:11:
11:29:16   376 |
11:29:16   377 |         if (!data.formTemplate.template) {
11:29:16 > 378 |           this.isShowFormActivity = false;
11:29:16       |           ^
11:29:16   379 |           return {
11:29:16   380 |             components: { authority },
11:29:16   381 |             template: "<div><authority /></div>",
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:433:7:
11:29:16   431 |     let that=this;
11:29:16   432 |     window.addEventListener('message',function(e){//监听弹窗关闭-bcx
11:29:16 > 433 |       console.log('e',e)
11:29:16       |       ^
11:29:16   434 |       if(e.data){
11:29:16   435 |          that.jumpPopup=false
11:29:16   436 |       }      
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:448:7:
11:29:16   446 |     // 处理include-control 自动增大逻辑
11:29:16   447 |     handleIncludeControlBug() {
11:29:16 > 448 |       console.log('触发了')
11:29:16       |       ^
11:29:16   449 |       this.timeIds.forEach(id => {
11:29:16   450 |         clearInterval(id)
11:29:16   451 |       })
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:463:7:
11:29:16   461 |     },
11:29:16   462 |     handleIncludeControlRefresh(controls, cb) {
11:29:16 > 463 |       console.log('controls', controls)
11:29:16       |       ^
11:29:16   464 |       // resize 计算会走这里
11:29:16   465 |       // include可能原本就被隐藏 这里要集合
11:29:16   466 |       let affectedIncludeControls = []
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:473:7:
11:29:16   471 |         }
11:29:16   472 |       })
11:29:16 > 473 |       console.log('affectedIncludeControls获取Dom对象', affectedIncludeControls)
11:29:16       |       ^
11:29:16   474 |       this.$nextTick(() => {
11:29:16   475 |         cb() //这个执行的是handleIncludeControlComputed(controls)();
11:29:16   476 |         affectedIncludeControls.forEach(itm => {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:483:9:
11:29:16   481 |     handleIncludeControlComputed(controls) {
11:29:16   482 |       controls.forEach(item => {
11:29:16 > 483 |         console.log('item.parentNode', item.parentNode)
11:29:16       |         ^
11:29:16   484 |         let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
11:29:16   485 |         console.log('pw', pw)
11:29:16   486 |         if (pw > 0) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:485:9:
11:29:16   483 |         console.log('item.parentNode', item.parentNode)
11:29:16   484 |         let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
11:29:16 > 485 |         console.log('pw', pw)
11:29:16       |         ^
11:29:16   486 |         if (pw > 0) {
11:29:16   487 |           item.style.width = pw + 'px'  //增加父元素固定宽度'.include-control' 与 '.tab-control'
11:29:16   488 |         } else {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:490:13:
11:29:16   488 |         } else {
11:29:16   489 |           let id = setTimeout(() => {
11:29:16 > 490 |             console.log(111)
11:29:16       |             ^
11:29:16   491 |             // resize 计算会走这里
11:29:16   492 |             // include可能原本就被隐藏 这里要集合
11:29:16   493 |             if (item.style.display !== 'none') {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:500:15:
11:29:16   498 |             }
11:29:16   499 |             this.$nextTick(() => {
11:29:16 > 500 |               console.log('bb', parseFloat(getComputedStyle(item.parentNode).paddingLeft));
11:29:16       |               ^
11:29:16   501 |               let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
11:29:16   502 |               if (pw > 0) {
11:29:16   503 |                 console.log('item.parentNode', item.parentNode)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:503:17:
11:29:16   501 |               let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
11:29:16   502 |               if (pw > 0) {
11:29:16 > 503 |                 console.log('item.parentNode', item.parentNode)
11:29:16       |                 ^
11:29:16   504 |                 item.style.width = pw + 'px' //增加父元素固定宽度'.include-control' 与 '.tab-control'
11:29:16   505 |                 item.style.display = "block"
11:29:16   506 |                 clearInterval(id)
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:609:15:
11:29:16   607 |             signatureid,
11:29:16   608 |             function (data) {
11:29:16 > 609 |               console.log(data);
11:29:16       |               ^
11:29:16   610 |             }
11:29:16   611 |           );
11:29:16   612 |           break;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:774:7:
11:29:16   772 |     initForm({ appId, formId, docId }) {
11:29:16   773 |       let openParams = this.openParams;
11:29:16 > 774 |       console.log(docId);
11:29:16       |       ^
11:29:16   775 |       if (openParams.appId) {
11:29:16   776 |         this.$root.appid = openParams.appId; //如果有多个软件,当从首页进入表单,需要把当前页当前数据的appId赋值给全局变量,否则有可能导致软件的appId拿错
11:29:16   777 |       }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:799:9:
11:29:16   797 |           obj = this.setParams(openParams.urlParams, obj);
11:29:16   798 |         }
11:29:16 > 799 |         console.log("获取表单。。。");
11:29:16       |         ^
11:29:16   800 |         API.getForm(
11:29:16   801 |           appId,
11:29:16   802 |           formId,
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:938:29:
11:29:16   936 |                           signatureid,
11:29:16   937 |                           function (data) {
11:29:16 > 938 |                             console.log(data);
11:29:16       |                             ^
11:29:16   939 |                           }
11:29:16   940 |                         );
11:29:16   941 |                         break;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:996:21:
11:29:16   994 |                 for (let i = 0; i < data.fields.length; i++) {
11:29:16   995 |                   if (data.fields[i].isModified) {
11:29:16 > 996 |                     console.log("111", showLog);
11:29:16       |                     ^
11:29:16   997 |                     showLog = true;
11:29:16   998 |                     break;
11:29:16   999 |                   }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1179:7:
11:29:16   1177 |         params = { ...params, ...this.$route.query };
11:29:16   1178 |       }
11:29:16 > 1179 |       console.log(params);
11:29:16        |       ^
11:29:16   1180 |       API.getForm(appId, formId, docId, params, {
11:29:16   1181 |         onSucess: (res) => {
11:29:16   1182 |           let fd = res.data.data;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1236:19:
11:29:16   1234 |                   //表单嵌套tab判断传递参数
11:29:16   1235 |                   fields[i].exparams = op.exparams;
11:29:16 > 1236 |                   console.log(fields[i].exparams);
11:29:16        |                   ^
11:29:16   1237 |                 }
11:29:16   1238 |                 if (fields[i].tabs && fields[i].tabs.length > 0) {
11:29:16   1239 |                   for (let j = 0; j < fields[i].tabs.length; j++) {
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1470:19:
11:29:16   1468 |               fields.forEach((f, i) => {
11:29:16   1469 |                 if (field.id == f.id) {
11:29:16 > 1470 |                   console.log(fields[i].type);
11:29:16        |                   ^
11:29:16   1471 |                   fields[i].value = field.value; //只能更新value,而不能简单做对象替换,field.value绑定在组件v-model上,如果直接替换只是数组内存指针简单变更
11:29:16   1472 |                   fields[i].options = field.options;
11:29:16   1473 |                   fields[i].tabs = field.tabs;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1511:7:
11:29:16   1509 |
11:29:16   1510 |     handleClose(done) {
11:29:16 > 1511 |       console.log('done',done)
11:29:16        |       ^
11:29:16   1512 |       done();
11:29:16   1513 |       if (this.isDialogOpenExternalLink) {
11:29:16   1514 |         let appId = this.openParams.appId;
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2405:15:
11:29:16   2403 |               }
11:29:16   2404 |             } else if (response.data.errcode == 0) {//请求成功返回
11:29:16 > 2405 |               console.log('response.data', response.data)
11:29:16        |               ^
11:29:16   2406 |               console.log('activityType', activityType)
11:29:16   2407 |               if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示
11:29:16   2408 |                 this.$message({ type: 'success', message: '操作成功' })
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2406:15:
11:29:16   2404 |             } else if (response.data.errcode == 0) {//请求成功返回
11:29:16   2405 |               console.log('response.data', response.data)
11:29:16 > 2406 |               console.log('activityType', activityType)
11:29:16        |               ^
11:29:16   2407 |               if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示
11:29:16   2408 |                 this.$message({ type: 'success', message: '操作成功' })
11:29:16   2409 |               }
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2584:7:
11:29:16   2582 |     doSave(num, actId, withOld, subDoc, act) {
11:29:16   2583 |       // debugger
11:29:16 > 2584 |       console.log(777);
11:29:16        |       ^
11:29:16   2585 |       let openParams = this.openParams;
11:29:16   2586 |       let that = this;
11:29:16   2587 |       let transferrData = "";
11:29:16 
11:29:16 
11:29:16 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:3449:13:
11:29:16   3447 |         API.executeCustom(appId, actId, obj, params, {
11:29:16   3448 |           onSucess: (res) => {
11:29:16 > 3449 |             console.log(res);
11:29:16        |             ^
11:29:16   3450 |             let errcode = res.data.errcode;
11:29:16   3451 |             if (errcode == 0) {
11:29:16   3452 |               let errmsg = act.name + this.$t("success");
11:29:16 
11:29:16 
11:29:16 23 errors found.
11:29:16 
11:29:16 You may use special comments to disable some warnings.
11:29:16 Use // eslint-disable-next-line to ignore the next line.
11:29:16 Use /* eslint-disable */ to ignore all warnings in a file.
11:29:16  warning  
11:29:16 
11:29:16 asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
11:29:16 This can impact web performance.
11:29:16 Assets: 
11:29:16   fonts/Source Han Sans CN Regular.552b3917.eot (8.14 MiB)
11:29:16   fonts/Source Han Sans CN Regular.d1fb7855.woff (5.1 MiB)
11:29:16   img/fontawesome-webfont.912ec66d.svg (434 KiB)
11:29:16   fonts/Source Han Sans CN Regular.50f2d6d6.ttf (8.14 MiB)
11:29:16   img/Source Han Sans CN Regular.63d44fde.svg (17.8 MiB)
11:29:16   js/about.87f320fc.js (3.44 MiB)
11:29:16   js/app.35068697.js (4.5 MiB)
11:29:16   iwebapp/pdfjs/core/pdf.js (584 KiB)
11:29:16   iwebapp/pdfjs/core/pdf.worker.js (723 KiB)
11:29:16   iwebapp/pdfjs/pdf-34bd0a9d29.viewer.js (1.36 MiB)
11:29:16   js/esdk-obs-browserjs.min.js (304 KiB)
11:29:16   pdf/word/pdfjs/build/pdf.js (774 KiB)
11:29:16   iwebapp/pdfjs/pdf-8cc3ba5958.viewer.js (1.37 MiB)
11:29:16   pdf/word/pdfjs/build/pdf.js.map (1.48 MiB)
11:29:16   pdf/word/pdfjs/build/pdf.worker.js (1.66 MiB)
11:29:16   pdf/word/pdfjs/build/pdf.worker.js.map (3.39 MiB)
11:29:16   pdf/word/pdfjs/web/viewer.js (655 KiB)
11:29:16   pdf/word/pdfjs/web/viewer.js.map (751 KiB)
11:29:16   UEditor/jsp/lib/commons-codec-1.9.jar (258 KiB)
11:29:16   pdf/word/iWebOffice2015.cab (12.4 MiB)
11:29:16   UEditor/third-party/highcharts/highcharts.src.js (434 KiB)
11:29:16   UEditor/third-party/jquery-1.10.2.js (267 KiB)
11:29:16   UEditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB)
11:29:16   UEditor/ueditor.all.min.js (373 KiB)
11:29:16   UEditor/ueditor.all.js (1.06 MiB)
11:29:16 
11:29:16  warning  
11:29:16 
11:29:16 entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
11:29:16 Entrypoints:
11:29:16   app (7.94 MiB)
11:29:16       js/about.87f320fc.js
11:29:16       js/app.35068697.js
11:29:16 
11:29:16 
11:29:17   File                                      Size             Gzipped
11:29:17 
11:29:17   dist/UEditor/ueditor.all.min.js           373.46 KiB       100.76 KiB
11:29:17   dist/js/esdk-obs-browserjs.min.js         303.80 KiB       78.74 KiB
11:29:17   dist/iwebapp/pdfjs/jquery-1.11.3.min.j    93.71 KiB        32.54 KiB
11:29:17   s
11:29:17   dist/js/jquery-1.11.3.min.js              93.71 KiB        32.54 KiB
11:29:17   dist/pdf/word/jquery.min.js               93.54 KiB        32.48 KiB
11:29:17   dist/UEditor/third-party/jquery-1.10.2    90.92 KiB        32.06 KiB
11:29:17   .min.js
11:29:17   dist/js/swiper.min.js                     64.88 KiB        16.44 KiB
11:29:17   dist/UEditor/third-party/webuploader/w    56.91 KiB        18.66 KiB
11:29:17   ebuploader.min.js
11:29:17   dist/UEditor/third-party/webuploader/w    45.99 KiB        14.37 KiB
11:29:17   ebuploader.html5only.min.js
11:29:17   dist/UEditor/third-party/webuploader/w    45.81 KiB        15.77 KiB
11:29:17   ebuploader.custom.min.js
11:29:17   dist/UEditor/third-party/webuploader/w    38.87 KiB        12.03 KiB
11:29:17   ebuploader.withoutimage.min.js
11:29:17   dist/UEditor/third-party/webuploader/w    32.81 KiB        10.64 KiB
11:29:17   ebuploader.flashonly.min.js
11:29:17   dist/UEditor/third-party/xss.min.js       27.11 KiB        6.38 KiB
11:29:17   dist/pdf/word/viewer.min.js               20.21 KiB        6.41 KiB
11:29:17   dist/UEditor/third-party/zeroclipboard    18.51 KiB        6.52 KiB
11:29:17   /ZeroClipboard.min.js
11:29:17   dist/pdf/word/sweetalert.min.js           16.58 KiB        5.29 KiB
11:29:17   dist/pdf/word/toastr.min.js               16.47 KiB        3.19 KiB
11:29:17   dist/iwebapp/pdfjs/require.min.js         14.86 KiB        6.08 KiB
11:29:17   dist/pdf/word/require.min.js              14.86 KiB        6.08 KiB
11:29:17   dist/UEditor/ueditor.parse.min.js         14.45 KiB        5.01 KiB
11:29:17   dist/js/app.35068697.js                   4609.77 KiB      889.72 KiB
11:29:17   dist/js/about.87f320fc.js                 3522.65 KiB      1023.38 KiB
11:29:17   dist/pdf/word/pdfjs/build/pdf.worker.j    1700.94 KiB      322.13 KiB
11:29:17   s
11:29:17   dist/iwebapp/pdfjs/pdf-8cc3ba5958.view    1404.33 KiB      367.49 KiB
11:29:17   er.js
11:29:17   dist/iwebapp/pdfjs/pdf-34bd0a9d29.view    1397.68 KiB      362.42 KiB
11:29:17   er.js
11:29:17   dist/UEditor/ueditor.all.js               1086.60 KiB      213.79 KiB
11:29:17   dist/pdf/word/pdfjs/build/pdf.js          774.32 KiB       145.03 KiB
11:29:17   dist/iwebapp/pdfjs/core/pdf.worker.js     723.11 KiB       213.91 KiB
11:29:17   dist/pdf/word/pdfjs/web/viewer.js         654.78 KiB       99.17 KiB
11:29:17   dist/iwebapp/pdfjs/core/pdf.js            584.12 KiB       161.00 KiB
11:29:17   dist/UEditor/third-party/highcharts/hi    433.95 KiB       123.75 KiB
11:29:17   ghcharts.src.js
11:29:17   dist/UEditor/third-party/jquery-1.10.2    266.80 KiB       79.12 KiB
11:29:17   .js
11:29:17   dist/UEditor/third-party/webuploader/w    226.46 KiB       48.94 KiB
11:29:17   ebuploader.js
11:29:17   dist/UEditor/third-party/video-js/vide    212.98 KiB       56.36 KiB
11:29:17   o.dev.js
11:29:17   dist/UEditor/third-party/webuploader/w    193.52 KiB       43.01 KiB
11:29:17   ebuploader.custom.js
11:29:17   dist/UEditor/third-party/webuploader/w    182.25 KiB       39.11 KiB
11:29:17   ebuploader.html5only.js
11:29:17   dist/UEditor/third-party/SyntaxHighlig    155.77 KiB       43.52 KiB
11:29:17   hter/shCore.js
11:29:17   dist/UEditor/third-party/codemirror/co    154.89 KiB       35.91 KiB
11:29:17   demirror.js
11:29:17   dist/UEditor/third-party/webuploader/w    148.40 KiB       31.44 KiB
11:29:17   ebuploader.withoutimage.js
11:29:17   dist/UEditor/third-party/highcharts/hi    137.55 KiB       50.63 KiB
11:29:17   ghcharts.js
11:29:17   dist/UEditor/third-party/webuploader/w    135.64 KiB       29.89 KiB
11:29:17   ebuploader.flashonly.js
11:29:17   dist/pdf/word/WebOffice.js                135.19 KiB       30.89 KiB
11:29:17   dist/UEditor/dialogs/image/image.js       125.19 KiB       55.10 KiB
11:29:17   dist/pdf/word/iWebOffice2015.js           112.08 KiB       50.77 KiB
11:29:17   dist/UEditor/third-party/highcharts/mo    98.32 KiB        22.42 KiB
11:29:17   dules/canvas-tools.src.js
11:29:17   dist/js/china.js                          61.26 KiB        43.82 KiB
11:29:17   dist/iwebapp/pdfjs/stamp/laydate/layda    58.98 KiB        15.29 KiB
11:29:17   te.js
11:29:17   dist/UEditor/third-party/highcharts/hi    58.77 KiB        16.33 KiB
11:29:17   ghcharts-more.src.js
11:29:17   dist/UEditor/third-party/highcharts/mo    56.52 KiB        15.35 KiB
11:29:17   dules/canvas-tools.js
11:29:17   dist/UEditor/third-party/video-js/vide    54.09 KiB        16.62 KiB
11:29:17   o.js
11:29:17   dist/UEditor/dialogs/wordimage/tangram    46.41 KiB        12.48 KiB
11:29:17   .js
11:29:17   dist/UEditor/third-party/zeroclipboard    42.20 KiB        9.15 KiB
11:29:17   /ZeroClipboard.js
11:29:17   dist/UEditor/ueditor.parse.js             35.91 KiB        7.93 KiB
11:29:17   dist/pdf/word/util.js                     30.10 KiB        8.77 KiB
11:29:17   dist/UEditor/dialogs/video/video.js       29.78 KiB        7.62 KiB
11:29:17   dist/UEditor/dialogs/attachment/attach    29.67 KiB        6.63 KiB
11:29:17   ment.js
11:29:17   dist/UEditor/lang/en/en.js                28.72 KiB        8.24 KiB
11:29:17   dist/pdf/word/l10n.js                     28.57 KiB        8.09 KiB
11:29:17   dist/UEditor/dialogs/scrawl/scrawl.js     26.51 KiB        5.97 KiB
11:29:17   dist/UEditor/lang/zh-cn/zh-cn.js          25.88 KiB        8.55 KiB
11:29:17   dist/UEditor/third-party/highcharts/mo    25.16 KiB        7.84 KiB
11:29:17   dules/map.src.js
11:29:17   dist/UEditor/ueditor.config.js            22.75 KiB        8.44 KiB
11:29:17   dist/UEditor/third-party/highcharts/hi    21.30 KiB        7.91 KiB
11:29:17   ghcharts-more.js
11:29:17   dist/pdf/word/pdfjs/web/debugger.js       18.48 KiB        4.89 KiB
11:29:17   dist/pdf/word/compatibility.js            17.70 KiB        5.38 KiB
11:29:17   dist/UEditor/third-party/highcharts/mo    16.86 KiB        5.73 KiB
11:29:17   dules/exporting.src.js
11:29:17   dist/UEditor/third-party/highcharts/mo    15.14 KiB        4.81 KiB
11:29:17   dules/data.src.js
11:29:17   dist/UEditor/dialogs/background/backgr    14.04 KiB        3.56 KiB
11:29:17   ound.js
11:29:17   dist/pdf/word/tray.js                     12.96 KiB        3.86 KiB
11:29:17   dist/iwebapp/pdfjs/require.config.js      12.60 KiB        3.15 KiB
11:29:17   dist/pdf/word/require.config.js           12.38 KiB        3.05 KiB
11:29:17   dist/UEditor/dialogs/template/config.j    12.19 KiB        2.50 KiB
11:29:17   s
11:29:17   dist/UEditor/third-party/highcharts/ad    11.38 KiB        3.82 KiB
11:29:17   apters/standalone-framework.src.js
11:29:17   dist/UEditor/dialogs/charts/charts.js     10.89 KiB        3.34 KiB
11:29:17   dist/UEditor/third-party/highcharts/mo    10.69 KiB        3.16 KiB
11:29:17   dules/drilldown.src.js
11:29:17   dist/UEditor/third-party/highcharts/mo    9.88 KiB         4.03 KiB
11:29:17   dules/map.js
11:29:17   dist/UEditor/dialogs/table/edittable.j    8.72 KiB         2.01 KiB
11:29:17   s
11:29:17   dist/UEditor/third-party/highcharts/ad    8.72 KiB         3.18 KiB
11:29:17   apters/prototype-adapter.src.js
11:29:17   dist/UEditor/third-party/highcharts/mo    8.18 KiB         2.56 KiB
11:29:17   dules/annotations.src.js
11:29:17   dist/UEditor/dialogs/music/music.js       7.64 KiB         2.16 KiB
11:29:17   dist/UEditor/third-party/highcharts/ad    7.61 KiB         2.91 KiB
11:29:17   apters/mootools-adapter.src.js
11:29:17   dist/pdf/word/watermark.js                7.55 KiB         1.90 KiB
11:29:17   dist/js/chunk-5d6b8caa.d6de47b1.js        7.09 KiB         2.23 KiB
11:29:17   dist/UEditor/third-party/highcharts/mo    7.08 KiB         3.07 KiB
11:29:17   dules/exporting.js
11:29:17   dist/UEditor/third-party/highcharts/mo    6.38 KiB         2.33 KiB
11:29:17   dules/funnel.src.js
11:29:17   dist/UEditor/dialogs/emotion/emotion.j    6.15 KiB         2.03 KiB
11:29:17   s
11:29:17   dist/UEditor/third-party/highcharts/mo    5.42 KiB         1.95 KiB
11:29:17   dules/drilldown.js
11:29:17   dist/UEditor/third-party/highcharts/ad    4.95 KiB         2.15 KiB
11:29:17   apters/standalone-framework.js
11:29:17   dist/UEditor/dialogs/spechars/spechars    4.56 KiB         2.37 KiB
11:29:17   .js
11:29:17   dist/UEditor/third-party/highcharts/th    4.38 KiB         1.21 KiB
11:29:17   emes/gray.js
11:29:17   dist/UEditor/third-party/highcharts/mo    4.33 KiB         1.89 KiB
11:29:17   dules/data.js
11:29:17   dist/UEditor/dialogs/searchreplace/sea    4.30 KiB         1.27 KiB
11:29:17   rchreplace.js
11:29:17   dist/UEditor/third-party/highcharts/th    4.25 KiB         1.20 KiB
11:29:17   emes/dark-blue.js
11:29:17   dist/UEditor/third-party/highcharts/th    4.24 KiB         1.21 KiB
11:29:17   emes/dark-green.js
11:29:17   dist/UEditor/dialogs/wordimage/wordima    4.05 KiB         1.95 KiB
11:29:17   ge.js
11:29:17   dist/UEditor/third-party/highcharts/mo    3.32 KiB         1.52 KiB
11:29:17   dules/annotations.js
11:29:17   dist/UEditor/third-party/highcharts/ad    3.23 KiB         1.33 KiB
11:29:17   apters/prototype-adapter.js
11:29:17   dist/js/chunk-2d2163d7.fe085563.js        3.02 KiB         0.85 KiB
11:29:17   dist/UEditor/third-party/highcharts/mo    2.79 KiB         1.12 KiB
11:29:17   dules/no-data-to-display.src.js
11:29:17   dist/UEditor/dialogs/internal.js          2.54 KiB         0.98 KiB
11:29:17   dist/UEditor/third-party/highcharts/ad    2.21 KiB         1.06 KiB
11:29:17   apters/mootools-adapter.js
11:29:17   dist/pdf/word/obpm.showMessage.js         2.09 KiB         0.74 KiB
11:29:17   dist/js/chunk-2d0aaba3.1885593d.js        1.95 KiB         0.87 KiB
11:29:17   dist/UEditor/third-party/highcharts/mo    1.93 KiB         1.08 KiB
11:29:17   dules/funnel.js
11:29:17   dist/UEditor/third-party/highcharts/th    1.75 KiB         0.65 KiB
11:29:17   emes/grid.js
11:29:17   dist/UEditor/third-party/highcharts/th    1.72 KiB         0.64 KiB
11:29:17   emes/skies.js
11:29:17   dist/js/chunk-f90c670c.951252bd.js        1.70 KiB         0.91 KiB
11:29:17   dist/UEditor/dialogs/template/template    1.55 KiB         0.67 KiB
11:29:17   .js
11:29:17   dist/UEditor/dialogs/help/help.js         1.47 KiB         0.70 KiB
11:29:17   dist/UEditor/dialogs/charts/chart.conf    1.38 KiB         0.44 KiB
11:29:17   ig.js
11:29:17   dist/js/obpm.config.js                    1.36 KiB         0.57 KiB
11:29:17   dist/js/obsConfig.js                      1.33 KiB         0.70 KiB
11:29:17   dist/UEditor/third-party/highcharts/mo    1.33 KiB         0.70 KiB
11:29:17   dules/no-data-to-display.js
11:29:17   dist/UEditor/third-party/highcharts/mo    1.10 KiB         0.49 KiB
11:29:17   dules/heatmap.src.js
11:29:17   dist/UEditor/third-party/highcharts/mo    0.52 KiB         0.37 KiB
11:29:17   dules/heatmap.js
11:29:17   dist/iwebapp/pdfjs/viewer-df538bd63b.c    111.81 KiB       18.55 KiB
11:29:17   ss
11:29:17   dist/iwebapp/pdfjs/viewer-afb3d53c48.c    111.71 KiB       18.53 KiB
11:29:17   ss
11:29:17   dist/pdf/word/pdfjs/web/viewer.css        58.42 KiB        9.25 KiB
11:29:17   dist/UEditor/themes/default/css/uedito    42.73 KiB        6.84 KiB
11:29:17   r.css
11:29:17   dist/UEditor/themes/default/css/uedito    34.12 KiB        5.53 KiB
11:29:17   r.min.css
11:29:17   dist/UEditor/third-party/video-js/vide    20.82 KiB        5.45 KiB
11:29:17   o-js.css
11:29:17   dist/UEditor/dialogs/image/image.css      17.71 KiB        3.46 KiB
11:29:17   dist/UEditor/dialogs/video/video.css      14.57 KiB        3.10 KiB
11:29:17   dist/UEditor/dialogs/attachment/attach    14.05 KiB        2.81 KiB
11:29:17   ment.css
11:29:17   dist/UEditor/third-party/video-js/vide    11.18 KiB        2.53 KiB
11:29:17   o-js.min.css
11:29:17   dist/iwebapp/pdfjs/stamp/laydate/theme    9.16 KiB         2.21 KiB
11:29:17   /default/laydate.css
11:29:17   dist/UEditor/third-party/SyntaxHighlig    6.95 KiB         1.31 KiB
11:29:17   hter/shCoreDefault.css
11:29:17   dist/UEditor/dialogs/scrawl/scrawl.css    3.73 KiB         0.97 KiB
11:29:17   dist/UEditor/third-party/codemirror/co    2.82 KiB         0.90 KiB
11:29:17   demirror.css
11:29:17   dist/UEditor/dialogs/charts/charts.css    2.54 KiB         0.81 KiB
11:29:17   dist/UEditor/dialogs/background/backgr    2.34 KiB         0.87 KiB
11:29:17   ound.css
11:29:17   dist/UEditor/dialogs/emotion/emotion.c    1.76 KiB         0.53 KiB
11:29:17   ss
11:29:17   dist/UEditor/themes/default/dialogbase    1.65 KiB         0.81 KiB
11:29:17   .css
11:29:17   dist/UEditor/dialogs/music/music.css      1.64 KiB         0.63 KiB
11:29:17   dist/UEditor/dialogs/table/edittable.c    1.16 KiB         0.41 KiB
11:29:17   ss
11:29:17   dist/UEditor/dialogs/template/template    1.01 KiB         0.49 KiB
11:29:17   .css
11:29:17   dist/UEditor/third-party/webuploader/w    0.50 KiB         0.29 KiB
11:29:17   ebuploader.css
11:29:17   dist/UEditor/dialogs/help/help.css        0.38 KiB         0.20 KiB
11:29:17   dist/UEditor/themes/iframe.css            0.04 KiB         0.06 KiB
11:29:17 
11:29:17   Images and other types of assets omitted.
11:29:17 
11:29:17  DONE  Build complete. The dist directory is ready to be deployed.
11:29:17  INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
11:29:17       
11:29:17 + rm -rf /data/workspace/badp-bcxin-web-5.x-static/badp-bcxin-web-5.x-vue
11:29:17 + cp -r dist /data/workspace/badp-bcxin-web-5.x-static/badp-bcxin-web-5.x-vue
11:29:18 Finished: SUCCESS