Skip to content

Console Output

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