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