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