Skip to content

Console Output

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