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