11:08:25 Started by user unknown or anonymous 11:08:25 Running as SYSTEM 11:08:25 Building in workspace /data/jenkins/workspace/badp-bcxin-web-5.x-vue 11:08:25 The recommended git tool is: NONE 11:08:25 using credential e9f27bcd-2741-48e3-b693-e66c2b7b3499 11:08:25 > /usr/local/git/bin/git rev-parse --resolve-git-dir /data/jenkins/workspace/badp-bcxin-web-5.x-vue/.git # timeout=10 11:08:25 Fetching changes from the remote Git repository 11:08:25 > /usr/local/git/bin/git config remote.origin.url https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git # timeout=10 11:08:25 Fetching upstream changes from https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git 11:08:25 > /usr/local/git/bin/git --version # timeout=10 11:08:25 > git --version # 'git version 2.43.0' 11:08:25 using GIT_ASKPASS to set credentials gitlab凭据 11:08:25 > /usr/local/git/bin/git fetch --tags --force --progress -- https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:08:25 > /usr/local/git/bin/git rev-parse refs/remotes/origin/test^{commit} # timeout=10 11:08:25 Checking out Revision d1bb1a990567da42ad6284de218202ad650a32ee (refs/remotes/origin/test) 11:08:25 > /usr/local/git/bin/git config core.sparsecheckout # timeout=10 11:08:25 > /usr/local/git/bin/git checkout -f d1bb1a990567da42ad6284de218202ad650a32ee # timeout=10 11:08:25 Commit message: "add 当进入v5之后,如果用户在控制台点击-tp_开头的应用Id,-那么调用:GET" 11:08:25 > /usr/local/git/bin/git rev-list --no-walk 2d8d3adafc250c8fc580f740ce7d067d74f4772a # timeout=10 11:08:25 [badp-bcxin-web-5.x-vue] $ /bin/sh -xe /data/apache-tomcat-jenkins/temp/jenkins5991768311726773519.sh 11:08:25 + cd /data/jenkins/workspace/badp-bcxin-web-5.x-vue 11:08:25 + npm install 11:08:29 npm WARN ERESOLVE overriding peer dependency 11:08:29 npm WARN Found: echarts@4.9.0 11:08:29 npm WARN node_modules/echarts 11:08:29 npm WARN echarts@"^4.9.0" from the root project 11:08:29 npm WARN 1 more (v-ol-map) 11:08:29 npm WARN 11:08:29 npm WARN Could not resolve dependency: 11:08:29 npm WARN peer echarts@">=5.0.0" from ol-echarts@4.0.1 11:08:29 npm WARN node_modules/ol-echarts 11:08:29 npm WARN ol-echarts@"^4.0.1" from v-ol-map@1.17.9 11:08:29 npm WARN node_modules/v-ol-map 11:08:31 npm WARN EBADENGINE Unsupported engine { 11:08:31 npm WARN EBADENGINE package: 'gcoord@1.0.7', 11:08:31 npm WARN EBADENGINE required: { node: '>=16.11.0' }, 11:08:31 npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' } 11:08:31 npm WARN EBADENGINE } 11:08:32 11:08:32 changed 1 package in 6s 11:08:32 11:08:32 249 packages are looking for funding 11:08:32 run `npm fund` for details 11:08:32 + npm run build 11:08:32 11:08:32 > hello-world@0.1.0 build 11:08:32 > vue-cli-service build 11:08:32 11:08:33 11:08:33 - Building for production... 11:08:37 Browserslist: caniuse-lite is outdated. Please run: 11:08:37 npx update-browserslist-db@latest 11:08:37 Why you should do it regularly: https://github.com/browserslist/update-db#readme 11:08:37 Browserslist: caniuse-lite is outdated. Please run: 11:08:37 npx update-browserslist-db@latest 11:08:37 Why you should do it regularly: https://github.com/browserslist/update-db#readme 11:08:39 Browserslist: caniuse-lite is outdated. Please run: 11:08:39 npx update-browserslist-db@latest 11:08:39 Why you should do it regularly: https://github.com/browserslist/update-db#readme 11:08:55 Browserslist: caniuse-lite is outdated. Please run: 11:08:55 npx update-browserslist-db@latest 11:08:55 Why you should do it regularly: https://github.com/browserslist/update-db#readme 11:09:29 WARNING Compiled with 99 warnings11:09:29 AM 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Duplicated key 'loading' (vue/no-dupe-keys) at src/components/PoliceNoticePop.vue:54:7: 11:09:29 52 | loading: false, 11:09:29 53 | url: "", 11:09:29 > 54 | loading: false, 11:09:29 | ^ 11:09:29 55 | }; 11:09:29 56 | }, 11:09:29 57 | watch: { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/PoliceNoticePop.vue:80:19: 11:09:29 78 | this.$api.grtUnreadMsgListApi({},{ 11:09:29 79 | onSucess: res => { 11:09:29 > 80 | console.log('公安未读消息', res) 11:09:29 | ^ 11:09:29 81 | if(res.status == 200){ 11:09:29 82 | this.notices=res.data.data 11:09:29 83 | this.notices.sort((a,b)=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/PoliceNoticePop.vue:87:23: 11:09:29 85 | }) 11:09:29 86 | if(this.notices){ 11:09:29 > 87 | console.log(this.notices) 11:09:29 | ^ 11:09:29 88 | // this.detail(this.notices[0]) 11:09:29 89 | } 11:09:29 90 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/PoliceNoticePop.vue:100:7: 11:09:29 98 | // }, 11:09:29 99 | handleReply(row) { 11:09:29 > 100 | console.log('回复', row) 11:09:29 | ^ 11:09:29 101 | this.$api.hasPermissionToForm('__DXZvc8mnEmDqMARhK7G', '__1s1CEOcmoHo8sZRNEYh', { 11:09:29 102 | onSucess: (response) => { 11:09:29 103 | console.log('hasPermissionToForm', response.data.data) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/PoliceNoticePop.vue:103:15: 11:09:29 101 | this.$api.hasPermissionToForm('__DXZvc8mnEmDqMARhK7G', '__1s1CEOcmoHo8sZRNEYh', { 11:09:29 102 | onSucess: (response) => { 11:09:29 > 103 | console.log('hasPermissionToForm', response.data.data) 11:09:29 | ^ 11:09:29 104 | if (response.data.data) { 11:09:29 105 | this.showDetail = true; 11:09:29 106 | if(location.href.indexOf("localhost")>-1) { 11:09:29 11:09:29 11:09:29 5 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Duplicated key 'pickerOptions1' (vue/no-dupe-keys) at src/components/main_meter.vue:151:7: 11:09:29 149 | } 11:09:29 150 | }, 11:09:29 > 151 | pickerOptions1: { 11:09:29 | ^ 11:09:29 152 | disabledDate: time => { 11:09:29 153 | return new Date(this.endDay).getTime() < time.getTime(); 11:09:29 154 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/main_meter.vue:210:7: 11:09:29 208 | }, 11:09:29 209 | handleCheckChange() { 11:09:29 > 210 | console.log("showMode---->",this.showMode); 11:09:29 | ^ 11:09:29 211 | let startTime = this.writeCurrentDate(this.startDay), 11:09:29 212 | endTime = this.writeCurrentDate(this.endDay); 11:09:29 213 | let appId = this.$root.appid; 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Elements in iteration expect to have 'v-bind:key' directives (vue/require-v-for-key) at src/components/approvers.vue:206:29: 11:09:29 204 | :style="{'display':(item.fileList)?'block':'none'}"> 11:09:29 205 | 附件:<span v-if="item.fileList"> 11:09:29 > 206 | <span class="img" v-for="(its,index) in JSON.parse(item.fileList)"> 11:09:29 | ^ 11:09:29 207 | <em @click="download(its)">{{its.name}}</em> 11:09:29 208 | </span> 11:09:29 209 | </span> 11:09:29 11:09:29 11:09:29 error: 'index' is defined but never used (vue/no-unused-vars) at src/components/approvers.vue:206:60: 11:09:29 204 | :style="{'display':(item.fileList)?'block':'none'}"> 11:09:29 205 | 附件:<span v-if="item.fileList"> 11:09:29 > 206 | <span class="img" v-for="(its,index) in JSON.parse(item.fileList)"> 11:09:29 | ^ 11:09:29 207 | <em @click="download(its)">{{its.name}}</em> 11:09:29 208 | </span> 11:09:29 209 | </span> 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Expected to return a value in "field" computed property (vue/return-in-computed-property) at src/components/o_button.vue:66:12: 11:09:29 64 | props: ["id"], 11:09:29 65 | computed: { 11:09:29 > 66 | field: function () { 11:09:29 | ^ 11:09:29 67 | let formData = this.$parent.findField(this.id); 11:09:29 68 | let data = {}; 11:09:29 69 | switch (formData.activity.type) { 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Expected to return a value in "includeHeight" computed property (vue/return-in-computed-property) at src/components/view_listview.vue:1280:18: 11:09:29 1278 | }, 11:09:29 1279 | computed: { 11:09:29 > 1280 | includeHeight() {//根据每页的页码条数,来动态增加表格列表的高度 11:09:29 | ^ 11:09:29 1281 | let pagination = this.view.pagination; 11:09:29 1282 | if (pagination) { 11:09:29 1283 | let pagesize = this.pagesize; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1339:13: 11:09:29 1337 | let data = this.$refs.searchform.buildSearchData() 11:09:29 1338 | searchData = JSON.parse(JSON.stringify(data)); 11:09:29 > 1339 | console.log(data) 11:09:29 | ^ 11:09:29 1340 | this.getData('', '', searchData); 11:09:29 1341 | } else { 11:09:29 1342 | this.getData('', '', searchData); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1366:5: 11:09:29 1364 | ); 11:09:29 1365 | 11:09:29 > 1366 | console.log(document.documentElement.clientHeight); 11:09:29 | ^ 11:09:29 1367 | 11:09:29 1368 | console.log(this.openParams); 11:09:29 1369 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1368:5: 11:09:29 1366 | console.log(document.documentElement.clientHeight); 11:09:29 1367 | 11:09:29 > 1368 | console.log(this.openParams); 11:09:29 | ^ 11:09:29 1369 | }, 11:09:29 1370 | updated() { 11:09:29 1371 | //更新生命周期触发 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1484:7: 11:09:29 1482 | }, 11:09:29 1483 | handleTableScroll() { 11:09:29 > 1484 | console.log("滚动"); 11:09:29 | ^ 11:09:29 1485 | this.isShowfilterTip = false; 11:09:29 1486 | // let scrollL = this.$refs.multipleTable.bodyWrapper.scrollLeft 11:09:29 1487 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1947:7: 11:09:29 1945 | getWidth(val, auto) { 11:09:29 1946 | //auto为true开启自动排版 11:09:29 > 1947 | console.log(this.delegateWidth); 11:09:29 | ^ 11:09:29 1948 | // if(this.delegateWidth>0){ 11:09:29 1949 | // sessionStorage.setItem('delegateWidthT',this.delegateWidth) 11:09:29 1950 | // this.delegateWidthT=sessionStorage.getItem('delegateWidthT')||'' //缓存获取本地sessionStorage获取适配宽度 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1970:7: 11:09:29 1968 | //视图列按钮操作 11:09:29 1969 | buttonClick(column, row) { 11:09:29 > 1970 | console.log(column); 11:09:29 | ^ 11:09:29 1971 | let op = this.openParams; 11:09:29 1972 | let id = column.id, 11:09:29 1973 | parentView = column.parentView, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2146:7: 11:09:29 2144 | //删除或导入数据后重新请求加载数据 11:09:29 2145 | reloadListView() { 11:09:29 > 2146 | console.log('重新加载数据') 11:09:29 | ^ 11:09:29 2147 | this.$refs.multipleTable && this.$refs.multipleTable.clearSelection()//刷新重置数据 11:09:29 2148 | let filterInfo = this.filterInformations; 11:09:29 2149 | this.reloadListViewRandom = new Date().getTime(); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2175:7: 11:09:29 2173 | 11:09:29 2174 | selectInit(row, index) { 11:09:29 > 2175 | console.log(row); 11:09:29 | ^ 11:09:29 2176 | 11:09:29 2177 | // this.delegateWidthT=sessionStorage.getItem('delegateWidthT')||'' //缓存获取本地sessionStorage获取适配宽度 11:09:29 2178 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2291:7: 11:09:29 2289 | //包含元素当前页打开,新建默认打开 11:09:29 2290 | getRowKeys(row) { 11:09:29 > 2291 | console.log("row--->", row) 11:09:29 | ^ 11:09:29 2292 | console.log("row.id--->", row.id) 11:09:29 2293 | console.log("row.docId--->", row.docId) 11:09:29 2294 | // return row.id; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2292:7: 11:09:29 2290 | getRowKeys(row) { 11:09:29 2291 | console.log("row--->", row) 11:09:29 > 2292 | console.log("row.id--->", row.id) 11:09:29 | ^ 11:09:29 2293 | console.log("row.docId--->", row.docId) 11:09:29 2294 | // return row.id; 11:09:29 2295 | return row.docId;//修改为选中docId 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2293:7: 11:09:29 2291 | console.log("row--->", row) 11:09:29 2292 | console.log("row.id--->", row.id) 11:09:29 > 2293 | console.log("row.docId--->", row.docId) 11:09:29 | ^ 11:09:29 2294 | // return row.id; 11:09:29 2295 | return row.docId;//修改为选中docId 11:09:29 2296 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2300:7: 11:09:29 2298 | getData(page, size, searchData, sortData, filterInformations) { 11:09:29 2299 | // debugger 11:09:29 > 2300 | console.log(this.isOpenTemplate) 11:09:29 | ^ 11:09:29 2301 | if (this.$refs.searchform && this.isOpenTemplate && this.$store.state.searchFlag == 0) { 11:09:29 2302 | if (localStorage.getItem('homeTemplateBoradType') != 'rtpayTemplate') {//rt默认视图不走高筛 11:09:29 2303 | searchData = this.$refs.searchform.buildSearchData() 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2325:7: 11:09:29 2323 | page = this.currentPage //查询当前页码 11:09:29 2324 | } 11:09:29 > 2325 | console.log(searchData); 11:09:29 | ^ 11:09:29 2326 | console.log(this.$route.query); 11:09:29 2327 | // this.isRunGetData = true;//暂时没用到 11:09:29 2328 | this.tableLoading = true; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2326:7: 11:09:29 2324 | } 11:09:29 2325 | console.log(searchData); 11:09:29 > 2326 | console.log(this.$route.query); 11:09:29 | ^ 11:09:29 2327 | // this.isRunGetData = true;//暂时没用到 11:09:29 2328 | this.tableLoading = true; 11:09:29 2329 | this.isShowfilterTip = false; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2334:7: 11:09:29 2332 | 11:09:29 2333 | 11:09:29 > 2334 | console.log(searchData) 11:09:29 | ^ 11:09:29 2335 | this.getViewData( 11:09:29 2336 | page, 11:09:29 2337 | size, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2343:9: 11:09:29 2341 | ).then((response) => { 11:09:29 2342 | let docs = response.data.data; 11:09:29 > 2343 | console.log(docs); 11:09:29 | ^ 11:09:29 2344 | this.documents = response.data.data; 11:09:29 2345 | this.pagesize = size ? size : view.pageLines ? parseInt(view.pageLines) : 10; 11:09:29 2346 | let row_count = response.data.row_count; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2413:11: 11:09:29 2411 | tds.push(rows); 11:09:29 2412 | }); 11:09:29 > 2413 | console.log(tableColumns); 11:09:29 | ^ 11:09:29 2414 | // 将列的数据传递给 view_delegate 父组件 11:09:29 2415 | this.$emit("columns", tableColumns); 11:09:29 2416 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2424:11: 11:09:29 2422 | this.tableData = tds; //表单视图的数据tableData 11:09:29 2423 | // debugger 11:09:29 > 2424 | console.log(this.tableSelection) 11:09:29 | ^ 11:09:29 2425 | if (this.tableSelection && this.tableSelection.length > 0) { 11:09:29 2426 | this.$nextTick(function () { 11:09:29 2427 | for (let i = 0; i < this.tableData.length; i++) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2492:7: 11:09:29 2490 | //模拟数据请求 11:09:29 2491 | getViewData(page, size, searchData, sortData, filterInformations) { 11:09:29 > 2492 | console.log(this.$route.query); 11:09:29 | ^ 11:09:29 2493 | console.log(this.openParams); 11:09:29 2494 | let openParams = this.openParams; 11:09:29 2495 | let treeData = ""; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2493:7: 11:09:29 2491 | getViewData(page, size, searchData, sortData, filterInformations) { 11:09:29 2492 | console.log(this.$route.query); 11:09:29 > 2493 | console.log(this.openParams); 11:09:29 | ^ 11:09:29 2494 | let openParams = this.openParams; 11:09:29 2495 | let treeData = ""; 11:09:29 2496 | let treeName = ""; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2542:11: 11:09:29 2540 | } 11:09:29 2541 | 11:09:29 > 2542 | console.log(5555); 11:09:29 | ^ 11:09:29 2543 | console.log(this.openParams); 11:09:29 2544 | 11:09:29 2545 | this.$api.getViewData( 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2543:11: 11:09:29 2541 | 11:09:29 2542 | console.log(5555); 11:09:29 > 2543 | console.log(this.openParams); 11:09:29 | ^ 11:09:29 2544 | 11:09:29 2545 | this.$api.getViewData( 11:09:29 2546 | //普通视图接口 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2674:15: 11:09:29 2672 | }); 11:09:29 2673 | this.tableData = tds; 11:09:29 > 2674 | console.log("this.tableData--->", this.tableData); 11:09:29 | ^ 11:09:29 2675 | } else { 11:09:29 2676 | this.tableData = []; 11:09:29 2677 | } 11:09:29 11:09:29 11:09:29 24 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: The "RTContainerTop" component has been registered but not used (vue/no-unused-components) at src/components/RT/homeBoardRTNew_Home.vue:49:5: 11:09:29 47 | }, 11:09:29 48 | components: { 11:09:29 > 49 | RTContainerTop, 11:09:29 | ^ 11:09:29 50 | RTContainerWK, 11:09:29 51 | RTContainerznzs, 11:09:29 52 | RTContainerwork, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/homeBoardRTNew_Home.vue:66:13: 11:09:29 64 | { 11:09:29 65 | onSucess: (response) => { 11:09:29 > 66 | console.log(response.data); 11:09:29 | ^ 11:09:29 67 | this.roleshow = response.data.show || false; 11:09:29 68 | }, 11:09:29 69 | } 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: The "obpm-main-appbar" component has been registered but not used (vue/no-unused-components) at src/views/HomeRT.vue:405:5: 11:09:29 403 | }, 11:09:29 404 | components: { 11:09:29 > 405 | "obpm-main-appbar": main_appbar, 11:09:29 | ^ 11:09:29 406 | main_navbar, 11:09:29 407 | main_content, 11:09:29 408 | main_domain, 11:09:29 11:09:29 11:09:29 error: The "platAd" component has been registered but not used (vue/no-unused-components) at src/views/HomeRT.vue:410:5: 11:09:29 408 | main_domain, 11:09:29 409 | IMPop, 11:09:29 > 410 | platAd, 11:09:29 | ^ 11:09:29 411 | platAdPop, 11:09:29 412 | UpdatePasswordDialog 11:09:29 413 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:426:13: 11:09:29 424 | this.activeHome(); 11:09:29 425 | this.applist(); //查询左边下拉应用列表 11:09:29 > 426 | console.log(this.$refs.mainNavBar.data); 11:09:29 | ^ 11:09:29 427 | if (state.defaultFirst == 1) { 11:09:29 428 | this.$refs.mainNavBar.defaultClickFirst( 11:09:29 429 | this.$refs.mainNavBar.data 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "applicationName" computed property (vue/no-side-effects-in-computed-properties) at src/views/HomeRT.vue:440:11: 11:09:29 438 | if (this.$store.state.appmenusShow) { 11:09:29 439 | this.$nextTick(() => { 11:09:29 > 440 | this.showApp = true; 11:09:29 | ^ 11:09:29 441 | this.$refs.mychild.setMaincontent(false); // 调用子组件的方法 11:09:29 442 | this.applist(); //查询左边下拉应用列表 11:09:29 443 | console.log(this.$refs.mainNavBar.data); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:443:11: 11:09:29 441 | this.$refs.mychild.setMaincontent(false); // 调用子组件的方法 11:09:29 442 | this.applist(); //查询左边下拉应用列表 11:09:29 > 443 | console.log(this.$refs.mainNavBar.data); 11:09:29 | ^ 11:09:29 444 | if (this.$store.state.defaultFirst == 1) { 11:09:29 445 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data); 11:09:29 446 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:460:7: 11:09:29 458 | currentAppName = this.$store.getters.currentAppName; 11:09:29 459 | } 11:09:29 > 460 | console.log(currentAppName); 11:09:29 | ^ 11:09:29 461 | return currentAppName; 11:09:29 462 | }, 11:09:29 463 | showInstance() { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:528:11: 11:09:29 526 | } 11:09:29 527 | this.otherNotice = arr; 11:09:29 > 528 | console.log("this.otherNotice---->", this.otherNotice); 11:09:29 | ^ 11:09:29 529 | }, 11:09:29 530 | } 11:09:29 531 | ); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:622:7: 11:09:29 620 | // 检查并显示密码修改提示 11:09:29 621 | checkPasswordUpdateNotice() { 11:09:29 > 622 | console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg) 11:09:29 | ^ 11:09:29 623 | if (this.updatePasswordType && this.updatePasswordMsg) { 11:09:29 624 | this.updatePwdDialogVisible = true 11:09:29 625 | if (this.updatePasswordType === '2') { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:670:13: 11:09:29 668 | { 11:09:29 669 | onSucess: (response) => { 11:09:29 > 670 | console.log(response.data); 11:09:29 | ^ 11:09:29 671 | this.roleshow = response.data.show || false; 11:09:29 672 | if (!this.roleshow) { 11:09:29 673 | this.navtopmenuclick(6); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:687:13: 11:09:29 685 | onSucess: (response) => { 11:09:29 686 | if (response.data && response.data.errmsg == "ok") { 11:09:29 > 687 | console.log(response.data); 11:09:29 | ^ 11:09:29 688 | if (response.data.data.data.length) { 11:09:29 689 | let arr = []; 11:09:29 690 | response.data.data.data.forEach((item, index) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:708:15: 11:09:29 706 | arr.push(obj); 11:09:29 707 | }); 11:09:29 > 708 | console.log(arr); 11:09:29 | ^ 11:09:29 709 | arr.sort((a, b) => { 11:09:29 710 | return Number(a.cateSort) - Number(b.cateSort); 11:09:29 711 | }); //分类排序cateSort 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:768:15: 11:09:29 766 | } 11:09:29 767 | } 11:09:29 > 768 | console.log(arr2); 11:09:29 | ^ 11:09:29 769 | arr2.forEach((its) => { 11:09:29 770 | its.isSubshow = false; 11:09:29 771 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:820:11: 11:09:29 818 | this.$api.organizationsIDApi(id, { 11:09:29 819 | onSucess: (res) => { 11:09:29 > 820 | console.log(res); 11:09:29 | ^ 11:09:29 821 | console.log(res.data.data.placeOfRegister); 11:09:29 822 | if ( 11:09:29 823 | res.data.data.placeOfRegister && 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:821:11: 11:09:29 819 | onSucess: (res) => { 11:09:29 820 | console.log(res); 11:09:29 > 821 | console.log(res.data.data.placeOfRegister); 11:09:29 | ^ 11:09:29 822 | if ( 11:09:29 823 | res.data.data.placeOfRegister && 11:09:29 824 | res.data.data.placeOfRegister.province.name.indexOf("北京") > -1 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:876:11: 11:09:29 874 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), { 11:09:29 875 | onSucess: (res) => { 11:09:29 > 876 | console.log(res); 11:09:29 | ^ 11:09:29 877 | if (res.data.status == 200) { 11:09:29 878 | document.title = res.data.data.sysName || ""; //系统名称 11:09:29 879 | //获取icon图标 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1160:13: 11:09:29 1158 | onSucess: (response) => { 11:09:29 1159 | if (response.data && response.data.errmsg == "ok") { 11:09:29 > 1160 | console.log(response.data); 11:09:29 | ^ 11:09:29 1161 | if (response.data.data.data.length) { 11:09:29 1162 | let arr = []; 11:09:29 1163 | response.data.data.data.forEach((item, index) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1181:15: 11:09:29 1179 | arr.push(obj); 11:09:29 1180 | }); 11:09:29 > 1181 | console.log(arr); 11:09:29 | ^ 11:09:29 1182 | arr.sort((a, b) => { 11:09:29 1183 | return Number(a.cateSort) - Number(b.cateSort); 11:09:29 1184 | }); //分类排序cateSort 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1237:15: 11:09:29 1235 | } 11:09:29 1236 | } 11:09:29 > 1237 | console.log(arr3); 11:09:29 | ^ 11:09:29 1238 | this.applistArr = arr3; 11:09:29 1239 | 11:09:29 1240 | //前端缓存本地代码块--切换不同组织的所有应用列表 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1297:13: 11:09:29 1295 | onSucess: (res) => { 11:09:29 1296 | if (res.status == 200) { 11:09:29 > 1297 | console.log("res--->", res.status); 11:09:29 | ^ 11:09:29 1298 | } 11:09:29 1299 | }, 11:09:29 1300 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1373:11: 11:09:29 1371 | }, 11:09:29 1372 | onError: (error) => { 11:09:29 > 1373 | console.log(error); 11:09:29 | ^ 11:09:29 1374 | }, 11:09:29 1375 | }); 11:09:29 1376 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1500:7: 11:09:29 1498 | closeTab: function (tab, tabindex) { 11:09:29 1499 | //关闭当前选项卡,选中前一个选项卡 11:09:29 > 1500 | console.log(tab) 11:09:29 | ^ 11:09:29 1501 | console.log(tabindex) 11:09:29 1502 | if(this.$store.state.searchDataStore.length){ 11:09:29 1503 | this.$store.state.searchDataStore.forEach((item,index)=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1501:7: 11:09:29 1499 | //关闭当前选项卡,选中前一个选项卡 11:09:29 1500 | console.log(tab) 11:09:29 > 1501 | console.log(tabindex) 11:09:29 | ^ 11:09:29 1502 | if(this.$store.state.searchDataStore.length){ 11:09:29 1503 | this.$store.state.searchDataStore.forEach((item,index)=>{ 11:09:29 1504 | if(item.appId==tab.appId&&item.viewId==tab.actionContent){ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1516:7: 11:09:29 1514 | }) 11:09:29 1515 | } 11:09:29 > 1516 | console.log(this.$store.state.searchDataStore) 11:09:29 | ^ 11:09:29 1517 | let tabs = this.tabs; 11:09:29 1518 | if (tabindex >= 0) { 11:09:29 1519 | //点击X关闭 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1520:9: 11:09:29 1518 | if (tabindex >= 0) { 11:09:29 1519 | //点击X关闭 11:09:29 > 1520 | console.log(JSON.stringify(this.tabs)); 11:09:29 | ^ 11:09:29 1521 | tabs.splice(tabindex, 1); 11:09:29 1522 | if (tab.active) { 11:09:29 1523 | if (tabs.length > 0 && tabs.length - 1 >= tabindex) { 11:09:29 11:09:29 11:09:29 24 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: The 'messagesList' variable inside 'v-for' directive should be replaced with a computed property that returns filtered array instead. You should not mix 'v-for' with 'v-if' (vue/no-use-v-if-with-v-for) at src/components/information.vue:148:68: 11:09:29 146 | <div class="noticelist"> 11:09:29 147 | <ul> 11:09:29 > 148 | <li v-for="(item, index) in messagesList" :key="index" v-if="item.contentArr[0].appName"> 11:09:29 | ^ 11:09:29 149 | <span class="appAvatarimg"><img :src="item.contentArr[0]&&item.contentArr[0].appAvatar"></span> 11:09:29 150 | <span class="noticecontentR"> 11:09:29 151 | <span 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/information.vue:1656:7: 11:09:29 1654 | }, 11:09:29 1655 | noticeUrl(obj) { 11:09:29 > 1656 | console.log(obj.webActionUrl); //url跳转 11:09:29 | ^ 11:09:29 1657 | var param = { 11:09:29 1658 | id: "notice", 11:09:29 1659 | name: obj.appName, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/information.vue:1776:11: 11:09:29 1774 | let diffValue = now - sTime; 11:09:29 1775 | if (diffValue < 0) { 11:09:29 > 1776 | console.log("结束日期不能小于开始日期!"); 11:09:29 | ^ 11:09:29 1777 | } 11:09:29 1778 | let monthC = diffValue / month; 11:09:29 1779 | let weekC = diffValue / (7 * day); 11:09:29 11:09:29 11:09:29 3 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: The 'undefined' variable inside 'v-for' directive should be replaced with a computed property that returns filtered array instead. You should not mix 'v-for' with 'v-if' (vue/no-use-v-if-with-v-for) at src/components/homeManageCockPit.vue:11:71: 11:09:29 9 | <div class="htaBox"> 11:09:29 10 | <ul> 11:09:29 > 11 | <li v-for="(its,idx) in item.children" :key='idx' v-if='its.isshow'> 11:09:29 | ^ 11:09:29 12 | <span><strong>{{its.count}}</strong></span> 11:09:29 13 | <span><em>{{its.item_title}}</em></span> 11:09:29 14 | </li> 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:39:21: 11:09:29 37 | this.$api.v3CockPitListApi(data,{ 11:09:29 38 | onSucess: response => { 11:09:29 > 39 | console.log(response.data) 11:09:29 | ^ 11:09:29 40 | if(response.data.code==0){ 11:09:29 41 | this.cockPitListArr=response.data.data 11:09:29 42 | console.log(this.cockPitListArr) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:42:24: 11:09:29 40 | if(response.data.code==0){ 11:09:29 41 | this.cockPitListArr=response.data.data 11:09:29 > 42 | console.log(this.cockPitListArr) 11:09:29 | ^ 11:09:29 43 | if(response.data.data.length){ 11:09:29 44 | console.log(response.data.data) 11:09:29 45 | response.data.data.forEach(item=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:44:28: 11:09:29 42 | console.log(this.cockPitListArr) 11:09:29 43 | if(response.data.data.length){ 11:09:29 > 44 | console.log(response.data.data) 11:09:29 | ^ 11:09:29 45 | response.data.data.forEach(item=>{ 11:09:29 46 | if(item.children.length){ 11:09:29 47 | item.children.forEach(its=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:48:41: 11:09:29 46 | if(item.children.length){ 11:09:29 47 | item.children.forEach(its=>{ 11:09:29 > 48 | console.log(its) 11:09:29 | ^ 11:09:29 49 | let dateli={ 11:09:29 50 | id:its.id 11:09:29 51 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:54:53: 11:09:29 52 | this.$api.v3CockPitChildId(dateli,{ 11:09:29 53 | onSucess:res=>{ 11:09:29 > 54 | console.log(res.data.data.title) 11:09:29 | ^ 11:09:29 55 | if(res.data.code==0){ 11:09:29 56 | let sum=res.data.data&&res.data.data.data[0].sum 11:09:29 57 | this.cockPitListArr.forEach(ims=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:68:56: 11:09:29 66 | } 11:09:29 67 | }) 11:09:29 > 68 | console.log(this.cockPitListArr) 11:09:29 | ^ 11:09:29 69 | } 11:09:29 70 | } 11:09:29 71 | }) 11:09:29 11:09:29 11:09:29 7 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: The 'undefined' variable inside 'v-for' directive should be replaced with a computed property that returns filtered array instead. You should not mix 'v-for' with 'v-if' (vue/no-use-v-if-with-v-for) at src/components/homeToAlert.vue:8:13: 11:09:29 6 | <ul> 11:09:29 7 | <li :class="['color'+its.libgcolor,its.item_url?'active':'']" v-for="(its,idx) in item.children" :key='idx' 11:09:29 > 8 | v-if='its.isshow' @click="listdetailli(its)"> 11:09:29 | ^ 11:09:29 9 | <span><i></i><em>{{its.item_title}}</em></span> 11:09:29 10 | <span> 11:09:29 11 | <strong v-if="its.count=='-1'"><img src='~@/assets/images/other/warnicon.png' /></strong> 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:64:11: 11:09:29 62 | this.$api.v3CockPitListApi(data, { 11:09:29 63 | onSucess: (response) => { 11:09:29 > 64 | console.log(response.data); 11:09:29 | ^ 11:09:29 65 | if (response.data.code == 0) { 11:09:29 66 | this.cockPitListArr = response.data.data; 11:09:29 67 | console.log(this.cockPitListArr); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:67:13: 11:09:29 65 | if (response.data.code == 0) { 11:09:29 66 | this.cockPitListArr = response.data.data; 11:09:29 > 67 | console.log(this.cockPitListArr); 11:09:29 | ^ 11:09:29 68 | if (response.data.data.length) { 11:09:29 69 | console.log(response.data.data); 11:09:29 70 | response.data.data.forEach((item) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:69:15: 11:09:29 67 | console.log(this.cockPitListArr); 11:09:29 68 | if (response.data.data.length) { 11:09:29 > 69 | console.log(response.data.data); 11:09:29 | ^ 11:09:29 70 | response.data.data.forEach((item) => { 11:09:29 71 | if (item.children.length) { 11:09:29 72 | item.children.forEach((its) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:73:21: 11:09:29 71 | if (item.children.length) { 11:09:29 72 | item.children.forEach((its) => { 11:09:29 > 73 | console.log(its); 11:09:29 | ^ 11:09:29 74 | switch (its.item_priority) { 11:09:29 75 | case "紧急": 11:09:29 76 | this.$set(its, "libgcolor", 1); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:95:25: 11:09:29 93 | this.$api.v3CockPitChildId(dateli, { 11:09:29 94 | onSucess: (res) => { 11:09:29 > 95 | console.log(res.data.data.title); 11:09:29 | ^ 11:09:29 96 | if (res.data.code == 0) { 11:09:29 97 | let sum = res.data.data && res.data.data.data[0].sum; 11:09:29 98 | this.cockPitListArr.forEach((ims) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:113:27: 11:09:29 111 | } 11:09:29 112 | }); 11:09:29 > 113 | console.log(this.cockPitListArr); 11:09:29 | ^ 11:09:29 114 | } 11:09:29 115 | }, 11:09:29 116 | }); 11:09:29 11:09:29 11:09:29 7 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: This 'v-if' should be moved to the wrapper element (vue/no-use-v-if-with-v-for) at src/components/applicationMarket.vue:21:96: 11:09:29 19 | <!-- 应用区域 --> 11:09:29 20 | <div class="marketright" v-if="activeIndex>-1"> 11:09:29 > 21 | <div class="marketAppList" v-for="(item,index) in appcateArrList" :key="index" v-if="appcateArrList.length"> 11:09:29 | ^ 11:09:29 22 | <h4>{{item.title}}</h4> 11:09:29 23 | <ul> 11:09:29 24 | <li v-for="(its,i) in item.children" :key="i" @click="applidetail(its)"> 11:09:29 11:09:29 11:09:29 error: This 'v-if' should be moved to the wrapper element (vue/no-use-v-if-with-v-for) at src/components/applicationMarket.vue:43:102: 11:09:29 41 | <!-- 搜索区域 --> 11:09:29 42 | <div class="marketright" v-if="activeIndex==-2"> 11:09:29 > 43 | <div class="marketAppList" v-for="(item,index) in appcateArrListSearch" :key="index" v-if="appcateArrListSearch.length"> 11:09:29 | ^ 11:09:29 44 | <h4>{{item.title}}</h4> 11:09:29 45 | <ul> 11:09:29 46 | <li v-for="(its,i) in item.children" :key="i" @click="applidetail(its)"> 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:131:12: 11:09:29 129 | methods: { 11:09:29 130 | scrollEvent(e){//详情滚动事件 11:09:29 > 131 | console.log(e.target.scrollTop) 11:09:29 | ^ 11:09:29 132 | if(e.target.scrollTop>200){//超过滚动隐藏 11:09:29 133 | $(".marketDtop").hide() 11:09:29 134 | $(".marketInfoDetail").css("max-height","calc(100% - 110px)") 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:151:29: 11:09:29 149 | // console.log(response.data) 11:09:29 150 | if(response.data.data.data.length){ 11:09:29 > 151 | console.log(response.data.data.data) 11:09:29 | ^ 11:09:29 152 | let Arry=[] 11:09:29 153 | response.data.data.data.forEach(item=>{ 11:09:29 154 | var obj={} 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:168:29: 11:09:29 166 | },[]) //设置cur默认类型为数组,并且初始值为空的数组 11:09:29 167 | this.appcateArr=appcateArrResult 11:09:29 > 168 | console.log(this.appcateArr) 11:09:29 | ^ 11:09:29 169 | } 11:09:29 170 | } 11:09:29 171 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:208:29: 11:09:29 206 | 11:09:29 207 | }) 11:09:29 > 208 | console.log(arr) 11:09:29 | ^ 11:09:29 209 | 11:09:29 210 | const titleMap = {} 11:09:29 211 | const transferObj = arr.reduce((prev, next) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:223:27: 11:09:29 221 | }, {}) 11:09:29 222 | 11:09:29 > 223 | console.log(transferObj) 11:09:29 | ^ 11:09:29 224 | 11:09:29 225 | let arr2=[] 11:09:29 226 | for(let i in transferObj){ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:241:28: 11:09:29 239 | this.appcateArrList=arr2 11:09:29 240 | 11:09:29 > 241 | console.log(this.appcateArrList) 11:09:29 | ^ 11:09:29 242 | 11:09:29 243 | }else{ 11:09:29 244 | this.appcateArrList=[]//查无数据 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:290:29: 11:09:29 288 | 11:09:29 289 | }) 11:09:29 > 290 | console.log(arr) 11:09:29 | ^ 11:09:29 291 | 11:09:29 292 | const titleMap = {} 11:09:29 293 | const transferObj = arr.reduce((prev, next) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:305:27: 11:09:29 303 | }, {}) 11:09:29 304 | 11:09:29 > 305 | console.log(transferObj) 11:09:29 | ^ 11:09:29 306 | 11:09:29 307 | let arr2=[] 11:09:29 308 | for(let i in transferObj){ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:323:28: 11:09:29 321 | this.appcateArrListSearch=arr2 11:09:29 322 | 11:09:29 > 323 | console.log(this.appcateArrListSearch) 11:09:29 | ^ 11:09:29 324 | 11:09:29 325 | }else{ 11:09:29 326 | this.appcateArrListSearch=[]//查无数据 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:352:25: 11:09:29 350 | }); 11:09:29 351 | if (response.data && response.data.errmsg == "ok") { 11:09:29 > 352 | console.log(response.data.data.data.length) 11:09:29 | ^ 11:09:29 353 | if(response.data.data.data.length){ 11:09:29 354 | let arr=[] 11:09:29 355 | response.data.data.data.forEach((item,index)=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:402:28: 11:09:29 400 | }) 11:09:29 401 | this.appcateArrList=arr2 11:09:29 > 402 | console.log(this.appcateArrList) 11:09:29 | ^ 11:09:29 403 | 11:09:29 404 | }else{ 11:09:29 405 | this.appcateArrList=[] 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:432:31: 11:09:29 430 | if(this.applidetailObj){ 11:09:29 431 | this.imgpath=JSON.parse(this.applidetailObj.__9AdBNGeHUy7w8rwfvld.value)[0].path 11:09:29 > 432 | console.log(this.imgpath) 11:09:29 | ^ 11:09:29 433 | } 11:09:29 434 | } 11:09:29 435 | } 11:09:29 11:09:29 11:09:29 14 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: This 'v-if' should be moved to the wrapper element (vue/no-use-v-if-with-v-for) at src/components/recommend.vue:13:93: 11:09:29 11 | <!-- 精品推荐图文 --> 11:09:29 12 | <section class="recomSection"> 11:09:29 > 13 | <div class="marketAppList" v-for="(item,index) in appcateArrList" :key="index" v-if="appcateArrList.length"> 11:09:29 | ^ 11:09:29 14 | <h4>{{item.title}}</h4> 11:09:29 15 | <ul> 11:09:29 16 | <li v-for="(its,i) in item.children" :key="i" @click="applidetail(its)"> 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/recommend.vue:58:20: 11:09:29 56 | loading.close();//关闭加载 11:09:29 57 | }); 11:09:29 > 58 | console.log(response.data.data.data) 11:09:29 | ^ 11:09:29 59 | if(response.data.data.data){ 11:09:29 60 | let Arry=[] 11:09:29 61 | response.data.data.data.forEach(item=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/recommend.vue:107:29: 11:09:29 105 | 11:09:29 106 | }) 11:09:29 > 107 | console.log(arr) 11:09:29 | ^ 11:09:29 108 | 11:09:29 109 | const titleMap = {} 11:09:29 110 | const transferObj = arr.reduce((prev, next) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/recommend.vue:138:28: 11:09:29 136 | }) 11:09:29 137 | this.appcateArrList=arr2 11:09:29 > 138 | console.log(this.appcateArrList) 11:09:29 | ^ 11:09:29 139 | 11:09:29 140 | }else{ 11:09:29 141 | this.appcateArrList=[] 11:09:29 11:09:29 11:09:29 4 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/EditPasswordForm.vue:163:17: 11:09:29 161 | onError: err => { 11:09:29 162 | this.$message.error('密码修改失败'); 11:09:29 > 163 | console.error(err); 11:09:29 | ^ 11:09:29 164 | } 11:09:29 165 | }); 11:09:29 166 | } else { 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:447:9: 11:09:29 445 | this.getList() 11:09:29 446 | } catch (error) { 11:09:29 > 447 | console.error('初始化数据失败:', error) 11:09:29 | ^ 11:09:29 448 | this.$message.error('初始化数据失败') 11:09:29 449 | } finally { 11:09:29 450 | this.loading = false 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:475:11: 11:09:29 473 | this.$api.getOrganizationIndustry({ 11:09:29 474 | onSucess: response => { 11:09:29 > 475 | console.log('当前组织所属行业', response.data.data) 11:09:29 | ^ 11:09:29 476 | this.industryOptions = response.data.data.map(item => ({ 11:09:29 477 | value: item.id, 11:09:29 478 | label: item.name, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:483:11: 11:09:29 481 | }, 11:09:29 482 | onError: error => { 11:09:29 > 483 | console.log(error) 11:09:29 | ^ 11:09:29 484 | } 11:09:29 485 | }) 11:09:29 486 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:492:11: 11:09:29 490 | this.$api.getOrganizationRegion({ 11:09:29 491 | onSucess: response => { 11:09:29 > 492 | console.log('当前组织所属地区', response.data.data) 11:09:29 | ^ 11:09:29 493 | this.queryParams.regionCode = RegionUtil.getRegionCodeArrayByDistrictCode(response.data.data[0].districtcode) 11:09:29 494 | this.queryParams.region = RegionUtil.getFullRegionByDistrictCode(response.data.data[0].districtcode) 11:09:29 495 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:497:11: 11:09:29 495 | }, 11:09:29 496 | onError: error => { 11:09:29 > 497 | console.log(error) 11:09:29 | ^ 11:09:29 498 | } 11:09:29 499 | }) 11:09:29 500 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:514:11: 11:09:29 512 | label: item.name, 11:09:29 513 | })) 11:09:29 > 514 | console.log('industryOptions', this.industryOptions) 11:09:29 | ^ 11:09:29 515 | }, 11:09:29 516 | onError: error => { 11:09:29 517 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:517:11: 11:09:29 515 | }, 11:09:29 516 | onError: error => { 11:09:29 > 517 | console.log(error) 11:09:29 | ^ 11:09:29 518 | } 11:09:29 519 | }) 11:09:29 520 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:535:11: 11:09:29 533 | label: item.name, 11:09:29 534 | })) 11:09:29 > 535 | console.log('organizationOptions', this.organizationOptions) 11:09:29 | ^ 11:09:29 536 | }, 11:09:29 537 | onError: error => { 11:09:29 538 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:538:11: 11:09:29 536 | }, 11:09:29 537 | onError: error => { 11:09:29 > 538 | console.log(error) 11:09:29 | ^ 11:09:29 539 | } 11:09:29 540 | }) 11:09:29 541 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:556:11: 11:09:29 554 | })) 11:09:29 555 | })) 11:09:29 > 556 | console.log('regionOptions', this.regionOptions) 11:09:29 | ^ 11:09:29 557 | }, 11:09:29 558 | onError: error => { 11:09:29 559 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:559:11: 11:09:29 557 | }, 11:09:29 558 | onError: error => { 11:09:29 > 559 | console.log(error) 11:09:29 | ^ 11:09:29 560 | } 11:09:29 561 | }) 11:09:29 562 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:579:11: 11:09:29 577 | label: item.item_subjectname, 11:09:29 578 | })) 11:09:29 > 579 | console.log('subjectOptions', this.subjectOptions) 11:09:29 | ^ 11:09:29 580 | }, 11:09:29 581 | onError: error => { 11:09:29 582 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:582:11: 11:09:29 580 | }, 11:09:29 581 | onError: error => { 11:09:29 > 582 | console.log(error) 11:09:29 | ^ 11:09:29 583 | } 11:09:29 584 | }) 11:09:29 585 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:609:15: 11:09:29 607 | this.list = response.data.data 11:09:29 608 | this.total = response.data.data.length 11:09:29 > 609 | console.log('getPaperList', this.list) 11:09:29 | ^ 11:09:29 610 | } else { 11:09:29 611 | this.list = [] 11:09:29 612 | this.total = 0 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:617:13: 11:09:29 615 | }, 11:09:29 616 | onError: error => { 11:09:29 > 617 | console.log(error) 11:09:29 | ^ 11:09:29 618 | } 11:09:29 619 | }) 11:09:29 620 | } catch (error) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:621:9: 11:09:29 619 | }) 11:09:29 620 | } catch (error) { 11:09:29 > 621 | console.error('获取考试列表失败:', error) 11:09:29 | ^ 11:09:29 622 | this.$message.error('获取考试列表失败') 11:09:29 623 | } finally { 11:09:29 624 | this.loading = false 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:654:7: 11:09:29 652 | district: { code: value[2], name: CodeToText[value[2]] }, 11:09:29 653 | }; 11:09:29 > 654 | console.log('handleRegionChange', this.queryParams.region) 11:09:29 | ^ 11:09:29 655 | this.queryParams.subject = '' 11:09:29 656 | 11:09:29 657 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:693:7: 11:09:29 691 | }, 11:09:29 692 | handleEdit(row) { 11:09:29 > 693 | console.log('编辑:', row) 11:09:29 | ^ 11:09:29 694 | this.$router.push({ 11:09:29 695 | path: '/random-exam', 11:09:29 696 | query: { examId: row.id, viewOnly: false } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:718:13: 11:09:29 716 | this.$api.deletePapers( { ids }, { 11:09:29 717 | onSucess: response => { 11:09:29 > 718 | console.log('deletePapers', response) 11:09:29 | ^ 11:09:29 719 | if (response.status === 200) { 11:09:29 720 | this.$message.success('删除成功!') 11:09:29 721 | this.selectedRows = [] 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:729:13: 11:09:29 727 | }, 11:09:29 728 | onError: error => { 11:09:29 > 729 | console.log(error) 11:09:29 | ^ 11:09:29 730 | } 11:09:29 731 | }) 11:09:29 732 | } catch (error) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ExamList.vue:734:11: 11:09:29 732 | } catch (error) { 11:09:29 733 | if (error !== 'cancel') { 11:09:29 > 734 | console.error('删除失败:', error) 11:09:29 | ^ 11:09:29 735 | this.$message.error('删除失败') 11:09:29 736 | } 11:09:29 737 | } 11:09:29 11:09:29 11:09:29 21 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:253:11: 11:09:29 251 | this.$api.groupSupervisionListApi(this.params, { 11:09:29 252 | onSucess: (response) => { 11:09:29 > 253 | console.log(response); 11:09:29 | ^ 11:09:29 254 | this.tableData = response.data; 11:09:29 255 | }, 11:09:29 256 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:261:11: 11:09:29 259 | this.$api.performanceAppraisalListApi(this.params, { 11:09:29 260 | onSucess: (response) => { 11:09:29 > 261 | console.log(response); 11:09:29 | ^ 11:09:29 262 | this.tableData2 = response.data; 11:09:29 263 | }, 11:09:29 264 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:269:11: 11:09:29 267 | this.$api.AnnualHighlightsListApi(this.params, { 11:09:29 268 | onSucess: (response) => { 11:09:29 > 269 | console.log(response); 11:09:29 | ^ 11:09:29 270 | this.tableData3 = response.data; 11:09:29 271 | }, 11:09:29 272 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:277:11: 11:09:29 275 | this.$api.inServiceListApi(this.params, { 11:09:29 276 | onSucess: (response) => { 11:09:29 > 277 | console.log(response); 11:09:29 | ^ 11:09:29 278 | this.tableData4 = response.data; 11:09:29 279 | }, 11:09:29 280 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:285:11: 11:09:29 283 | this.$api.questionListApi(this.params, { 11:09:29 284 | onSucess: (response) => { 11:09:29 > 285 | console.log(response); 11:09:29 | ^ 11:09:29 286 | this.tableData5 = response.data; 11:09:29 287 | }, 11:09:29 288 | }); 11:09:29 11:09:29 11:09:29 5 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerLeader.vue:69:7: 11:09:29 67 | methods: { 11:09:29 68 | leaderli(url) { 11:09:29 > 69 | console.log(url); 11:09:29 | ^ 11:09:29 70 | window.open("//" + location.hostname + ":8002" + url); 11:09:29 71 | }, 11:09:29 72 | handleBannerChange(idx) { 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:111:11: 11:09:29 109 | this.$api.newsCateApi(this.params, { 11:09:29 110 | onSucess: (response) => { 11:09:29 > 111 | console.log(response); 11:09:29 | ^ 11:09:29 112 | let newsData = response.data.data.filter((item) => { 11:09:29 113 | return item.item_workbench == "是"; 11:09:29 114 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:134:11: 11:09:29 132 | this.$api.newslistApi(jsonData, { 11:09:29 133 | onSucess: (response) => { 11:09:29 > 134 | console.log(response.data.data); 11:09:29 | ^ 11:09:29 135 | this.tableDataNewsList = response.data.data; 11:09:29 136 | this.tableDataNewsList && 11:09:29 137 | this.tableDataNewsList.forEach((item) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:154:11: 11:09:29 152 | this.$api.newsdetailliApi(jsonData, { 11:09:29 153 | onSucess: (response) => { 11:09:29 > 154 | console.log(response.data.data); 11:09:29 | ^ 11:09:29 155 | this.detailContent = response.data.data[0]; 11:09:29 156 | if (this.detailContent.item_enclosure) { 11:09:29 157 | this.detailContent.fjArr = JSON.parse( 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:166:11: 11:09:29 164 | this.$api.newsdetailReadingApi(jsonData, { 11:09:29 165 | onSucess: (response) => { 11:09:29 > 166 | console.log(response.data.data); 11:09:29 | ^ 11:09:29 167 | }, 11:09:29 168 | }); 11:09:29 169 | }, 11:09:29 11:09:29 11:09:29 4 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerTop.vue:53:21: 11:09:29 51 | this.$api.workbenchDataEntryApi(this.params,{ 11:09:29 52 | onSucess: response => { 11:09:29 > 53 | console.log(response) 11:09:29 | ^ 11:09:29 54 | this.tableArr=response.data.datas 11:09:29 55 | console.log(this.tableArr) 11:09:29 56 | this.tableArr.forEach(item=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerTop.vue:55:21: 11:09:29 53 | console.log(response) 11:09:29 54 | this.tableArr=response.data.datas 11:09:29 > 55 | console.log(this.tableArr) 11:09:29 | ^ 11:09:29 56 | this.tableArr.forEach(item=>{ 11:09:29 57 | if(item.item_icon){ 11:09:29 58 | this.$set(item,'img',JSON.parse(item.item_icon)[0].path) 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerWK.vue:44:11: 11:09:29 42 | this.$api.workbenchfiveLibraryApi(this.params, { 11:09:29 43 | onSucess: (response) => { 11:09:29 > 44 | console.log(response); 11:09:29 | ^ 11:09:29 45 | this.tableObj = response.data; 11:09:29 46 | }, 11:09:29 47 | }); 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:101:11: 11:09:29 99 | this.$api.jtnetlistApi(this.params, { 11:09:29 100 | onSucess: (response) => { 11:09:29 > 101 | console.log(response); 11:09:29 | ^ 11:09:29 102 | this.tableData = response.data.data; 11:09:29 103 | console.log(this.tableData); 11:09:29 104 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:103:11: 11:09:29 101 | console.log(response); 11:09:29 102 | this.tableData = response.data.data; 11:09:29 > 103 | console.log(this.tableData); 11:09:29 | ^ 11:09:29 104 | }, 11:09:29 105 | }); 11:09:29 106 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:110:11: 11:09:29 108 | this.$api.xxhgzlistApi(this.params, { 11:09:29 109 | onSucess: (response) => { 11:09:29 > 110 | console.log(response); 11:09:29 | ^ 11:09:29 111 | this.tableData2 = response.data.data; 11:09:29 112 | console.log(this.tableData2); 11:09:29 113 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:112:11: 11:09:29 110 | console.log(response); 11:09:29 111 | this.tableData2 = response.data.data; 11:09:29 > 112 | console.log(this.tableData2); 11:09:29 | ^ 11:09:29 113 | }, 11:09:29 114 | }); 11:09:29 115 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:120:11: 11:09:29 118 | this.$api.waitTokenApi(jsonData, { 11:09:29 119 | onSucess: (response) => { 11:09:29 > 120 | console.log(response); 11:09:29 | ^ 11:09:29 121 | let resttoken = (response.data&&response.data.id)||""; 11:09:29 122 | if(resttoken){ 11:09:29 123 | let loginName=(sessionStorage.getItem('userInfo')&&JSON.parse(sessionStorage.getItem('userInfo')).telephone)||'' 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:127:19: 11:09:29 125 | this.$api.waitlistApi(jsonDataParam, { 11:09:29 126 | onSucess: (response) => { 11:09:29 > 127 | console.log(response) 11:09:29 | ^ 11:09:29 128 | if(response.data.data){ 11:09:29 129 | this.tableData=response.data.data 11:09:29 130 | } 11:09:29 11:09:29 11:09:29 6 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:90:11: 11:09:29 88 | this.$api.WorkReportApi(this.params, { 11:09:29 89 | onSucess: (response) => { 11:09:29 > 90 | console.log(response); 11:09:29 | ^ 11:09:29 91 | this.tableObj = response.data; 11:09:29 92 | }, 11:09:29 93 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:116:11: 11:09:29 114 | this.$api.gtlistApi(this.params, { 11:09:29 115 | onSucess: (response) => { 11:09:29 > 116 | console.log(response); 11:09:29 | ^ 11:09:29 117 | this.tableData = response.data.data; 11:09:29 118 | }, 11:09:29 119 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:124:11: 11:09:29 122 | this.$api.jdzhyjlistApi(this.params, { 11:09:29 123 | onSucess: (response) => { 11:09:29 > 124 | console.log(response); 11:09:29 | ^ 11:09:29 125 | this.tableData2 = response.data.data; 11:09:29 126 | }, 11:09:29 127 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:132:11: 11:09:29 130 | this.$api.lhzbrblistApi(this.params, { 11:09:29 131 | onSucess: (response) => { 11:09:29 > 132 | console.log(response); 11:09:29 | ^ 11:09:29 133 | this.tableData3 = response.data.data; 11:09:29 134 | }, 11:09:29 135 | }); 11:09:29 11:09:29 11:09:29 4 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:469:7: 11:09:29 467 | } 11:09:29 468 | } catch (error) { 11:09:29 > 469 | console.error('初始化数据失败:', error) 11:09:29 | ^ 11:09:29 470 | this.$message.error('初始化数据失败') 11:09:29 471 | } finally { 11:09:29 472 | this.loading = false 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:489:11: 11:09:29 487 | label: item.name, 11:09:29 488 | })) 11:09:29 > 489 | console.log('industryOptions', this.industryOptions) 11:09:29 | ^ 11:09:29 490 | }, 11:09:29 491 | onError: error => { 11:09:29 492 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:492:11: 11:09:29 490 | }, 11:09:29 491 | onError: error => { 11:09:29 > 492 | console.log(error) 11:09:29 | ^ 11:09:29 493 | } 11:09:29 494 | }) 11:09:29 495 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:500:11: 11:09:29 498 | this.$api.getOrganizationIndustry({ 11:09:29 499 | onSucess: response => { 11:09:29 > 500 | console.log('当前组织所属行业', response.data.data) 11:09:29 | ^ 11:09:29 501 | this.industryOptions = response.data.data.map(item => ({ 11:09:29 502 | value: item.id, 11:09:29 503 | label: item.name, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:509:11: 11:09:29 507 | }, 11:09:29 508 | onError: error => { 11:09:29 > 509 | console.log(error) 11:09:29 | ^ 11:09:29 510 | } 11:09:29 511 | }) 11:09:29 512 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:520:11: 11:09:29 518 | this.regionCode = RegionUtil.getRegionCodeArrayByDistrictCode(response.data.data[0].districtcode) 11:09:29 519 | this.region = RegionUtil.getFullRegionByDistrictCode(response.data.data[0].districtcode) 11:09:29 > 520 | console.log('当前组织所属地区', this.regionCode, this.region) 11:09:29 | ^ 11:09:29 521 | }, 11:09:29 522 | onError: error => { 11:09:29 523 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:523:11: 11:09:29 521 | }, 11:09:29 522 | onError: error => { 11:09:29 > 523 | console.log(error) 11:09:29 | ^ 11:09:29 524 | } 11:09:29 525 | }) 11:09:29 526 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:541:11: 11:09:29 539 | label: item.name, 11:09:29 540 | })) 11:09:29 > 541 | console.log('organizationOptions', this.organizationOptions) 11:09:29 | ^ 11:09:29 542 | }, 11:09:29 543 | onError: error => { 11:09:29 544 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:544:11: 11:09:29 542 | }, 11:09:29 543 | onError: error => { 11:09:29 > 544 | console.log(error) 11:09:29 | ^ 11:09:29 545 | } 11:09:29 546 | }) 11:09:29 547 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:562:11: 11:09:29 560 | })) 11:09:29 561 | })) 11:09:29 > 562 | console.log('regionOptions', this.regionOptions) 11:09:29 | ^ 11:09:29 563 | }, 11:09:29 564 | onError: error => { 11:09:29 565 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:565:11: 11:09:29 563 | }, 11:09:29 564 | onError: error => { 11:09:29 > 565 | console.log(error) 11:09:29 | ^ 11:09:29 566 | } 11:09:29 567 | }) 11:09:29 568 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:586:11: 11:09:29 584 | label: item.item_subjectname, 11:09:29 585 | })) 11:09:29 > 586 | console.log('subjectOptions', this.subjectOptions) 11:09:29 | ^ 11:09:29 587 | }, 11:09:29 588 | onError: error => { 11:09:29 589 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:589:11: 11:09:29 587 | }, 11:09:29 588 | onError: error => { 11:09:29 > 589 | console.log(error) 11:09:29 | ^ 11:09:29 590 | } 11:09:29 591 | }) 11:09:29 592 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:602:13: 11:09:29 600 | this.$api.getPaperDetail( data, { 11:09:29 601 | onSucess: response => { 11:09:29 > 602 | console.log('getPaperDetail', response.data.data) 11:09:29 | ^ 11:09:29 603 | let res = response.data.data[0] 11:09:29 604 | this.getSubjectOptions() 11:09:29 605 | // 机构回显 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:634:13: 11:09:29 632 | }, 11:09:29 633 | onError: error => { 11:09:29 > 634 | console.log(error) 11:09:29 | ^ 11:09:29 635 | } 11:09:29 636 | }) 11:09:29 637 | } catch (error) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:638:9: 11:09:29 636 | }) 11:09:29 637 | } catch (error) { 11:09:29 > 638 | console.error('加载考试详情失败:', error) 11:09:29 | ^ 11:09:29 639 | this.$message.error('加载考试详情失败') 11:09:29 640 | } finally { 11:09:29 641 | this.loading = false 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:664:7: 11:09:29 662 | // 所属地区 11:09:29 663 | handleRegionChange(value) { 11:09:29 > 664 | console.log('handleRegionChange', value) 11:09:29 | ^ 11:09:29 665 | if (this.examForm.organization && this.examForm.regionCode) { 11:09:29 666 | this.getSubjectOptions() 11:09:29 667 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:673:7: 11:09:29 671 | district: { code: value[2], name: CodeToText[value[2]] }, 11:09:29 672 | }; 11:09:29 > 673 | console.log('handleRegionChange2222', this.examForm.region) 11:09:29 | ^ 11:09:29 674 | this.examForm.subject = '' 11:09:29 675 | }, 11:09:29 676 | // 考试科目 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:678:7: 11:09:29 676 | // 考试科目 11:09:29 677 | handleSubjectChange(value) { 11:09:29 > 678 | console.log('handleSubjectChange', value) 11:09:29 | ^ 11:09:29 679 | this.rules = [] 11:09:29 680 | }, 11:09:29 681 | showRuleDialog() { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:710:7: 11:09:29 708 | } 11:09:29 709 | 11:09:29 > 710 | console.log('rules:', this.rules) 11:09:29 | ^ 11:09:29 711 | this.ruleDialogVisible = false 11:09:29 712 | }, 11:09:29 713 | handleEditRule(rule) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:714:7: 11:09:29 712 | }, 11:09:29 713 | handleEditRule(rule) { 11:09:29 > 714 | console.log('handleEdit', rule) 11:09:29 | ^ 11:09:29 715 | if(rule.level==1) { 11:09:29 716 | this.ruleDialogVisible = true 11:09:29 717 | this.$nextTick(() => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:748:7: 11:09:29 746 | 11:09:29 747 | handleAddSubRule(rule) { 11:09:29 > 748 | console.log('handleAddSubRule', rule) 11:09:29 | ^ 11:09:29 749 | if (rule.level == 1) { 11:09:29 750 | this.$refs.subRuleDialog.bankId = rule.id 11:09:29 751 | } else { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:775:9: 11:09:29 773 | this.$set(this.currentRule, 'questionTypes', subRules[0].questionTypes) 11:09:29 774 | this.$set(this.currentRule, 'difficulties', subRules[0].difficulties) 11:09:29 > 775 | console.log('更新', this.currentRule); 11:09:29 | ^ 11:09:29 776 | 11:09:29 777 | } else { 11:09:29 778 | // 新增模式 - subRules可能包含多个规则 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:799:9: 11:09:29 797 | type: 'warning' 11:09:29 798 | }).then(() => { 11:09:29 > 799 | console.log('删除规则:', this.rules, rule.id) 11:09:29 | ^ 11:09:29 800 | this.removeRuleFromTree(this.rules, rule.id) 11:09:29 801 | 11:09:29 802 | // 同步更新RuleDialog的preSelectedBanks 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:929:9: 11:09:29 927 | // creatorName: sessionStorage.getItem('myProfileName') || JSON.parse(localStorage.getItem('userInfo')).name || '系统管理员' 11:09:29 928 | // } 11:09:29 > 929 | console.log('提交数据', submitData) 11:09:29 | ^ 11:09:29 930 | this.loading = true 11:09:29 931 | // 编辑时需要包含examId 11:09:29 932 | if (this.mode === 'edit') { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:936:15: 11:09:29 934 | this.$api.updatePaper( submitData, { 11:09:29 935 | onSucess: response => { 11:09:29 > 936 | console.log('更新成功', response) 11:09:29 | ^ 11:09:29 937 | if (response.status === 200) { 11:09:29 938 | this.$message.success('更新成功') 11:09:29 939 | this.$router.push({ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:945:15: 11:09:29 943 | }, 11:09:29 944 | onError: error => { 11:09:29 > 945 | console.log(error) 11:09:29 | ^ 11:09:29 946 | } 11:09:29 947 | }) 11:09:29 948 | } else{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:951:15: 11:09:29 949 | this.$api.createPaper( submitData, { 11:09:29 950 | onSucess: response => { 11:09:29 > 951 | console.log('新增成功', response) 11:09:29 | ^ 11:09:29 952 | if (response.status === 200) { 11:09:29 953 | this.$message.success('保存成功') 11:09:29 954 | this.$router.push({ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:960:15: 11:09:29 958 | }, 11:09:29 959 | onError: error => { 11:09:29 > 960 | console.log(error) 11:09:29 | ^ 11:09:29 961 | } 11:09:29 962 | }) 11:09:29 963 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:965:9: 11:09:29 963 | } 11:09:29 964 | } catch (error) { 11:09:29 > 965 | console.error('保存失败:', error) 11:09:29 | ^ 11:09:29 966 | this.$message.error('保存失败') 11:09:29 967 | } finally { 11:09:29 968 | this.loading = false 11:09:29 11:09:29 11:09:29 30 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/RuleDialog.vue:152:11: 11:09:29 150 | questionCount: item.item_quizcnt, 11:09:29 151 | })) 11:09:29 > 152 | console.log('bankOptions', this.bankOptions) 11:09:29 | ^ 11:09:29 153 | }, 11:09:29 154 | onError: error => { 11:09:29 155 | console.log(error) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RuleDialog.vue:155:11: 11:09:29 153 | }, 11:09:29 154 | onError: error => { 11:09:29 > 155 | console.log(error) 11:09:29 | ^ 11:09:29 156 | } 11:09:29 157 | }) 11:09:29 158 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/RuleDialog.vue:177:7: 11:09:29 175 | }, 11:09:29 176 | setFormData(row) { 11:09:29 > 177 | console.log('setFormData', row) 11:09:29 | ^ 11:09:29 178 | this.$refs.bankTable.clearSelection() 11:09:29 179 | this.temp = Object.assign({}, row) 11:09:29 180 | this.isEdit = true 11:09:29 11:09:29 11:09:29 3 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:132:7: 11:09:29 130 | methods: { 11:09:29 131 | handleQuestionTypeChange(val) { 11:09:29 > 132 | console.log('handleQuestionTypeChange', val); 11:09:29 | ^ 11:09:29 133 | this.temp = { 11:09:29 134 | id: val, 11:09:29 135 | type: 'questionType', 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:141:7: 11:09:29 139 | }, 11:09:29 140 | handleDifficultyChange(val) { 11:09:29 > 141 | console.log('handleDifficultyChange', val); 11:09:29 | ^ 11:09:29 142 | this.temp = { 11:09:29 143 | id: val, 11:09:29 144 | type: 'difficulty', 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:150:7: 11:09:29 148 | }, 11:09:29 149 | resetForm(selectedRules=[]) { 11:09:29 > 150 | console.log('subDialog resetForm', selectedRules) 11:09:29 | ^ 11:09:29 151 | this.selectedRules = selectedRules 11:09:29 152 | this.temp = { 11:09:29 153 | id: undefined, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:164:7: 11:09:29 162 | }, 11:09:29 163 | setFormData(row) { 11:09:29 > 164 | console.log('selectedRules', this.selectedRules, row) 11:09:29 | ^ 11:09:29 165 | this.temp = Object.assign({}, row) 11:09:29 166 | this.isEdit = true 11:09:29 167 | // 在编辑模式下,从已选规则中排除当前规则,以便可以重新选择当前选项 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:174:11: 11:09:29 172 | this.$refs.subRuleForm.validate((valid) => { 11:09:29 173 | if (valid) { 11:09:29 > 174 | console.log('questionTypeId', this.questionTypeId) 11:09:29 | ^ 11:09:29 175 | let data = { 11:09:29 176 | s_bankId: this.bankId, 11:09:29 177 | s_quizType: this.questionTypeId ? [this.questionTypeId] : this.temp.questionTypes, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:182:17: 11:09:29 180 | this.$api.getBankQuizeCount( data, { 11:09:29 181 | onSucess: response => { 11:09:29 > 182 | console.log('getBankQuizeCount', data, response.data.data) 11:09:29 | ^ 11:09:29 183 | const counts = response.data.data 11:09:29 184 | 11:09:29 185 | if (!this.isEdit) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:254:17: 11:09:29 252 | }, 11:09:29 253 | onError: error => { 11:09:29 > 254 | console.log(error) 11:09:29 | ^ 11:09:29 255 | this.$message.error('获取题目数量失败') 11:09:29 256 | } 11:09:29 257 | }) 11:09:29 11:09:29 11:09:29 7 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/ad.vue:748:7: 11:09:29 746 | }, 11:09:29 747 | getEmoticons(item) { 11:09:29 > 748 | console.log("item--->", item); 11:09:29 | ^ 11:09:29 749 | this.information += item.type; 11:09:29 750 | }, 11:09:29 751 | deleteReplyMessage(el, index, parentIndex) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/ad.vue:1537:11: 11:09:29 1535 | let diffValue = now - sTime; 11:09:29 1536 | if (diffValue < 0) { 11:09:29 > 1537 | console.log("结束日期不能小于开始日期!"); 11:09:29 | ^ 11:09:29 1538 | } 11:09:29 1539 | let monthC = diffValue / month; 11:09:29 1540 | let weekC = diffValue / (7 * day); 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/application.vue:35:9: 11:09:29 33 | }, 11:09:29 34 | mounted() { 11:09:29 > 35 | console.log('homeTemplateBoradType', this.showBktHome) 11:09:29 | ^ 11:09:29 36 | }, 11:09:29 37 | components:{ 11:09:29 38 | homeBoard, 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/common_linkcontent.vue:36:7: 11:09:29 34 | methods: { 11:09:29 35 | handleChildMessage(event) { 11:09:29 > 36 | console.log('收到关闭指令和数据:', event.data); 11:09:29 | ^ 11:09:29 37 | // this.returnData = event.data.payload; 11:09:29 38 | } 11:09:29 39 | } 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:78:9: 11:09:29 76 | info: { 11:09:29 77 | handler(newVal) { 11:09:29 > 78 | console.log("newVal", newVal); 11:09:29 | ^ 11:09:29 79 | if (Object.keys(newVal).length !== 0) { 11:09:29 80 | this.form.stationId = newVal.stationId; 11:09:29 81 | this.form.peopleNum = newVal.countOfSecurityMan; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:92:9: 11:09:29 90 | electronicFenceInfo: { 11:09:29 91 | handler(newVal) { 11:09:29 > 92 | console.log("electronicFenceInfo", newVal); 11:09:29 | ^ 11:09:29 93 | if (newVal && Object.keys(newVal).length !== 0) { 11:09:29 94 | let deepVal = JSON.parse(JSON.stringify(newVal)); 11:09:29 95 | this.form.stationName = deepVal.stationName; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:207:7: 11:09:29 205 | setCircle(data) { 11:09:29 206 | // todo: set circle 11:09:29 > 207 | console.log(data); 11:09:29 | ^ 11:09:29 208 | }, 11:09:29 209 | setRectangle(data) { 11:09:29 210 | console.log(data.geos); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:210:7: 11:09:29 208 | }, 11:09:29 209 | setRectangle(data) { 11:09:29 > 210 | console.log(data.geos); 11:09:29 | ^ 11:09:29 211 | }, 11:09:29 212 | setPolygon(data) { 11:09:29 213 | console.log(data.geos); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:213:7: 11:09:29 211 | }, 11:09:29 212 | setPolygon(data) { 11:09:29 > 213 | console.log(data.geos); 11:09:29 | ^ 11:09:29 214 | }, 11:09:29 215 | cancel() { 11:09:29 216 | if (this.mouseTool) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:226:7: 11:09:29 224 | radius, 11:09:29 225 | }; 11:09:29 > 226 | console.log(this.form.shapedLocation); 11:09:29 | ^ 11:09:29 227 | }, 11:09:29 228 | updateStation(station) { 11:09:29 229 | console.log("updateStation", station); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:229:7: 11:09:29 227 | }, 11:09:29 228 | updateStation(station) { 11:09:29 > 229 | console.log("updateStation", station); 11:09:29 | ^ 11:09:29 230 | this.form.stationName = station.stationName; 11:09:29 231 | this.form.peopleNum = station.countOfSecurityMan; 11:09:29 232 | this.form.stationId = station.stationId; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:235:7: 11:09:29 233 | }, 11:09:29 234 | reset() { 11:09:29 > 235 | console.log("reset", this.stationId); 11:09:29 | ^ 11:09:29 236 | console.log("reset", this.form); 11:09:29 237 | this.form.id = ""; 11:09:29 238 | this.form.name = ""; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:236:7: 11:09:29 234 | reset() { 11:09:29 235 | console.log("reset", this.stationId); 11:09:29 > 236 | console.log("reset", this.form); 11:09:29 | ^ 11:09:29 237 | this.form.id = ""; 11:09:29 238 | this.form.name = ""; 11:09:29 239 | this.form.ruleType = "Exit"; 11:09:29 11:09:29 11:09:29 9 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/excel_upload.vue:400:19: 11:09:29 398 | errMessage += arr[i] + '\n' 11:09:29 399 | } 11:09:29 > 400 | console.log("errMessage-->",errMessage) 11:09:29 | ^ 11:09:29 401 | // this.$notify.error({ 11:09:29 402 | // title: response.data.errmsg, 11:09:29 403 | // message: `${errMessage}` 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:27:5: 11:09:29 25 | ], 11:09:29 26 | created: function() { 11:09:29 > 27 | console.log("openParams-->",this.openParams) 11:09:29 | ^ 11:09:29 28 | this.initSearchForm({ 11:09:29 29 | appId: this.appId, 11:09:29 30 | viewId: this.viewId 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:42:7: 11:09:29 40 | methods: { 11:09:29 41 | findField(id) { 11:09:29 > 42 | console.log(this.appId+'--测试-'+this.viewId) 11:09:29 | ^ 11:09:29 43 | 11:09:29 44 | let data = this.formdata 11:09:29 45 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:46:7: 11:09:29 44 | let data = this.formdata 11:09:29 45 | 11:09:29 > 46 | console.log('变量:'+this.$store.state.searchFlag) 11:09:29 | ^ 11:09:29 47 | for (let i = 0; i < data.fields.length; i++) { 11:09:29 48 | let fld = data.fields[i]; 11:09:29 49 | console.log(fld.value) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:49:9: 11:09:29 47 | for (let i = 0; i < data.fields.length; i++) { 11:09:29 48 | let fld = data.fields[i]; 11:09:29 > 49 | console.log(fld.value) 11:09:29 | ^ 11:09:29 50 | // data.fields[i].value='1' 11:09:29 51 | console.log(this.$store.state.searchDataStore) 11:09:29 52 | if(this.$store.state.searchDataStore.length){ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:51:9: 11:09:29 49 | console.log(fld.value) 11:09:29 50 | // data.fields[i].value='1' 11:09:29 > 51 | console.log(this.$store.state.searchDataStore) 11:09:29 | ^ 11:09:29 52 | if(this.$store.state.searchDataStore.length){ 11:09:29 53 | if(this.$store.state.searchFlag==2&&i<=data.fields.length){ 11:09:29 54 | console.log(66) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:54:13: 11:09:29 52 | if(this.$store.state.searchDataStore.length){ 11:09:29 53 | if(this.$store.state.searchFlag==2&&i<=data.fields.length){ 11:09:29 > 54 | console.log(66) 11:09:29 | ^ 11:09:29 55 | this.$store.state.searchDataStore.forEach(item=>{ 11:09:29 56 | if(item.appId==this.appId&&item.viewId==this.viewId){ 11:09:29 57 | Object.keys(item).forEach((key)=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:59:25: 11:09:29 57 | Object.keys(item).forEach((key)=>{ 11:09:29 58 | if(key==fld.name){ 11:09:29 > 59 | console.log('测试数据'+item[key]) 11:09:29 | ^ 11:09:29 60 | this.$set(data.fields[i],'value',item[key]) 11:09:29 61 | if(i==data.fields.length-1){ 11:09:29 62 | setTimeout(()=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:73:9: 11:09:29 71 | } 11:09:29 72 | 11:09:29 > 73 | console.log(fld) 11:09:29 | ^ 11:09:29 74 | if (id == fld.id) return fld; 11:09:29 75 | } 11:09:29 76 | 11:09:29 11:09:29 11:09:29 8 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1041:7: 11:09:29 1039 | let docId = formData.id; 11:09:29 1040 | let document = allData; 11:09:29 > 1041 | console.log("document-1-->", document); 11:09:29 | ^ 11:09:29 1042 | if (pJson) { 11:09:29 1043 | //手写签名 11:09:29 1044 | document.signatureJson = JSON.stringify(pJson); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1093:7: 11:09:29 1091 | //保存重新编辑的意见 11:09:29 1092 | updateSuggestion() { 11:09:29 > 1093 | console.log("更新编辑的数据-->"); 11:09:29 | ^ 11:09:29 1094 | console.log(this.inputSecond); 11:09:29 1095 | let opinion = this.inputSecond; 11:09:29 1096 | if(!opinion) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1094:7: 11:09:29 1092 | updateSuggestion() { 11:09:29 1093 | console.log("更新编辑的数据-->"); 11:09:29 > 1094 | console.log(this.inputSecond); 11:09:29 | ^ 11:09:29 1095 | let opinion = this.inputSecond; 11:09:29 1096 | if(!opinion) { 11:09:29 1097 | this.$message({ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1133:11: 11:09:29 1131 | API.deleteMostUseSuggestion(employeeId, opId, { 11:09:29 1132 | onSucess: (response) => { 11:09:29 > 1133 | console.log(response.data.data); 11:09:29 | ^ 11:09:29 1134 | //后台返回500,未执行以下步骤 11:09:29 1135 | if (response.data.data) { 11:09:29 1136 | let delId = response.data.data.id; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1152:7: 11:09:29 1150 | //添加意见 11:09:29 1151 | addSuggestion() { 11:09:29 > 1152 | console.log(this.input); 11:09:29 | ^ 11:09:29 1153 | let opinion = this.input; 11:09:29 1154 | const employeeId = localStorage.getItem("employeeId") || this.$store.state.userId ; 11:09:29 1155 | API.AddMostUseSuggestion(employeeId, opinion, { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1157:11: 11:09:29 1155 | API.AddMostUseSuggestion(employeeId, opinion, { 11:09:29 1156 | onSucess: (response) => { 11:09:29 > 1157 | console.log(response.data.data); 11:09:29 | ^ 11:09:29 1158 | let newSuggest = response.data.data; 11:09:29 1159 | this.allSuggests.push(newSuggest); 11:09:29 1160 | this.input = ""; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1277:7: 11:09:29 1275 | }, 11:09:29 1276 | canvasLeave(e) { 11:09:29 > 1277 | console.log(e); 11:09:29 | ^ 11:09:29 1278 | this.existCanvas = true; 11:09:29 1279 | this.canvasMoveUse = false; 11:09:29 1280 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1590:21: 11:09:29 1588 | subFlow.nodeid = subflowData.nodeid; 11:09:29 1589 | document.subFlowApprover.push(subFlow); 11:09:29 > 1590 | console.log("subflowData--->", subflowData); 11:09:29 | ^ 11:09:29 1591 | console.log("document--->", document); 11:09:29 1592 | } 11:09:29 1593 | } else { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1591:21: 11:09:29 1589 | document.subFlowApprover.push(subFlow); 11:09:29 1590 | console.log("subflowData--->", subflowData); 11:09:29 > 1591 | console.log("document--->", document); 11:09:29 | ^ 11:09:29 1592 | } 11:09:29 1593 | } else { 11:09:29 1594 | subflowData = Object.assign( 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1944:7: 11:09:29 1942 | //隐藏小意见框 11:09:29 1943 | hiddenSuggest() { 11:09:29 > 1944 | console.log("隐藏小意见框"); 11:09:29 | ^ 11:09:29 1945 | this.isOrSuggest = !this.isOrSuggest; 11:09:29 1946 | }, 11:09:29 1947 | 11:09:29 11:09:29 11:09:29 10 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:579:5: 11:09:29 577 | }, 11:09:29 578 | created(){ 11:09:29 > 579 | console.log('props', this.$props) 11:09:29 | ^ 11:09:29 580 | }, 11:09:29 581 | beforeCreate(){ 11:09:29 582 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:610:9: 11:09:29 608 | return 11:09:29 609 | } 11:09:29 > 610 | console.log('e', e) 11:09:29 | ^ 11:09:29 611 | let form=new FormData(); 11:09:29 612 | form.append("files",e.file) 11:09:29 613 | console.log(form) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:613:9: 11:09:29 611 | let form=new FormData(); 11:09:29 612 | form.append("files",e.file) 11:09:29 > 613 | console.log(form) 11:09:29 | ^ 11:09:29 614 | form.forEach(function (value, key) { 11:09:29 615 | if (value instanceof File) { 11:09:29 616 | form.set(key, value, value.name.replace(/ /g, ''))//去掉文件名称所有空格 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:636:17: 11:09:29 634 | { 11:09:29 635 | onSucess: response => { 11:09:29 > 636 | console.log(response.data.data) 11:09:29 | ^ 11:09:29 637 | if(response.data.data.length){ 11:09:29 638 | let obj={ 11:09:29 639 | name:response.data.data[0].fileName, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:658:12: 11:09:29 656 | }, 11:09:29 657 | (res)=>{ 11:09:29 > 658 | console.log(res) 11:09:29 | ^ 11:09:29 659 | }, 11:09:29 660 | e.file.uid, 11:09:29 661 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:665:9: 11:09:29 663 | }, 11:09:29 664 | obsFile(e){//obs文件上传 11:09:29 > 665 | console.log(e) 11:09:29 | ^ 11:09:29 666 | //去掉文件名称空格start 11:09:29 667 | let form = new FormData(); 11:09:29 668 | form.append("files", e.file); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:675:4: 11:09:29 673 | }) 11:09:29 674 | form.get('files') 11:09:29 > 675 | console.log(form.get('files')) 11:09:29 | ^ 11:09:29 676 | e.file=form.get('files') 11:09:29 677 | //去掉文件名称空格end 11:09:29 678 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:701:5: 11:09:29 699 | SourceFile:e.file //获取file文件 11:09:29 700 | }).then(function(result) { 11:09:29 > 701 | console.log(result) 11:09:29 | ^ 11:09:29 702 | 11:09:29 703 | if(result.CommonMsg.Status < 300){ 11:09:29 704 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:705:6: 11:09:29 703 | if(result.CommonMsg.Status < 300){ 11:09:29 704 | 11:09:29 > 705 | console.log('Create object:' + objectKey + ' successfully!\n'); 11:09:29 | ^ 11:09:29 706 | var httpurl=`https://${BucketName}.${urlserver}/${objectKey}` 11:09:29 707 | 11:09:29 708 | let uploadTime = ''; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:735:8: 11:09:29 733 | }, 11:09:29 734 | handleRemove(file, fileList){ 11:09:29 > 735 | console.log(file) 11:09:29 | ^ 11:09:29 736 | this.fileList.forEach((item,index)=>{ 11:09:29 737 | if(item.uid == file.uid){ 11:09:29 738 | this.fileList.splice(index,1) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:744:6: 11:09:29 742 | handleExceed(files, fileList) { //文件超出个数限制时的钩子 11:09:29 743 | if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传 11:09:29 > 744 | console.log(files[0]) 11:09:29 | ^ 11:09:29 745 | files[0].uid=new Date().getTime() 11:09:29 746 | this.fileList=[] 11:09:29 747 | let e={file:files[0]} 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:862:11: 11:09:29 860 | viewId: "", 11:09:29 861 | }; 11:09:29 > 862 | console.log("-3---->", document); 11:09:29 | ^ 11:09:29 863 | this.$api.InitiateWorkFlow(appId, docId, document, { 11:09:29 864 | onSucess: (response) => { 11:09:29 865 | let status; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1323:7: 11:09:29 1321 | //保存重新编辑的意见 11:09:29 1322 | updateSuggestion() { 11:09:29 > 1323 | console.log("更新编辑的数据-->"); 11:09:29 | ^ 11:09:29 1324 | console.log(this.inputSecond); 11:09:29 1325 | let opinion = this.inputSecond; 11:09:29 1326 | if(!opinion) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1324:7: 11:09:29 1322 | updateSuggestion() { 11:09:29 1323 | console.log("更新编辑的数据-->"); 11:09:29 > 1324 | console.log(this.inputSecond); 11:09:29 | ^ 11:09:29 1325 | let opinion = this.inputSecond; 11:09:29 1326 | if(!opinion) { 11:09:29 1327 | this.$message({ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1362:11: 11:09:29 1360 | API.deleteMostUseSuggestion(employeeId, opId, { 11:09:29 1361 | onSucess: (response) => { 11:09:29 > 1362 | console.log(response.data.data); 11:09:29 | ^ 11:09:29 1363 | //后台返回500,未执行以下步骤 11:09:29 1364 | if (response.data.data) { 11:09:29 1365 | let delId = response.data.data.id; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1381:7: 11:09:29 1379 | //添加意见 11:09:29 1380 | addSuggestion() { 11:09:29 > 1381 | console.log(this.input); 11:09:29 | ^ 11:09:29 1382 | const employeeId = localStorage.getItem("employeeId") || this.$store.state.userId ; 11:09:29 1383 | 11:09:29 1384 | let opinion = this.input; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1387:11: 11:09:29 1385 | API.AddMostUseSuggestion(employeeId, opinion, { 11:09:29 1386 | onSucess: (response) => { 11:09:29 > 1387 | console.log(response.data.data); 11:09:29 | ^ 11:09:29 1388 | let newSuggest = response.data.data; 11:09:29 1389 | this.allSuggests.push(newSuggest); 11:09:29 1390 | this.input = ""; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1809:25: 11:09:29 1807 | let subUserids = '' 11:09:29 1808 | if(s.subFlowApproverData && s.subFlowApproverData.approver && s.subFlowApproverData.approver.length > 0) { 11:09:29 > 1809 | console.log("subFlowApproverData-->",s.subFlowApproverData) 11:09:29 | ^ 11:09:29 1810 | s.subFlowApproverData.approver[0].userids.forEach(el => { 11:09:29 1811 | subUserids += el + ";"; 11:09:29 1812 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected 'debugger' statement (no-debugger) at src/components/form_new_flowpanel.vue:2061:7: 11:09:29 2059 | let docId = formData.id; 11:09:29 2060 | // 这里多加上 上传附件 11:09:29 > 2061 | debugger 11:09:29 | ^ 11:09:29 2062 | allData.fileList = this.fileList 11:09:29 2063 | let document = allData; 11:09:29 2064 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2180:9: 11:09:29 2178 | ); 11:09:29 2179 | } catch (error) { 11:09:29 > 2180 | console.log(error); 11:09:29 | ^ 11:09:29 2181 | } 11:09:29 2182 | 11:09:29 2183 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2187:7: 11:09:29 2185 | //隐藏小意见框 11:09:29 2186 | hiddenSuggest() { 11:09:29 > 2187 | console.log("隐藏小意见框"); 11:09:29 | ^ 11:09:29 2188 | this.isOrSuggest = !this.isOrSuggest; 11:09:29 2189 | }, 11:09:29 2190 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2281:9: 11:09:29 2279 | viewId: "", 11:09:29 2280 | }; 11:09:29 > 2281 | console.log(document) 11:09:29 | ^ 11:09:29 2282 | API.getFlowPanel(appId, docId, document, { 11:09:29 2283 | onSucess: (response) => { 11:09:29 2284 | let nodesArr = response.data.data.nextNodes; 11:09:29 11:09:29 11:09:29 22 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:76:7: 11:09:29 74 | // }else if(this.act.type == 58) { //协办 11:09:29 75 | // } 11:09:29 > 76 | console.log("选择合并------>"); 11:09:29 | ^ 11:09:29 77 | this.nodesList.forEach(item => { 11:09:29 78 | for(let i=0; i<this.newHostOrCohostList.length; i++) { 11:09:29 79 | if(item.id == this.newHostOrCohostList[i].id) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:109:9: 11:09:29 107 | }); 11:09:29 108 | if(this.act.type == 57) { //主办 11:09:29 > 109 | console.log("主办-->") 11:09:29 | ^ 11:09:29 110 | this.$api.processHosting(this.openParams.appId, this.openParams._select, array, { 11:09:29 111 | onSucess: response => { 11:09:29 112 | if(response.data.errcode == 0) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:124:9: 11:09:29 122 | }) 11:09:29 123 | }else if(this.act.type == 58) { //协办 11:09:29 > 124 | console.log("协办-->"); 11:09:29 | ^ 11:09:29 125 | this.$api.processCoHosting(this.openParams.appId, this.openParams._select, array, { 11:09:29 126 | onSucess: response => { 11:09:29 127 | if(response.data.errcode == 0) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:144:9: 11:09:29 142 | listUp(index) { 11:09:29 143 | if(index == 0) { 11:09:29 > 144 | console.log("最顶部-->"); 11:09:29 | ^ 11:09:29 145 | }else { 11:09:29 146 | let arr = this.nodesList; 11:09:29 147 | arr[index] = arr.splice(index-1, 1, arr[index])[0]; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:156:9: 11:09:29 154 | listDown(index) { 11:09:29 155 | if(index == this.nodesList.length-1) { 11:09:29 > 156 | console.log("最底部-->") 11:09:29 | ^ 11:09:29 157 | }else { 11:09:29 158 | let arr = this.nodesList; 11:09:29 159 | arr[index] = arr.splice(index+1, 1, arr[index])[0]; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:167:9: 11:09:29 165 | if(this.act.type == 57) { 11:09:29 166 | this.nodesList = this.approvers[0].nodes[0].auditors; 11:09:29 > 167 | console.log("加签主办-->",this.nodesList); 11:09:29 | ^ 11:09:29 168 | }else if (this.act.type == 58) { 11:09:29 169 | this.nodesList = this.approvers[0].nodes[0].coAuditors; 11:09:29 170 | console.log("加签协办-->",this.nodesList); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:170:9: 11:09:29 168 | }else if (this.act.type == 58) { 11:09:29 169 | this.nodesList = this.approvers[0].nodes[0].coAuditors; 11:09:29 > 170 | console.log("加签协办-->",this.nodesList); 11:09:29 | ^ 11:09:29 171 | } 11:09:29 172 | }, 11:09:29 173 | //获取返回的数据 11:09:29 11:09:29 11:09:29 7 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:51:7: 11:09:29 49 | methods: { 11:09:29 50 | getAllFields(){ 11:09:29 > 51 | console.log(this.$parent) 11:09:29 | ^ 11:09:29 52 | if(this.$store.state.searchFlag==0){ 11:09:29 53 | return this.formdata.fields; 11:09:29 54 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:57:7: 11:09:29 55 | }, 11:09:29 56 | findField(id) { 11:09:29 > 57 | console.log(this.appId+'--测试-'+this.viewId) 11:09:29 | ^ 11:09:29 58 | 11:09:29 59 | let data = this.formdata 11:09:29 60 | console.log('变量:'+this.$store.state.searchFlag) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:60:7: 11:09:29 58 | 11:09:29 59 | let data = this.formdata 11:09:29 > 60 | console.log('变量:'+this.$store.state.searchFlag) 11:09:29 | ^ 11:09:29 61 | for (let i = 0; i < data.fields.length; i++) { 11:09:29 62 | let fld = data.fields[i]; 11:09:29 63 | console.log(fld.value) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:63:9: 11:09:29 61 | for (let i = 0; i < data.fields.length; i++) { 11:09:29 62 | let fld = data.fields[i]; 11:09:29 > 63 | console.log(fld.value) 11:09:29 | ^ 11:09:29 64 | // data.fields[i].value='1' 11:09:29 65 | console.log(this.$store.state.searchDataStore) 11:09:29 66 | if(this.$store.state.searchDataStore.length){ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:65:9: 11:09:29 63 | console.log(fld.value) 11:09:29 64 | // data.fields[i].value='1' 11:09:29 > 65 | console.log(this.$store.state.searchDataStore) 11:09:29 | ^ 11:09:29 66 | if(this.$store.state.searchDataStore.length){ 11:09:29 67 | if(this.$store.state.searchFlag==2&&i<=data.fields.length){ 11:09:29 68 | console.log(66) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:68:13: 11:09:29 66 | if(this.$store.state.searchDataStore.length){ 11:09:29 67 | if(this.$store.state.searchFlag==2&&i<=data.fields.length){ 11:09:29 > 68 | console.log(66) 11:09:29 | ^ 11:09:29 69 | this.$store.state.searchDataStore.forEach(item=>{ 11:09:29 70 | if(item.appId==this.appId&&item.viewId==this.viewId){ 11:09:29 71 | Object.keys(item).forEach((key)=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:73:25: 11:09:29 71 | Object.keys(item).forEach((key)=>{ 11:09:29 72 | if(key==fld.name){ 11:09:29 > 73 | console.log('测试数据'+item[key]) 11:09:29 | ^ 11:09:29 74 | this.$set(data.fields[i],'value',item[key]) 11:09:29 75 | if(i==data.fields.length-1){ 11:09:29 76 | setTimeout(()=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:79:30: 11:09:29 77 | this.$store.commit('searchFlag',1) 11:09:29 78 | },800) 11:09:29 > 79 | console.log(this.$parent.$parent) 11:09:29 | ^ 11:09:29 80 | this.$parent.$parent.openSearchTemplate()//打开高级查询按钮 11:09:29 81 | } 11:09:29 82 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:89:9: 11:09:29 87 | } 11:09:29 88 | 11:09:29 > 89 | console.log(fld) 11:09:29 | ^ 11:09:29 90 | if (id == fld.id) return fld; 11:09:29 91 | } 11:09:29 92 | 11:09:29 11:09:29 11:09:29 9 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAdvert.vue:37:20: 11:09:29 35 | // loading.close();//关闭加载 11:09:29 36 | // }); 11:09:29 > 37 | console.log("banner______________",response.data.data.data) 11:09:29 | ^ 11:09:29 38 | if(response.data.data.data){ 11:09:29 39 | let Arry=[] 11:09:29 40 | response.data.data.data.forEach(item=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAdvert.vue:49:24: 11:09:29 47 | }) 11:09:29 48 | this.bannerArr=Arry 11:09:29 > 49 | console.log(this.bannerArr) 11:09:29 | ^ 11:09:29 50 | } 11:09:29 51 | } 11:09:29 52 | }) 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:80:13: 11:09:29 78 | else { 11:09:29 79 | this.organizationLevels=organizationLevels.split(',')//obpm.config.js定义全局变量organizationLevels 11:09:29 > 80 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels 11:09:29 | ^ 11:09:29 81 | if(this.organizationLevels&&this.organizationLevels.includes('Premium')){ 11:09:29 82 | this.appLevelsList() 11:09:29 83 | }else{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:98:13: 11:09:29 96 | key: "" 11:09:29 97 | } 11:09:29 > 98 | console.log(this.$listeners) 11:09:29 | ^ 11:09:29 99 | this.addTab(param) 11:09:29 100 | }, 11:09:29 101 | applistIframe() {//查询应用列表 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:109:25: 11:09:29 107 | 11:09:29 108 | if (response.data && response.data.errmsg == "ok") { 11:09:29 > 109 | console.log(response.data) 11:09:29 | ^ 11:09:29 110 | if (response.data.data.data.length) { 11:09:29 111 | let arr = [] 11:09:29 112 | response.data.data.data.forEach((item, index) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:128:29: 11:09:29 126 | 11:09:29 127 | }) 11:09:29 > 128 | console.log(arr) 11:09:29 | ^ 11:09:29 129 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 11:09:29 130 | 11:09:29 131 | const titleMap = {} 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:189:29: 11:09:29 187 | } 11:09:29 188 | } 11:09:29 > 189 | console.log(arr2) 11:09:29 | ^ 11:09:29 190 | this.appcateArrList = arr2 11:09:29 191 | 11:09:29 192 | //前端缓存本地代码块--切换不同组织的所有应用列表 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:219:29: 11:09:29 217 | parsedData = JSON.parse(jsonString); 11:09:29 218 | } catch (e) { 11:09:29 > 219 | console.warn('解析 resource.data 失败:', e, resource.data); 11:09:29 | ^ 11:09:29 220 | // 如果解析失败,尝试使用正则表达式提取 11:09:29 221 | const iconMatch = resource.data.match(/icon:\s*['"]([^'"]+)['"]/); 11:09:29 222 | const urlMatch = resource.data.match(/url:\s*['"]([^'"]+)['"]/); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:292:33: 11:09:29 290 | } catch (e) { 11:09:29 291 | // 如果 URL 解析失败(可能是相对路径或特殊格式),使用字符串替换方式 11:09:29 > 292 | console.warn('URL 解析失败,使用字符串替换方式:', e, url); 11:09:29 | ^ 11:09:29 293 | 11:09:29 294 | // 使用正则表达式替换或添加参数 11:09:29 295 | if (token) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:319:21: 11:09:29 317 | 11:09:29 318 | const actionContent = url || resource.id || ''; 11:09:29 > 319 | console.log('actionContent:', actionContent); 11:09:29 | ^ 11:09:29 320 | 11:09:29 321 | // 构建 ico 字段(JSON字符串格式) 11:09:29 322 | const icoString = icon ? JSON.stringify({ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:371:13: 11:09:29 369 | }, 11:09:29 370 | async loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 11:09:29 > 371 | console.log(this.$parent.$parent.$parent.$parent) 11:09:29 | ^ 11:09:29 372 | console.log('当前appId', appId) 11:09:29 373 | 11:09:29 374 | // 判断是否为第三方应用 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:372:13: 11:09:29 370 | async loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 11:09:29 371 | console.log(this.$parent.$parent.$parent.$parent) 11:09:29 > 372 | console.log('当前appId', appId) 11:09:29 | ^ 11:09:29 373 | 11:09:29 374 | // 判断是否为第三方应用 11:09:29 375 | if (appId && appId.startsWith('third_party')) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:381:21: 11:09:29 379 | // 实际项目中可能需要根据具体业务逻辑获取 categoryId 11:09:29 380 | const categoryId = appId || 'default'; // 示例: third_party_category_123 11:09:29 > 381 | console.log('第三方应用类别ID:', categoryId); 11:09:29 | ^ 11:09:29 382 | 11:09:29 383 | // 使用现有的 API 调用方式 11:09:29 384 | this.$api.getRbacCategoryResources(categoryId, { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:386:29: 11:09:29 384 | this.$api.getRbacCategoryResources(categoryId, { 11:09:29 385 | onSucess: (response) => { 11:09:29 > 386 | console.log('第三方应用资源:', response); 11:09:29 | ^ 11:09:29 387 | // 构建第三方应用菜单 11:09:29 388 | if (response && response.data && response.data.data) { 11:09:29 389 | // 注意:实际数据在 response.data.data 中 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:391:33: 11:09:29 389 | // 注意:实际数据在 response.data.data 中 11:09:29 390 | const menus = this.transformRbacResourcesToMenus(response.data.data); 11:09:29 > 391 | console.log('转换后的菜单结构:', menus); 11:09:29 | ^ 11:09:29 392 | 11:09:29 393 | // 将菜单数据存储到 Vuex store 中 11:09:29 394 | this.$store.commit('loadMenus', { appId: appId, menus: menus }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:398:29: 11:09:29 396 | }, 11:09:29 397 | onError: (error) => { 11:09:29 > 398 | console.error('获取第三方应用资源失败:', error); 11:09:29 | ^ 11:09:29 399 | } 11:09:29 400 | }); 11:09:29 401 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:405:21: 11:09:29 403 | return; 11:09:29 404 | } catch (error) { 11:09:29 > 405 | console.error('获取第三方应用资源失败:', error); 11:09:29 | ^ 11:09:29 406 | } 11:09:29 407 | } 11:09:29 408 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:418:17: 11:09:29 416 | } 11:09:29 417 | if (appId == '__Hab04s0VNDPrjFZ3Xlo') {//挂图作战直接打开项目中心首页 11:09:29 > 418 | console.log(this.$parent.$parent) 11:09:29 | ^ 11:09:29 419 | this.$parent.$parent.$parent.$parent.navtopmenuclick(1) 11:09:29 420 | return 11:09:29 421 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:427:17: 11:09:29 425 | 11:09:29 426 | if (appId == '__aNKPFCBuZfyQNzlnlZ9') { //商城pc前端入口 11:09:29 > 427 | console.log(this.$parent.$parent) 11:09:29 | ^ 11:09:29 428 | this.$parent.$parent.$parent.$parent.navtopmenuclick(100) 11:09:29 429 | return 11:09:29 430 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:432:17: 11:09:29 430 | } 11:09:29 431 | if (appId == '__ZG0ZtjrEhvNbj2rlOsF') { //企业钱包前端入口 11:09:29 > 432 | console.log(this.$parent.$parent) 11:09:29 | ^ 11:09:29 433 | this.$parent.$parent.$parent.$parent.navtopmenuclick(101) 11:09:29 434 | return 11:09:29 435 | } 11:09:29 11:09:29 11:09:29 18 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:80:13: 11:09:29 78 | else { 11:09:29 79 | this.organizationLevels=organizationLevels.split(',')//obpm.config.js定义全局变量organizationLevels 11:09:29 > 80 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels 11:09:29 | ^ 11:09:29 81 | if(this.organizationLevels&&this.organizationLevels.includes('Premium')){ 11:09:29 82 | this.appLevelsList() 11:09:29 83 | }else{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:98:13: 11:09:29 96 | key: "" 11:09:29 97 | } 11:09:29 > 98 | console.log(this.$listeners) 11:09:29 | ^ 11:09:29 99 | this.addTab(param) 11:09:29 100 | }, 11:09:29 101 | applistIframe() {//查询应用列表 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:109:25: 11:09:29 107 | 11:09:29 108 | if (response.data && response.data.errmsg == "ok") { 11:09:29 > 109 | console.log(response.data) 11:09:29 | ^ 11:09:29 110 | if (response.data.data.data.length) { 11:09:29 111 | let arr = [] 11:09:29 112 | response.data.data.data.forEach((item, index) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:128:29: 11:09:29 126 | 11:09:29 127 | }) 11:09:29 > 128 | console.log(arr) 11:09:29 | ^ 11:09:29 129 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 11:09:29 130 | 11:09:29 131 | const titleMap = {} 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:189:29: 11:09:29 187 | } 11:09:29 188 | } 11:09:29 > 189 | console.log(arr2) 11:09:29 | ^ 11:09:29 190 | this.appcateArrList = arr2 11:09:29 191 | 11:09:29 192 | //前端缓存本地代码块--切换不同组织的所有应用列表 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:203:13: 11:09:29 201 | }, 11:09:29 202 | loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 11:09:29 > 203 | console.log(this.$parent.$parent.$parent.$parent) 11:09:29 | ^ 11:09:29 204 | console.log('当前appId', appId) 11:09:29 205 | let httpsUrl = location.origin;//获取url各个环境地址--比如http://localhost:4000 11:09:29 206 | if (appId == '__TS2n9hoVZ2MjWTPyJH9') {//警保指挥调度台应用直接跳转 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:204:13: 11:09:29 202 | loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 11:09:29 203 | console.log(this.$parent.$parent.$parent.$parent) 11:09:29 > 204 | console.log('当前appId', appId) 11:09:29 | ^ 11:09:29 205 | let httpsUrl = location.origin;//获取url各个环境地址--比如http://localhost:4000 11:09:29 206 | if (appId == '__TS2n9hoVZ2MjWTPyJH9') {//警保指挥调度台应用直接跳转 11:09:29 207 | this.$nextTick(() => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:214:17: 11:09:29 212 | } 11:09:29 213 | if (appId == '__Hab04s0VNDPrjFZ3Xlo') {//挂图作战直接打开项目中心首页 11:09:29 > 214 | console.log(this.$parent.$parent) 11:09:29 | ^ 11:09:29 215 | this.$parent.$parent.$parent.$parent.navtopmenuclick(1) 11:09:29 216 | return 11:09:29 217 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:223:17: 11:09:29 221 | 11:09:29 222 | if (appId == '__aNKPFCBuZfyQNzlnlZ9') { //商城pc前端入口 11:09:29 > 223 | console.log(this.$parent.$parent) 11:09:29 | ^ 11:09:29 224 | this.$parent.$parent.$parent.$parent.navtopmenuclick(100) 11:09:29 225 | return 11:09:29 226 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:228:17: 11:09:29 226 | } 11:09:29 227 | if (appId == '__ZG0ZtjrEhvNbj2rlOsF') { //企业钱包前端入口 11:09:29 > 228 | console.log(this.$parent.$parent) 11:09:29 | ^ 11:09:29 229 | this.$parent.$parent.$parent.$parent.navtopmenuclick(101) 11:09:29 230 | return 11:09:29 231 | } 11:09:29 11:09:29 11:09:29 10 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeBoard.vue:55:9: 11:09:29 53 | }, 11:09:29 54 | mounted() { 11:09:29 > 55 | console.log(this) 11:09:29 | ^ 11:09:29 56 | }, 11:09:29 57 | components:{ 11:09:29 58 | homeWelcome, 11:09:29 11:09:29 11:09:29 error: The "homeAdvert" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:59:9: 11:09:29 57 | components:{ 11:09:29 58 | homeWelcome, 11:09:29 > 59 | homeAdvert, 11:09:29 | ^ 11:09:29 60 | homeToAlert, 11:09:29 61 | homeMyused, 11:09:29 62 | homeAllApp, 11:09:29 11:09:29 11:09:29 error: The "homeMyused" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:61:9: 11:09:29 59 | homeAdvert, 11:09:29 60 | homeToAlert, 11:09:29 > 61 | homeMyused, 11:09:29 | ^ 11:09:29 62 | homeAllApp, 11:09:29 63 | homeManageCockPit, 11:09:29 64 | homeSecCockPit, 11:09:29 11:09:29 11:09:29 error: The "homeSecCockPit" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:64:9: 11:09:29 62 | homeAllApp, 11:09:29 63 | homeManageCockPit, 11:09:29 > 64 | homeSecCockPit, 11:09:29 | ^ 11:09:29 65 | homeCalendarBox 11:09:29 66 | } 11:09:29 67 | } 11:09:29 11:09:29 11:09:29 4 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeBoardBKT.vue:181:9: 11:09:29 179 | }, 11:09:29 180 | mounted() { 11:09:29 > 181 | console.log(this) 11:09:29 | ^ 11:09:29 182 | }, 11:09:29 183 | components:{ 11:09:29 184 | homeWelcomeNew, 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:66:11: 11:09:29 64 | key:"" 11:09:29 65 | } 11:09:29 > 66 | console.log(this.$listeners) 11:09:29 | ^ 11:09:29 67 | this.addTab(param) 11:09:29 68 | }, 11:09:29 69 | applistIframe(){//查询应用列表 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:76:25: 11:09:29 74 | onSucess: response => { 11:09:29 75 | if (response.data && response.data.errmsg == "ok") { 11:09:29 > 76 | console.log(response.data) 11:09:29 | ^ 11:09:29 77 | if(response.data.data.data.length){ 11:09:29 78 | let arr=[] 11:09:29 79 | response.data.data.data.forEach((item,index)=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:95:29: 11:09:29 93 | 11:09:29 94 | }) 11:09:29 > 95 | console.log(arr) 11:09:29 | ^ 11:09:29 96 | arr.sort((a,b)=>{return Number(a.cateSort)-Number(b.cateSort)}) //分类排序cateSort 11:09:29 97 | 11:09:29 98 | const titleMap = {} 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:146:28: 11:09:29 144 | } 11:09:29 145 | } 11:09:29 > 146 | console.log(arr2) 11:09:29 | ^ 11:09:29 147 | this.appcateArrList=arr2 11:09:29 148 | 11:09:29 149 | if(this.appcateArrList[0].children[0].appid=='__d1qEDy3wYq8VF5KvUoE'){//智能人事(__xkeybkGaZa1SboC9GL1)、机构用户管理(__d1qEDy3wYq8VF5KvUoE) 11:09:29 11:09:29 11:09:29 4 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:325:12: 11:09:29 323 | this.activeIndex=index 11:09:29 324 | var dayobjectStr=new Date(dayobject.day) 11:09:29 > 325 | console.log(dayobjectStr.getFullYear()) 11:09:29 | ^ 11:09:29 326 | console.log(dayobjectStr.getMonth()+1) 11:09:29 327 | console.log(dayobjectStr.getDate()) 11:09:29 328 | let year=dayobjectStr.getFullYear() 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:326:12: 11:09:29 324 | var dayobjectStr=new Date(dayobject.day) 11:09:29 325 | console.log(dayobjectStr.getFullYear()) 11:09:29 > 326 | console.log(dayobjectStr.getMonth()+1) 11:09:29 | ^ 11:09:29 327 | console.log(dayobjectStr.getDate()) 11:09:29 328 | let year=dayobjectStr.getFullYear() 11:09:29 329 | let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:327:12: 11:09:29 325 | console.log(dayobjectStr.getFullYear()) 11:09:29 326 | console.log(dayobjectStr.getMonth()+1) 11:09:29 > 327 | console.log(dayobjectStr.getDate()) 11:09:29 | ^ 11:09:29 328 | let year=dayobjectStr.getFullYear() 11:09:29 329 | let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1) 11:09:29 330 | let day=dayobjectStr.getDate()<10?'0'+dayobjectStr.getDate():dayobjectStr.getDate() 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:346:13: 11:09:29 344 | let str=this.currentYear+'-'+currentMonthStr 11:09:29 345 | let obj={startTime:str} 11:09:29 > 346 | console.log(obj) 11:09:29 | ^ 11:09:29 347 | this.$api.v3searchCalendarListApi(obj,{ 11:09:29 348 | onSucess: response => { 11:09:29 349 | console.log(response.data) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:349:21: 11:09:29 347 | this.$api.v3searchCalendarListApi(obj,{ 11:09:29 348 | onSucess: response => { 11:09:29 > 349 | console.log(response.data) 11:09:29 | ^ 11:09:29 350 | if(response.data.code){ 11:09:29 351 | this.calendarAllItem=response.data.datas 11:09:29 352 | console.log(this.calendarAllItem) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:352:25: 11:09:29 350 | if(response.data.code){ 11:09:29 351 | this.calendarAllItem=response.data.datas 11:09:29 > 352 | console.log(this.calendarAllItem) 11:09:29 | ^ 11:09:29 353 | if(this.calendarAllItem.length){ 11:09:29 354 | this.calendarAllItem.forEach(item=>{ 11:09:29 355 | let date=new Date(item.item_starttime.time) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:362:29: 11:09:29 360 | this.$set(item,'itemStartTimeAllTime',dateStr) 11:09:29 361 | }) 11:09:29 > 362 | console.log(this.calendarAllItem) 11:09:29 | ^ 11:09:29 363 | 11:09:29 364 | //同一天 11:09:29 365 | this.days.forEach(item=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:370:44: 11:09:29 368 | this.$nextTick(()=>{ 11:09:29 369 | this.$set(item,'count',item.count+1) 11:09:29 > 370 | console.log(its.item_state) 11:09:29 | ^ 11:09:29 371 | if(its.item_state=='已完成'){ 11:09:29 372 | this.$set(item,'itemstatecount',item.itemstatecount+1) 11:09:29 373 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:379:29: 11:09:29 377 | }) 11:09:29 378 | 11:09:29 > 379 | console.log(this.days) 11:09:29 | ^ 11:09:29 380 | } 11:09:29 381 | } 11:09:29 382 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:401:13: 11:09:29 399 | } 11:09:29 400 | let obj={startTime:str} 11:09:29 > 401 | console.log(obj) 11:09:29 | ^ 11:09:29 402 | this.$api.v3searchCalendarListApi(obj,{ 11:09:29 403 | onSucess: response => { 11:09:29 404 | console.log(response.data) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:404:21: 11:09:29 402 | this.$api.v3searchCalendarListApi(obj,{ 11:09:29 403 | onSucess: response => { 11:09:29 > 404 | console.log(response.data) 11:09:29 | ^ 11:09:29 405 | if(response.data.code){ 11:09:29 406 | this.calendarDataItems=response.data.datas 11:09:29 407 | if(this.calendarDataItems.length){ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:416:26: 11:09:29 414 | }) 11:09:29 415 | } 11:09:29 > 416 | console.log(this.calendarDataItems) 11:09:29 | ^ 11:09:29 417 | } 11:09:29 418 | } 11:09:29 419 | }) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:422:13: 11:09:29 420 | }, 11:09:29 421 | itemState(item){ 11:09:29 > 422 | console.log(item) 11:09:29 | ^ 11:09:29 423 | let obj={ 11:09:29 424 | id:item.id, 11:09:29 425 | state:item.item_stateFlag?'已完成':'未完成' 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:429:21: 11:09:29 427 | this.$api.v3CanlendarFinishStatusApi(obj,{ 11:09:29 428 | onSucess: response => { 11:09:29 > 429 | console.log(response.data) 11:09:29 | ^ 11:09:29 430 | if(response.data.code){ 11:09:29 431 | this.searchCalendarList() 11:09:29 432 | this.searchCalendarListDay() 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:467:13: 11:09:29 465 | }, 11:09:29 466 | submit(){ 11:09:29 > 467 | console.log(this.formList.startTime) 11:09:29 | ^ 11:09:29 468 | console.log(typeof this.formList.startTime) 11:09:29 469 | console.log(this.formList) 11:09:29 470 | console.log(this.resultArr) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:468:13: 11:09:29 466 | submit(){ 11:09:29 467 | console.log(this.formList.startTime) 11:09:29 > 468 | console.log(typeof this.formList.startTime) 11:09:29 | ^ 11:09:29 469 | console.log(this.formList) 11:09:29 470 | console.log(this.resultArr) 11:09:29 471 | if(this.formList.endTime){ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:469:13: 11:09:29 467 | console.log(this.formList.startTime) 11:09:29 468 | console.log(typeof this.formList.startTime) 11:09:29 > 469 | console.log(this.formList) 11:09:29 | ^ 11:09:29 470 | console.log(this.resultArr) 11:09:29 471 | if(this.formList.endTime){ 11:09:29 472 | if(this.formList.endTime<this.formList.startTime) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:470:13: 11:09:29 468 | console.log(typeof this.formList.startTime) 11:09:29 469 | console.log(this.formList) 11:09:29 > 470 | console.log(this.resultArr) 11:09:29 | ^ 11:09:29 471 | if(this.formList.endTime){ 11:09:29 472 | if(this.formList.endTime<this.formList.startTime) { 11:09:29 473 | this.$message({type:'warning',message:'结束时间不能小于开始时间'}) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:489:22: 11:09:29 487 | ParticipantName=ParticipantName.substring(0,ParticipantName.length-1) 11:09:29 488 | } 11:09:29 > 489 | console.log(participant) 11:09:29 | ^ 11:09:29 490 | let obj={ 11:09:29 491 | items:{ 11:09:29 492 | thescheduleofTheType:this.formList.thescheduleofTheType, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:509:33: 11:09:29 507 | this.$api.v3CalendarOkUpdateApi(obj,{ 11:09:29 508 | onSucess: response => { 11:09:29 > 509 | console.log(response.data) 11:09:29 | ^ 11:09:29 510 | if(response.data.code==0){ 11:09:29 511 | this.dialog=false 11:09:29 512 | this.$nextTick(function () { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:524:33: 11:09:29 522 | this.$api.v3CalendarOkApi(obj,{ 11:09:29 523 | onSucess: response => { 11:09:29 > 524 | console.log(response.data) 11:09:29 | ^ 11:09:29 525 | if(response.data.code==0){ 11:09:29 526 | this.dialog=false 11:09:29 527 | this.$nextTick(function () { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:551:13: 11:09:29 549 | }, 11:09:29 550 | filterMethod(val){//输入框过滤搜索 11:09:29 > 551 | console.log(val)//输入框关键词名称 11:09:29 | ^ 11:09:29 552 | this.params.keyword=val 11:09:29 553 | let obj2={domainId:localStorage.getItem("domainId")||''} 11:09:29 554 | this.$api.v3employeeTableListApi(this.params,obj2,{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:588:13: 11:09:29 586 | }, 11:09:29 587 | filterMethodParty(val){//输入框过滤搜索 11:09:29 > 588 | console.log(val)//输入框关键词名称 11:09:29 | ^ 11:09:29 589 | this.params2.keyword=val 11:09:29 590 | let obj2={domainId:localStorage.getItem("domainId")||''} 11:09:29 591 | this.$api.v3employeeTableListApi(this.params2,obj2,{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:613:13: 11:09:29 611 | this.resultArr=resultArr2 11:09:29 612 | this.resultArr=[...new Set(this.resultArr)] 11:09:29 > 613 | console.log(this.resultArr) 11:09:29 | ^ 11:09:29 614 | }, 11:09:29 615 | removetagParty(val){ 11:09:29 616 | console.log(val) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:616:13: 11:09:29 614 | }, 11:09:29 615 | removetagParty(val){ 11:09:29 > 616 | console.log(val) 11:09:29 | ^ 11:09:29 617 | this.resultArr.forEach(item=>{ 11:09:29 618 | if(item.id==val){ 11:09:29 619 | this.resultArr.splice(item,1) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:622:13: 11:09:29 620 | } 11:09:29 621 | }) 11:09:29 > 622 | console.log(this.resultArr) 11:09:29 | ^ 11:09:29 623 | }, 11:09:29 624 | uploadImg(e) { 11:09:29 625 | // alert(this.fileList.length) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:630:13: 11:09:29 628 | // return false 11:09:29 629 | // } 11:09:29 > 630 | console.log(e.file) 11:09:29 | ^ 11:09:29 631 | let fd=new FormData() 11:09:29 632 | fd.append("file",e.file) 11:09:29 633 | console.log(fd) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:633:13: 11:09:29 631 | let fd=new FormData() 11:09:29 632 | fd.append("file",e.file) 11:09:29 > 633 | console.log(fd) 11:09:29 | ^ 11:09:29 634 | this.$api.v3commonFileUploadApi(fd,{ 11:09:29 635 | onSucess: response => { 11:09:29 636 | console.log(response.data.data) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:636:21: 11:09:29 634 | this.$api.v3commonFileUploadApi(fd,{ 11:09:29 635 | onSucess: response => { 11:09:29 > 636 | console.log(response.data.data) 11:09:29 | ^ 11:09:29 637 | let obj={ 11:09:29 638 | name:e.file.name, 11:09:29 639 | path:response.data.data, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:656:12: 11:09:29 654 | }, 11:09:29 655 | handleRemove(file, fileList){ 11:09:29 > 656 | console.log(file) 11:09:29 | ^ 11:09:29 657 | this.fileList.forEach((item,index)=>{ 11:09:29 658 | if(item==file){ 11:09:29 659 | this.fileList.splice(index,1) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:700:11: 11:09:29 698 | }, 11:09:29 699 | onpreview(file){ 11:09:29 > 700 | console.log(file) 11:09:29 | ^ 11:09:29 701 | if(file.path.indexOf('http')==-1){ 11:09:29 702 | if(location.origin.indexOf('test')>-1){ 11:09:29 703 | window.open('/v3/shared'+file.path) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:727:29: 11:09:29 725 | this.$api.v3CanlendarDelApi(obj,{ 11:09:29 726 | onSucess: response => { 11:09:29 > 727 | console.log(response.data) 11:09:29 | ^ 11:09:29 728 | if(response.data.code){ 11:09:29 729 | this.searchCalendarList() 11:09:29 730 | this.searchCalendarListDay() 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:745:21: 11:09:29 743 | this.$api.v3CanlendarFinishStatusApi(obj,{ 11:09:29 744 | onSucess: response => { 11:09:29 > 745 | console.log(response.data) 11:09:29 | ^ 11:09:29 746 | if(response.data.code){ 11:09:29 747 | this.searchCalendarList() 11:09:29 748 | this.searchCalendarListDay() 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:766:25: 11:09:29 764 | if(response.data.code==0){ 11:09:29 765 | this.formList=response.data.datas[0] 11:09:29 > 766 | console.log(this.formList) 11:09:29 | ^ 11:09:29 767 | if(this.formList.item_starttime){ 11:09:29 768 | let date=new Date(this.formList.item_starttime.time) 11:09:29 769 | let year=date.getFullYear() 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:775:29: 11:09:29 773 | let mm=date.getMinutes()<10?'0'+date.getMinutes():date.getMinutes() 11:09:29 774 | let startTime=year+'-'+month+'-'+dates+' '+HH+':'+mm 11:09:29 > 775 | console.log(startTime) 11:09:29 | ^ 11:09:29 776 | console.log(typeof startTime) 11:09:29 777 | this.$set(this.formList,'startTime',startTime) 11:09:29 778 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:776:29: 11:09:29 774 | let startTime=year+'-'+month+'-'+dates+' '+HH+':'+mm 11:09:29 775 | console.log(startTime) 11:09:29 > 776 | console.log(typeof startTime) 11:09:29 | ^ 11:09:29 777 | this.$set(this.formList,'startTime',startTime) 11:09:29 778 | } 11:09:29 779 | if(this.formList.item_endtime){ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:796:29: 11:09:29 794 | this.$set(this.formList,'executorName',this.formList.item_executorname) 11:09:29 795 | if(this.formList.item_participant){ 11:09:29 > 796 | console.log(this.formList.item_participant) 11:09:29 | ^ 11:09:29 797 | let participantStr=this.formList.item_participant.split(";") 11:09:29 798 | this.$set(this.formList,'participant',participantStr) 11:09:29 799 | this.$set(this.formList,'ParticipantName',this.formList.item_participantname) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:869:13: 11:09:29 867 | this.$set(item,'count',0) 11:09:29 868 | }) 11:09:29 > 869 | console.log(this.days) 11:09:29 | ^ 11:09:29 870 | }, 11:09:29 871 | pickPre(year, month){ 11:09:29 872 | // setDate(0); 上月最后一天 11:09:29 11:09:29 11:09:29 38 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:32:13: 11:09:29 30 | methods:{ 11:09:29 31 | clickMenu(target){ 11:09:29 > 32 | console.log('clickMenu', target) 11:09:29 | ^ 11:09:29 33 | } 11:09:29 34 | } 11:09:29 35 | } 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeSecCockPit.vue:80:21: 11:09:29 78 | this.$api.v3manageCockPitListApi(data,{ 11:09:29 79 | onSucess: response => { 11:09:29 > 80 | console.log(response.data) 11:09:29 | ^ 11:09:29 81 | if(response.data.code==0){ 11:09:29 82 | let dataNums=response.data.data 11:09:29 83 | if(dataNums.length){ 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:55:9: 11:09:29 53 | }, 11:09:29 54 | created() { 11:09:29 > 55 | console.log(this.$root.user) 11:09:29 | ^ 11:09:29 56 | this.network = __network__ 11:09:29 57 | if(this.network){ 11:09:29 58 | this.getLocation(); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:107:24: 11:09:29 105 | if(response.data.data){ 11:09:29 106 | this.hiredDate=response.data.data.hiredDate 11:09:29 > 107 | console.log(this.hiredDate) 11:09:29 | ^ 11:09:29 108 | this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate()) 11:09:29 109 | } 11:09:29 110 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:121:23: 11:09:29 119 | onSucess: response => { 11:09:29 120 | if(response.data.data){ 11:09:29 > 121 | console.log(response.data.data) 11:09:29 | ^ 11:09:29 122 | if(response.data.data.datas.length){ 11:09:29 123 | this.getAnnouncementFirst=response.data.data.datas[0] 11:09:29 124 | }else{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:159:21: 11:09:29 157 | function onComplete (data) { 11:09:29 158 | // data是具体的定位信息 11:09:29 > 159 | console.log('定位成功信息:', data.addressComponent.city); 11:09:29 | ^ 11:09:29 160 | self.city = (data.addressComponent && data.addressComponent.city); 11:09:29 161 | AMap.plugin('AMap.Weather', function() { 11:09:29 162 | console.log(self.city) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:162:25: 11:09:29 160 | self.city = (data.addressComponent && data.addressComponent.city); 11:09:29 161 | AMap.plugin('AMap.Weather', function() { 11:09:29 > 162 | console.log(self.city) 11:09:29 | ^ 11:09:29 163 | var weather = new AMap.Weather(); 11:09:29 164 | weather.getLive(self.city, function(err, data) { 11:09:29 165 | if (!err) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:166:33: 11:09:29 164 | weather.getLive(self.city, function(err, data) { 11:09:29 165 | if (!err) { 11:09:29 > 166 | console.log(data) 11:09:29 | ^ 11:09:29 167 | self.cityInfo=data 11:09:29 168 | if(data.weather.indexOf('晴')>-1){ 11:09:29 169 | self.weatherImg=self.sun 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:200:21: 11:09:29 198 | function onError (data) { 11:09:29 199 | // 定位出错 11:09:29 > 200 | console.log('定位失败错误:', data); 11:09:29 | ^ 11:09:29 201 | self.city=''//定位失败隐藏 11:09:29 202 | // 调用IP定位 11:09:29 203 | self.getLngLatLocation(); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:213:21: 11:09:29 211 | if (status === 'complete' && result.info === 'OK') { 11:09:29 212 | // 查询成功,result即为当前所在城市信息 11:09:29 > 213 | console.log('通过ip获取当前城市:', result); 11:09:29 | ^ 11:09:29 214 | // 逆向地理编码 11:09:29 215 | AMap.plugin('AMap.Geocoder', function () { 11:09:29 216 | var geocoder = new AMap.Geocoder({ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:225:25: 11:09:29 223 | if (status === 'complete' && data.info === 'OK') { 11:09:29 224 | // result为对应的地理位置详细信息 11:09:29 > 225 | console.log(data); 11:09:29 | ^ 11:09:29 226 | } 11:09:29 227 | }); 11:09:29 228 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:246:20: 11:09:29 244 | // loading.close();//关闭加载 11:09:29 245 | // }); 11:09:29 > 246 | console.log('banner______________',response.data.data.data) 11:09:29 | ^ 11:09:29 247 | if(response.data.data.data){ 11:09:29 248 | let Arry=[] 11:09:29 249 | response.data.data.data.forEach(item=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:258:24: 11:09:29 256 | }) 11:09:29 257 | this.bannerArr=Arry 11:09:29 > 258 | console.log(this.bannerArr) 11:09:29 | ^ 11:09:29 259 | } 11:09:29 260 | } 11:09:29 261 | }) 11:09:29 11:09:29 11:09:29 11 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:57:9: 11:09:29 55 | }, 11:09:29 56 | created() { 11:09:29 > 57 | console.log(this.$root.user) 11:09:29 | ^ 11:09:29 58 | this.network = __network__ 11:09:29 59 | if(this.network){ 11:09:29 60 | this.getLocation(); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:154:24: 11:09:29 152 | if(response.data.data){ 11:09:29 153 | this.hiredDate=response.data.data.hiredDate 11:09:29 > 154 | console.log(this.hiredDate) 11:09:29 | ^ 11:09:29 155 | this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate()) 11:09:29 156 | } 11:09:29 157 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:168:23: 11:09:29 166 | onSucess: response => { 11:09:29 167 | if(response.data.data){ 11:09:29 > 168 | console.log(response.data.data) 11:09:29 | ^ 11:09:29 169 | if(response.data.data.datas.length){ 11:09:29 170 | this.getAnnouncementFirst=response.data.data.datas[0] 11:09:29 171 | }else{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:206:21: 11:09:29 204 | function onComplete (data) { 11:09:29 205 | // data是具体的定位信息 11:09:29 > 206 | console.log('定位成功信息:', data.addressComponent.city); 11:09:29 | ^ 11:09:29 207 | self.city = (data.addressComponent && data.addressComponent.city); 11:09:29 208 | AMap.plugin('AMap.Weather', function() { 11:09:29 209 | console.log(self.city) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:209:25: 11:09:29 207 | self.city = (data.addressComponent && data.addressComponent.city); 11:09:29 208 | AMap.plugin('AMap.Weather', function() { 11:09:29 > 209 | console.log(self.city) 11:09:29 | ^ 11:09:29 210 | var weather = new AMap.Weather(); 11:09:29 211 | weather.getLive(self.city, function(err, data) { 11:09:29 212 | if (!err) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:213:33: 11:09:29 211 | weather.getLive(self.city, function(err, data) { 11:09:29 212 | if (!err) { 11:09:29 > 213 | console.log(data) 11:09:29 | ^ 11:09:29 214 | self.cityInfo=data 11:09:29 215 | if(data.weather.indexOf('晴')>-1){ 11:09:29 216 | self.weatherImg=self.sun 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:247:21: 11:09:29 245 | function onError (data) { 11:09:29 246 | // 定位出错 11:09:29 > 247 | console.log('定位失败错误:', data); 11:09:29 | ^ 11:09:29 248 | self.city=''//定位失败隐藏 11:09:29 249 | // 调用IP定位 11:09:29 250 | self.getLngLatLocation(); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:260:21: 11:09:29 258 | if (status === 'complete' && result.info === 'OK') { 11:09:29 259 | // 查询成功,result即为当前所在城市信息 11:09:29 > 260 | console.log('通过ip获取当前城市:', result); 11:09:29 | ^ 11:09:29 261 | // 逆向地理编码 11:09:29 262 | AMap.plugin('AMap.Geocoder', function () { 11:09:29 263 | var geocoder = new AMap.Geocoder({ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:272:25: 11:09:29 270 | if (status === 'complete' && data.info === 'OK') { 11:09:29 271 | // result为对应的地理位置详细信息 11:09:29 > 272 | console.log(data); 11:09:29 | ^ 11:09:29 273 | } 11:09:29 274 | }); 11:09:29 275 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:293:20: 11:09:29 291 | // loading.close();//关闭加载 11:09:29 292 | // }); 11:09:29 > 293 | console.log('banner______________',response.data.data.data) 11:09:29 | ^ 11:09:29 294 | if(response.data.data.data){ 11:09:29 295 | let Arry=[] 11:09:29 296 | response.data.data.data.forEach(item=>{ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:305:24: 11:09:29 303 | }) 11:09:29 304 | this.bannerArr=Arry.slice(0,3) 11:09:29 > 305 | console.log(this.bannerArr) 11:09:29 | ^ 11:09:29 306 | } 11:09:29 307 | } 11:09:29 308 | }) 11:09:29 11:09:29 11:09:29 11 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/main_content.vue:237:7: 11:09:29 235 | onTabClick: function(tab,index) { 11:09:29 236 | // debugger 11:09:29 > 237 | console.log(tab) 11:09:29 | ^ 11:09:29 238 | console.log(index) 11:09:29 239 | this.$emit("active-tab", tab,index); 11:09:29 240 | //点击tab标签左边菜单显示对应的应用--bcx新增功能 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/main_content.vue:238:7: 11:09:29 236 | // debugger 11:09:29 237 | console.log(tab) 11:09:29 > 238 | console.log(index) 11:09:29 | ^ 11:09:29 239 | this.$emit("active-tab", tab,index); 11:09:29 240 | //点击tab标签左边菜单显示对应的应用--bcx新增功能 11:09:29 241 | let appId=tab.appId 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/main_content.vue:255:9: 11:09:29 253 | this.$root.appid = appId; 11:09:29 254 | } 11:09:29 > 255 | console.log(tab) 11:09:29 | ^ 11:09:29 256 | this.setMaincontent(false) 11:09:29 257 | this.$parent.showApp=true 11:09:29 258 | this.$parent.showWait=false 11:09:29 11:09:29 11:09:29 3 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:157:7: 11:09:29 155 | defaultClickFirst(dataArr){ 11:09:29 156 | // debugger 11:09:29 > 157 | console.log(dataArr) 11:09:29 | ^ 11:09:29 158 | if(dataArr[0].children){ 11:09:29 159 | if(dataArr[0].children[0].children){ 11:09:29 160 | this.onMenuClick(dataArr[0].children[0].children[0]) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:165:11: 11:09:29 163 | } 11:09:29 164 | }else{ 11:09:29 > 165 | console.log(dataArr[0]) 11:09:29 | ^ 11:09:29 166 | this.onMenuClick(dataArr[0]) 11:09:29 167 | } 11:09:29 168 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:171:7: 11:09:29 169 | onMenuClick: function(menu) { 11:09:29 170 | // debugger 11:09:29 > 171 | console.log(menu) 11:09:29 | ^ 11:09:29 172 | this.currentMenuId = menu.id; 11:09:29 173 | if(menu.opentarget == "target") { 11:09:29 174 | let paramKey = ''; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:198:1: 11:09:29 196 | }); 11:09:29 197 | 11:09:29 > 198 | console.log(routeData,'routeDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteData'); 11:09:29 | ^ 11:09:29 199 | 11:09:29 200 | window.open(routeData.href, '_blank'); 11:09:29 201 | 11:09:29 11:09:29 11:09:29 4 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/main_pending.vue:605:9: 11:09:29 603 | activate() { 11:09:29 604 | if (this.backlogRight.length === 0) { 11:09:29 > 605 | console.log("--->0"); 11:09:29 | ^ 11:09:29 606 | } 11:09:29 607 | }, 11:09:29 608 | //点击左侧导航触发待办事项 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/main_processing.vue:248:7: 11:09:29 246 | }, 11:09:29 247 | isComplete() { 11:09:29 > 248 | console.log("isComplete---->",this.status); 11:09:29 | ^ 11:09:29 249 | let appId = this.openParams.appId ? this.openParams.appId : this.currentAppId; 11:09:29 250 | let params = { 11:09:29 251 | applicationId: appId, 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/main_read.vue:209:7: 11:09:29 207 | }, 11:09:29 208 | onRowClick(row, column, event ) { 11:09:29 > 209 | console.log("row--->",row.index); 11:09:29 | ^ 11:09:29 210 | 11:09:29 211 | let params = { 11:09:29 212 | appId: this.$root.appid, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/main_read.vue:351:9: 11:09:29 349 | activate() { 11:09:29 350 | if (this.backlogRight.length === 0) { 11:09:29 > 351 | console.log("--->0"); 11:09:29 | ^ 11:09:29 352 | } 11:09:29 353 | }, 11:09:29 354 | //点击左侧导航触发待办事项 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/main_unread.vue:211:7: 11:09:29 209 | }, 11:09:29 210 | onRowClick(row, column, event ) { 11:09:29 > 211 | console.log("row--->",row.index); 11:09:29 | ^ 11:09:29 212 | 11:09:29 213 | let params = { 11:09:29 214 | appId: this.$root.appid, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/main_unread.vue:353:9: 11:09:29 351 | activate() { 11:09:29 352 | if (this.backlogRight.length === 0) { 11:09:29 > 353 | console.log("--->0"); 11:09:29 | ^ 11:09:29 354 | } 11:09:29 355 | }, 11:09:29 356 | //点击左侧导航触发待办事项 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/map_arcGIS.vue:122:9: 11:09:29 120 | 11:09:29 121 | }, reason => { 11:09:29 > 122 | console.log (reason); 11:09:29 | ^ 11:09:29 123 | }) 11:09:29 124 | }, 11:09:29 125 | 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:49:5: 11:09:29 47 | created() { 11:09:29 48 | 11:09:29 > 49 | console.log(this.openParams,'openParams'); 11:09:29 | ^ 11:09:29 50 | 11:09:29 51 | // Function to check if the URL contains the specified domain and redirect 11:09:29 52 | function checkAndRedirect(v) { 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_calctext.vue:47:7: 11:09:29 45 | methods: { 11:09:29 46 | setValue(value) { 11:09:29 > 47 | console.log(value) 11:09:29 | ^ 11:09:29 48 | if(value&&value.indexOf("pdfviewer.html") > -1) { 11:09:29 49 | let statiContextPath = obpmConfig.statiContextPath; 11:09:29 50 | if(statiContextPath) { //5.0 trunk 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_dept_select.vue:297:11: 11:09:29 295 | onSucess: (res) => { 11:09:29 296 | this.tableData = res.data.data; 11:09:29 > 297 | console.log(this.tableData); 11:09:29 | ^ 11:09:29 298 | }, 11:09:29 299 | }); 11:09:29 300 | }, 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:323:7: 11:09:29 321 | this.activeRightDept.push(key); 11:09:29 322 | } 11:09:29 > 323 | console.log("------------->", this.activeRightDept); 11:09:29 | ^ 11:09:29 324 | }, 11:09:29 325 | selectType(val) { 11:09:29 326 | if (val == "TORIGHT") { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:524:13: 11:09:29 522 | // name: "test123" 11:09:29 523 | // userCount: 21 11:09:29 > 524 | console.log("this.nodes--->", nodes); 11:09:29 | ^ 11:09:29 525 | resolve(nodes); 11:09:29 526 | }, 11:09:29 527 | }); 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:252:11: 11:09:29 250 | this.$api.templateDownload(name, path, { 11:09:29 251 | onSucess: (response) => { 11:09:29 > 252 | console.log("res--->", response); 11:09:29 | ^ 11:09:29 253 | let fileName = ""; 11:09:29 254 | let type = response.headers["content-type"]; 11:09:29 255 | if (response.headers["content-disposition"]) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:333:7: 11:09:29 331 | }, 11:09:29 332 | openKmDialog() { 11:09:29 > 333 | console.log("------------>", this.selectData); 11:09:29 | ^ 11:09:29 334 | this.dialogVisible = true; 11:09:29 335 | //fileName=&orderByfield=CREATE_DATE&orderMode=desc&pageNo=1&linesPerPage=10&_=1594349604925 11:09:29 336 | let params = { 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:387:9: 11:09:29 385 | listUp(index) { 11:09:29 386 | if (index == 0) { 11:09:29 > 387 | console.log("最顶部-->"); 11:09:29 | ^ 11:09:29 388 | } else { 11:09:29 389 | let arr = this.field.value; 11:09:29 390 | arr[index] = arr.splice(index - 1, 1, arr[index])[0]; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:397:9: 11:09:29 395 | listDown(index) { 11:09:29 396 | if (index == this.field.value.length - 1) { 11:09:29 > 397 | console.log("最底部-->"); 11:09:29 | ^ 11:09:29 398 | } else { 11:09:29 399 | let arr = this.field.value; 11:09:29 400 | arr[index] = arr.splice(index + 1, 1, arr[index])[0]; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:419:4: 11:09:29 417 | 11:09:29 418 | uploadImg(e){ 11:09:29 > 419 | console.log(e.file) 11:09:29 | ^ 11:09:29 420 | //obs文件上传start 11:09:29 421 | if(__network__){ 11:09:29 422 | this.obsFile(e)//obs文件上传 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:668:5: 11:09:29 666 | } 11:09:29 667 | link.href = op + "/runtime/file/download?filename=" + encodeURI(file.name) + "&filepath=" + file.path+'&v='+new Date().getTime(); 11:09:29 > 668 | console.log(link.href) 11:09:29 | ^ 11:09:29 669 | link.setAttribute('download', file.name); 11:09:29 670 | link.click(); 11:09:29 671 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:676:6: 11:09:29 674 | handleExceed(files, fileList) { //文件超出个数限制时的钩子 11:09:29 675 | if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传 11:09:29 > 676 | console.log(files[0]) 11:09:29 | ^ 11:09:29 677 | files[0].uid=new Date().getTime() 11:09:29 678 | this.field.value=[] 11:09:29 679 | let e={file:files[0]} 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:850:4: 11:09:29 848 | }) 11:09:29 849 | form.get('files') 11:09:29 > 850 | console.log(form.get('files')) 11:09:29 | ^ 11:09:29 851 | e.file=form.get('files') 11:09:29 852 | //去掉文件名称空格end 11:09:29 853 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:876:5: 11:09:29 874 | SourceFile:e.file //获取file文件 11:09:29 875 | }).then(function(result) { 11:09:29 > 876 | console.log(result) 11:09:29 | ^ 11:09:29 877 | 11:09:29 878 | if(result.CommonMsg.Status < 300){ 11:09:29 879 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:880:6: 11:09:29 878 | if(result.CommonMsg.Status < 300){ 11:09:29 879 | 11:09:29 > 880 | console.log('Create object:' + objectKey + ' successfully!\n'); 11:09:29 | ^ 11:09:29 881 | var httpurl=`https://${BucketName}.${urlserver}/${objectKey}` 11:09:29 882 | httpurl = convertCdnPath(httpurl); 11:09:29 883 | // let ob = {}; 11:09:29 11:09:29 11:09:29 8 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:310:4: 11:09:29 308 | } 11:09:29 309 | 11:09:29 > 310 | console.log("formData.value-->",formData.value) 11:09:29 | ^ 11:09:29 311 | 11:09:29 312 | 11:09:29 313 | if(formData.value && formData.value.length > 0) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:463:4: 11:09:29 461 | 11:09:29 462 | uploadSuccess(response, file, fileList) { 11:09:29 > 463 | console.log(file); 11:09:29 | ^ 11:09:29 464 | console.log(fileList); 11:09:29 465 | let obj = { 11:09:29 466 | name: response.data[0].fileName, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:464:4: 11:09:29 462 | uploadSuccess(response, file, fileList) { 11:09:29 463 | console.log(file); 11:09:29 > 464 | console.log(fileList); 11:09:29 | ^ 11:09:29 465 | let obj = { 11:09:29 466 | name: response.data[0].fileName, 11:09:29 467 | path: response.data[0].filePath, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:569:4: 11:09:29 567 | 11:09:29 568 | handleRemove(file, fileList) { 11:09:29 > 569 | console.log("file--->",file); 11:09:29 | ^ 11:09:29 570 | console.log(fileList); 11:09:29 571 | let appId = this.$root.appid; 11:09:29 572 | let formId = this.field.formId; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:570:4: 11:09:29 568 | handleRemove(file, fileList) { 11:09:29 569 | console.log("file--->",file); 11:09:29 > 570 | console.log(fileList); 11:09:29 | ^ 11:09:29 571 | let appId = this.$root.appid; 11:09:29 572 | let formId = this.field.formId; 11:09:29 573 | let docId = this.field.docId; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:584:7: 11:09:29 582 | } 11:09:29 583 | } 11:09:29 > 584 | console.log("this.field.value--->",this.field.value); 11:09:29 | ^ 11:09:29 585 | } 11:09:29 586 | if (this.field.refreshOnChanged){ 11:09:29 587 | // this.$parent.refresh(this.field.id); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:696:9: 11:09:29 694 | 11:09:29 695 | obsFile(e){//obs文件上传 11:09:29 > 696 | console.log(e) 11:09:29 | ^ 11:09:29 697 | //去掉文件名称空格start 11:09:29 698 | let form = new FormData(); 11:09:29 699 | form.append("files", e.file); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:706:4: 11:09:29 704 | }) 11:09:29 705 | form.get('files') 11:09:29 > 706 | console.log(form.get('files')) 11:09:29 | ^ 11:09:29 707 | e.file=form.get('files') 11:09:29 708 | //去掉文件名称空格end 11:09:29 709 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:732:5: 11:09:29 730 | SourceFile:e.file //获取file文件 11:09:29 731 | }).then(function(result) { 11:09:29 > 732 | console.log(result) 11:09:29 | ^ 11:09:29 733 | 11:09:29 734 | if(result.CommonMsg.Status < 300){ 11:09:29 735 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:736:6: 11:09:29 734 | if(result.CommonMsg.Status < 300){ 11:09:29 735 | 11:09:29 > 736 | console.log('Create object:' + objectKey + ' successfully!\n'); 11:09:29 | ^ 11:09:29 737 | var httpurl=`https://${BucketName}.${urlserver}/${objectKey}` 11:09:29 738 | httpurl = convertCdnPath(httpurl); 11:09:29 739 | 11:09:29 11:09:29 11:09:29 10 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_input.vue:206:13: 11:09:29 204 | 11:09:29 205 | if(formData.id.indexOf('shapeType')>-1){ 11:09:29 > 206 | console.log('shapeType',e.data) 11:09:29 | ^ 11:09:29 207 | // formData.value=e.data.shapeType 11:09:29 208 | formData.value=e.data.shapeType 11:09:29 209 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_input.vue:211:14: 11:09:29 209 | } 11:09:29 210 | if(formData.id.indexOf('shapedLocation')>-1){ 11:09:29 > 211 | console.log('shapedLocation',e.data) 11:09:29 | ^ 11:09:29 212 | formData.value=JSON.stringify(e.data.shapedLocation) 11:09:29 213 | } 11:09:29 214 | }) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_input.vue:243:9: 11:09:29 241 | handler:function(newV,oldV){ 11:09:29 242 | this.value = newV 11:09:29 > 243 | console.log('this.value',this.value) 11:09:29 | ^ 11:09:29 244 | let field = this.field 11:09:29 245 | if (field.refreshOnChanged) {//判断是否需要刷新 11:09:29 246 | if(field.refreshMode == 1) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_input.vue:346:11: 11:09:29 344 | sub = arr[i].split("="); 11:09:29 345 | sub = sub[0].split(":"); 11:09:29 > 346 | console.log(sub[1]); 11:09:29 | ^ 11:09:29 347 | 11:09:29 348 | key = sub[0]; 11:09:29 349 | value = sub[1]; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_input.vue:504:16: 11:09:29 502 | let index=fieldStyle.lastIndexOf("width:") + 6 11:09:29 503 | fieldStyle=fieldStyle.slice(index) 11:09:29 > 504 | console.log(fieldStyle,1) 11:09:29 | ^ 11:09:29 505 | if(fieldStyle.indexOf("%")!==-1){ 11:09:29 506 | index=fieldStyle.indexOf("%") 11:09:29 507 | fieldStyle=fieldStyle.slice(0,index) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_input.vue:508:21: 11:09:29 506 | index=fieldStyle.indexOf("%") 11:09:29 507 | fieldStyle=fieldStyle.slice(0,index) 11:09:29 > 508 | console.log(fieldStyle,2) 11:09:29 | ^ 11:09:29 509 | if(fieldStyle.length<=3){ 11:09:29 510 | console.log(fieldStyle,3) 11:09:29 511 | fieldStyle=parseFloat(fieldStyle) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_input.vue:510:19: 11:09:29 508 | console.log(fieldStyle,2) 11:09:29 509 | if(fieldStyle.length<=3){ 11:09:29 > 510 | console.log(fieldStyle,3) 11:09:29 | ^ 11:09:29 511 | fieldStyle=parseFloat(fieldStyle) 11:09:29 512 | 11:09:29 513 | this.$refs.inputWrap.style.width="100%" 11:09:29 11:09:29 11:09:29 7 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_map.vue:471:7: 11:09:29 469 | 11:09:29 470 | handler({ BMap, map }) { 11:09:29 > 471 | console.log({ BMap, map }); 11:09:29 | ^ 11:09:29 472 | this.center.lng = 116.404; 11:09:29 473 | this.center.lat = 39.915; 11:09:29 474 | this.zoom = 3; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_map.vue:478:7: 11:09:29 476 | 11:09:29 477 | zoomEnd(e) { 11:09:29 > 478 | console.log(e); 11:09:29 | ^ 11:09:29 479 | this.zoom = e.target.getZoom(); 11:09:29 480 | }, 11:09:29 481 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_map.vue:492:7: 11:09:29 490 | this.zoom = 19; 11:09:29 491 | } 11:09:29 > 492 | console.log(this.zoom); 11:09:29 | ^ 11:09:29 493 | }, 11:09:29 494 | 11:09:29 495 | //右键$t('shrink') 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_map.vue:599:7: 11:09:29 597 | 11:09:29 598 | changeLAL() { 11:09:29 > 599 | console.log("经纬度改变了"); 11:09:29 | ^ 11:09:29 600 | let that = this; 11:09:29 601 | if (this.currentLongitude && this.currentLatitude) { 11:09:29 602 | (this.center = { 11:09:29 11:09:29 11:09:29 4 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_photo.vue:156:11: 11:09:29 154 | }) 11:09:29 155 | .catch((error) => { 11:09:29 > 156 | console.error("摄像头开启失败,请检查摄像头是否可用!"); 11:09:29 | ^ 11:09:29 157 | console.log(error); 11:09:29 158 | }); 11:09:29 159 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_photo.vue:157:11: 11:09:29 155 | .catch((error) => { 11:09:29 156 | console.error("摄像头开启失败,请检查摄像头是否可用!"); 11:09:29 > 157 | console.log(error); 11:09:29 | ^ 11:09:29 158 | }); 11:09:29 159 | }, 11:09:29 160 | // 拍照 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_photo.vue:167:7: 11:09:29 165 | // 转base64格式、图片格式转换、图片质量压缩 11:09:29 166 | let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7); 11:09:29 > 167 | console.log("拍的图片-->"); 11:09:29 | ^ 11:09:29 168 | console.log(imgBase64); 11:09:29 169 | this.savePhoto = imgBase64; 11:09:29 170 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_photo.vue:168:7: 11:09:29 166 | let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7); 11:09:29 167 | console.log("拍的图片-->"); 11:09:29 > 168 | console.log(imgBase64); 11:09:29 | ^ 11:09:29 169 | this.savePhoto = imgBase64; 11:09:29 170 | }, 11:09:29 171 | // 关闭摄像头 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_photo.vue:180:7: 11:09:29 178 | }); 11:09:29 179 | this.$refs["video"].srcObject = null; 11:09:29 > 180 | console.log("关闭了"); 11:09:29 | ^ 11:09:29 181 | }, 11:09:29 182 | showDialog() { 11:09:29 183 | var explorer = window.navigator.userAgent; 11:09:29 11:09:29 11:09:29 5 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_reminder_history.vue:250:7: 11:09:29 248 | methods: { 11:09:29 249 | getFlowHistory(){ 11:09:29 > 250 | console.log("this.fleld---->",this.field); 11:09:29 | ^ 11:09:29 251 | let appId = this.$root.appid 11:09:29 252 | let docId = this.field.docId; 11:09:29 253 | this.$api.getRemindHistorys( 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_textarea.vue:162:13: 11:09:29 160 | // } 11:09:29 161 | if(formData.id.indexOf('shapedLocation')>-1){ 11:09:29 > 162 | console.log('shapedLocation',e.data) 11:09:29 | ^ 11:09:29 163 | formData.value=JSON.stringify(e.data.shapedLocation) 11:09:29 164 | } 11:09:29 165 | }) 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:606:11: 11:09:29 604 | onSucess: (res) => { 11:09:29 605 | this.tableData = res.data.data; 11:09:29 > 606 | console.log(this.tableData); 11:09:29 | ^ 11:09:29 607 | }, 11:09:29 608 | }); 11:09:29 609 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:715:7: 11:09:29 713 | this.selectedUsers = arrID; 11:09:29 714 | this.selectedUsersList = arr; 11:09:29 > 715 | console.log("this.selectedUsersList---->", this.selectedUsersList); 11:09:29 | ^ 11:09:29 716 | }, 11:09:29 717 | 11:09:29 718 | /** 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:831:7: 11:09:29 829 | //加载更多在线用户 11:09:29 830 | onlinesLoadingMore() { 11:09:29 > 831 | console.log(111); 11:09:29 | ^ 11:09:29 832 | this.loadingIcon = true; 11:09:29 833 | let pageSize = 10; 11:09:29 834 | API.getOnlines(this.onlinesPage++, pageSize, { 11:09:29 11:09:29 11:09:29 3 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/obpm_open_container.vue:82:5: 11:09:29 80 | created() { 11:09:29 81 | let op = this.openParams; 11:09:29 > 82 | console.log(this.openParams) 11:09:29 | ^ 11:09:29 83 | this.doAction(op); 11:09:29 84 | }, 11:09:29 85 | mounted() { 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/platAd.vue:106:12: 11:09:29 104 | value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开 11:09:29 105 | } 11:09:29 > 106 | console.log(value) 11:09:29 | ^ 11:09:29 107 | return value 11:09:29 108 | }, 11:09:29 109 | // 取消 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/platAdPop.vue:114:12: 11:09:29 112 | value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开 11:09:29 113 | } 11:09:29 > 114 | console.log(value) 11:09:29 | ^ 11:09:29 115 | return value 11:09:29 116 | }, 11:09:29 117 | cancle() {// 取消 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/pop.vue:68:7: 11:09:29 66 | this.formList = newRowData; //拷贝一份存储对象引用不同地址 11:09:29 67 | this.OperType = type; 11:09:29 > 68 | console.log(this.formList.parentId) 11:09:29 | ^ 11:09:29 69 | if (this.OperType == 0) { 11:09:29 70 | this.title = this.agreementTitle; 11:09:29 71 | 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/print_view.vue:55:5: 11:09:29 53 | } 11:09:29 54 | } 11:09:29 > 55 | console.log("--->",this.$route.query) 11:09:29 | ^ 11:09:29 56 | }, 11:09:29 57 | mounted() { 11:09:29 58 | this.getViewData(); 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/profile.vue:555:11: 11:09:29 553 | } 11:09:29 554 | 11:09:29 > 555 | console.log("arr---->", arr); 11:09:29 | ^ 11:09:29 556 | this.flowData = arr; 11:09:29 557 | this.$nextTick(() => { 11:09:29 558 | for (let i = 0; i < arr.length; i++) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/profile.vue:882:11: 11:09:29 880 | }); 11:09:29 881 | this.process = newData; 11:09:29 > 882 | console.log("this.process--->", this.process); 11:09:29 | ^ 11:09:29 883 | }, 11:09:29 884 | }); 11:09:29 885 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/profile.vue:955:11: 11:09:29 953 | } 11:09:29 954 | } 11:09:29 > 955 | console.log("arr---->", arr); 11:09:29 | ^ 11:09:29 956 | this.flowData = arr; 11:09:29 957 | }, 11:09:29 958 | }); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/profile.vue:1049:7: 11:09:29 1047 | checkedMobile() { 11:09:29 1048 | var phoneReg = /^1\d{10}$/; 11:09:29 > 1049 | console.log( 11:09:29 | ^ 11:09:29 1050 | !phoneReg.test(this.information.mobile) && !this.information.mobile 11:09:29 1051 | ); 11:09:29 1052 | console.log(this.information.mobile); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/profile.vue:1052:7: 11:09:29 1050 | !phoneReg.test(this.information.mobile) && !this.information.mobile 11:09:29 1051 | ); 11:09:29 > 1052 | console.log(this.information.mobile); 11:09:29 | ^ 11:09:29 1053 | if ( 11:09:29 1054 | !phoneReg.test(this.information.mobile) && 11:09:29 1055 | this.information.mobile !== "" && 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/profile.vue:1189:13: 11:09:29 1187 | }, 11:09:29 1188 | onError: (error) => { 11:09:29 > 1189 | console.log(error); 11:09:29 | ^ 11:09:29 1190 | }, 11:09:29 1191 | } 11:09:29 1192 | ); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/profile.vue:1307:11: 11:09:29 1305 | }); 11:09:29 1306 | this.process = newData; 11:09:29 > 1307 | console.log("this.process--->", this.process); 11:09:29 | ^ 11:09:29 1308 | }, 11:09:29 1309 | }); 11:09:29 1310 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/profile.vue:1343:11: 11:09:29 1341 | }); 11:09:29 1342 | this.process = newData; 11:09:29 > 1343 | console.log("this.process--->", this.process); 11:09:29 | ^ 11:09:29 1344 | }, 11:09:29 1345 | }); 11:09:29 1346 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/profile.vue:1444:13: 11:09:29 1442 | }, 11:09:29 1443 | onError: (error) => { 11:09:29 > 1444 | console.log(error); 11:09:29 | ^ 11:09:29 1445 | }, 11:09:29 1446 | } 11:09:29 1447 | ); 11:09:29 11:09:29 11:09:29 9 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:26:7: 11:09:29 24 | this.employeeId = localStorage.getItem('employeeId'); 11:09:29 25 | this.organizationsId = localStorage.getItem('domainId'); 11:09:29 > 26 | console.info('href', window.location.href); 11:09:29 | ^ 11:09:29 27 | let domainUrl = window.location.href.split('/')[2]; 11:09:29 28 | console.info('domain url', domainUrl); 11:09:29 29 | // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:28:7: 11:09:29 26 | console.info('href', window.location.href); 11:09:29 27 | let domainUrl = window.location.href.split('/')[2]; 11:09:29 > 28 | console.info('domain url', domainUrl); 11:09:29 | ^ 11:09:29 29 | // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`; 11:09:29 30 | this.inviteUrl = `https://${domainUrl}/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`; 11:09:29 31 | this.showDialog = newVal; 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/report.vue:152:7: 11:09:29 150 | setImgUrl(id) { 11:09:29 151 | let imgLists = document.getElementById(id).getElementsByTagName("img"); 11:09:29 > 152 | console.log("imgLists-->", imgLists); 11:09:29 | ^ 11:09:29 153 | let src = ""; 11:09:29 154 | for (let i = 0; i < imgLists.length; i++) { 11:09:29 155 | let imgName = imgLists[i].src.split("/"); 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/service.vue:143:29: 11:09:29 141 | Arry.sort((a,b)=>{return Number(a.sort)-Number(b.sort)}) 11:09:29 142 | this.appMarketServiceArry=Arry 11:09:29 > 143 | console.log(this.appMarketServiceArry) 11:09:29 | ^ 11:09:29 144 | } 11:09:29 145 | } 11:09:29 146 | } 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/view_blank.vue:79:7: 11:09:29 77 | contentType: function() { 11:09:29 78 | 11:09:29 > 79 | console.log(this.params,"this.__________________________"); 11:09:29 | ^ 11:09:29 80 | let compName; 11:09:29 81 | switch (this.params.linkType) { 11:09:29 82 | case "00": 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:1965:7: 11:09:29 1963 | } 11:09:29 1964 | this.currentDocIds = docIds; 11:09:29 > 1965 | console.log("docIds--->",docIds); 11:09:29 | ^ 11:09:29 1966 | }, 11:09:29 1967 | 11:09:29 1968 | getShowListData(page, size, searchData, startTime, endTime,) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:2133:15: 11:09:29 2131 | onSucess: response => { 11:09:29 2132 | let viewData = response.data; 11:09:29 > 2133 | console.log("viewData-------->",viewData) 11:09:29 | ^ 11:09:29 2134 | resolve(viewData); 11:09:29 2135 | } 11:09:29 2136 | } 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/view_cardview.vue:126:11: 11:09:29 124 | this.loading = false; 11:09:29 125 | this.CardData = tds; 11:09:29 > 126 | console.log("this.tableData---->", this.CardData); 11:09:29 | ^ 11:09:29 127 | } 11:09:29 128 | }); 11:09:29 129 | }, 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:300:9: 11:09:29 298 | }) 11:09:29 299 | if (hasSelect) { 11:09:29 > 300 | console.log(selection) 11:09:29 | ^ 11:09:29 301 | console.log(row) 11:09:29 302 | this.$nextTick(() => { 11:09:29 303 | this.$refs.multipleTable.toggleRowSelection(row,true); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:301:9: 11:09:29 299 | if (hasSelect) { 11:09:29 300 | console.log(selection) 11:09:29 > 301 | console.log(row) 11:09:29 | ^ 11:09:29 302 | this.$nextTick(() => { 11:09:29 303 | this.$refs.multipleTable.toggleRowSelection(row,true); 11:09:29 304 | }) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:565:23: 11:09:29 563 | tds.push(rows); 11:09:29 564 | }); 11:09:29 > 565 | console.log(tds) 11:09:29 | ^ 11:09:29 566 | resolve(tds); 11:09:29 567 | } 11:09:29 568 | } 11:09:29 11:09:29 11:09:29 error: Duplicated key 'reloadListView' (vue/no-dupe-keys) at src/components/view_collapsibleview.vue:583:5: 11:09:29 581 | }, 11:09:29 582 | 11:09:29 > 583 | reloadListView(){ 11:09:29 | ^ 11:09:29 584 | this.getData(this.currentPage); 11:09:29 585 | }, 11:09:29 586 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:618:7: 11:09:29 616 | docIds = []; 11:09:29 617 | } 11:09:29 > 618 | console.log(docIds) 11:09:29 | ^ 11:09:29 619 | this.$emit("getDocIds",docIds); 11:09:29 620 | }, 11:09:29 621 | 11:09:29 11:09:29 11:09:29 5 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:460:7: 11:09:29 458 | init(isCloseDialog) { 11:09:29 459 | // debugger 11:09:29 > 460 | console.log(this.jumpParams); 11:09:29 | ^ 11:09:29 461 | let op = this.openParams; 11:09:29 462 | let exparams = {}; 11:09:29 463 | if (op.exparams) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:676:7: 11:09:29 674 | //包含元素弹出层和当前页打开都是使用这个刷新 11:09:29 675 | closeDialog(isSave) { 11:09:29 > 676 | console.log(this.viewType) 11:09:29 | ^ 11:09:29 677 | this.$refs.delegate.reloadListView(); 11:09:29 678 | if (!isSave) { 11:09:29 679 | this.dialogVisible = false; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:724:9: 11:09:29 722 | } 11:09:29 723 | if ((st && st == "tab") || (st && st == "include")) { 11:09:29 > 724 | console.log(exparams); 11:09:29 | ^ 11:09:29 725 | console.log(5455); 11:09:29 726 | //如果是控件选项卡 11:09:29 727 | exparams.parentId = op.parentId; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:725:9: 11:09:29 723 | if ((st && st == "tab") || (st && st == "include")) { 11:09:29 724 | console.log(exparams); 11:09:29 > 725 | console.log(5455); 11:09:29 | ^ 11:09:29 726 | //如果是控件选项卡 11:09:29 727 | exparams.parentId = op.parentId; 11:09:29 728 | exparams.isRelate = op.isRelate; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:730:7: 11:09:29 728 | exparams.isRelate = op.isRelate; 11:09:29 729 | } 11:09:29 > 730 | console.info('delegate 1', appId); 11:09:29 | ^ 11:09:29 731 | this.$api.getViewTemplate(appId, viewId, exparams, { 11:09:29 732 | onSucess: (response) => { 11:09:29 733 | // alert(88) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:736:11: 11:09:29 734 | this.loading = true; 11:09:29 735 | 11:09:29 > 736 | console.info('response', response); 11:09:29 | ^ 11:09:29 737 | if (response.data.data) { 11:09:29 738 | if (!response.data.data.activities) { 11:09:29 739 | //后台配置的视图操作按钮为0 11:09:29 11:09:29 11:09:29 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:1519:19: 11:09:29 1517 | break; 11:09:29 1518 | case 16: //导出excel 11:09:29 > 1519 | debugger 11:09:29 | ^ 11:09:29 1520 | this.isBlockClick = false; 11:09:29 1521 | this.currentClickBtnAct = act; 11:09:29 1522 | let excelColumns = []; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1525:19: 11:09:29 1523 | let columns = this.copyColumns; 11:09:29 1524 | let selectAll = []; 11:09:29 > 1525 | console.log(columns) 11:09:29 | ^ 11:09:29 1526 | for (let i = 0; i < columns.length; i++) { 11:09:29 1527 | if (columns[i].visible4ExpExcel) { 11:09:29 1528 | excelColumns.push(columns[i]); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1775:13: 11:09:29 1773 | if (res.data.errcode === 0) { 11:09:29 1774 | let url = res.data.data.content; 11:09:29 > 1775 | console.log(url); 11:09:29 | ^ 11:09:29 1776 | let queryString = act.dispatcherParams; 11:09:29 1777 | let isForm = url.search("form.html") != -1; //兼容good的url的写法(后期改) 11:09:29 1778 | let isView = url.search("view.html") != -1; //兼容good的url的写法(后期改) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1796:13: 11:09:29 1794 | let isExternalLink = false; 11:09:29 1795 | 11:09:29 > 1796 | console.log("编辑流程"); 11:09:29 | ^ 11:09:29 1797 | console.log(url); 11:09:29 1798 | if (url && url.indexOf("processHtmlTem.html") > -1) { 11:09:29 1799 | API.softwareApplication(this.openParams.appId, { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1797:13: 11:09:29 1795 | 11:09:29 1796 | console.log("编辑流程"); 11:09:29 > 1797 | console.log(url); 11:09:29 | ^ 11:09:29 1798 | if (url && url.indexOf("processHtmlTem.html") > -1) { 11:09:29 1799 | API.softwareApplication(this.openParams.appId, { 11:09:29 1800 | onSucess: (res) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2265:9: 11:09:29 2263 | let sc = this.excelSelectList; 11:09:29 2264 | let selectColumns = sc && sc.length > 0 ? sc.join(",") : ""; 11:09:29 > 2265 | console.log('导出', exparams) 11:09:29 | ^ 11:09:29 2266 | let obj = { 11:09:29 2267 | selectColumns, 11:09:29 2268 | selectDocIds: selectDocId, 11:09:29 11:09:29 11:09:29 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2286:9: 11:09:29 2284 | } 11:09:29 2285 | } 11:09:29 > 2286 | debugger 11:09:29 | ^ 11:09:29 2287 | console.log(view) 11:09:29 2288 | if (view.searchFormId != undefined) { 11:09:29 2289 | //高级查询 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2287:9: 11:09:29 2285 | } 11:09:29 2286 | debugger 11:09:29 > 2287 | console.log(view) 11:09:29 | ^ 11:09:29 2288 | if (view.searchFormId != undefined) { 11:09:29 2289 | //高级查询 11:09:29 2290 | let sfd = this.$refs.delegate.getSearchformBuildData(); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2291:11: 11:09:29 2289 | //高级查询 11:09:29 2290 | let sfd = this.$refs.delegate.getSearchformBuildData(); 11:09:29 > 2291 | console.log('sfd', sfd) 11:09:29 | ^ 11:09:29 2292 | console.log('sd', sd) 11:09:29 2293 | sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd 11:09:29 2294 | obj.items = sd; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2292:11: 11:09:29 2290 | let sfd = this.$refs.delegate.getSearchformBuildData(); 11:09:29 2291 | console.log('sfd', sfd) 11:09:29 > 2292 | console.log('sd', sd) 11:09:29 | ^ 11:09:29 2293 | sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd 11:09:29 2294 | obj.items = sd; 11:09:29 2295 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2316:17: 11:09:29 2314 | window.clearInterval(this.task); 11:09:29 2315 | } 11:09:29 > 2316 | console.log(excelRowCount); 11:09:29 | ^ 11:09:29 2317 | if (excelRowCount == 10000) { 11:09:29 2318 | process = 100; 11:09:29 2319 | this.$message({ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2399:7: 11:09:29 2397 | 11:09:29 2398 | onAction(act) { 11:09:29 > 2399 | console.log(act); 11:09:29 | ^ 11:09:29 2400 | //绑定视图的处理事件 11:09:29 2401 | let actId = act.id; 11:09:29 2402 | let activityType = act.type; 11:09:29 11:09:29 11:09:29 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2682:7: 11:09:29 2680 | formData = { ...formData, ...this.$route.query }; 11:09:29 2681 | } 11:09:29 > 2682 | debugger 11:09:29 | ^ 11:09:29 2683 | let divId = act.id; 11:09:29 2684 | let actType = act.type; 11:09:29 2685 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2824:19: 11:09:29 2822 | let columns = this.copyColumns; 11:09:29 2823 | let selectAll = []; 11:09:29 > 2824 | console.log(columns) 11:09:29 | ^ 11:09:29 2825 | for (let i = 0; i < columns.length; i++) { 11:09:29 2826 | if (columns[i].visible4ExpExcel) { 11:09:29 2827 | excelColumns.push(columns[i]); 11:09:29 11:09:29 11:09:29 20 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/view_gantt.vue:370:9: 11:09:29 368 | } 11:09:29 369 | } 11:09:29 > 370 | console.log("maxTime-->",maxTime,minTime) 11:09:29 | ^ 11:09:29 371 | let monthBetweenNum = this.getMonthBetween(minTime, maxTime); 11:09:29 372 | 11:09:29 373 | this.monthBetweenHeadNum = JSON.parse(JSON.stringify(monthBetweenNum)); 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:282:11: 11:09:29 280 | const lo = new T.Geolocation(); 11:09:29 281 | lo.getCurrentPosition(function (e) { 11:09:29 > 282 | console.log("🚀 ~ fn ~ e:", e, this.getStatus()) 11:09:29 | ^ 11:09:29 283 | if (this.getStatus() == 0){ 11:09:29 284 | console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng) 11:09:29 285 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:284:13: 11:09:29 282 | console.log("🚀 ~ fn ~ e:", e, this.getStatus()) 11:09:29 283 | if (this.getStatus() == 0){ 11:09:29 > 284 | console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng) 11:09:29 | ^ 11:09:29 285 | } 11:09:29 286 | if(this.getStatus() == 1){ 11:09:29 287 | console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:287:13: 11:09:29 285 | } 11:09:29 286 | if(this.getStatus() == 1){ 11:09:29 > 287 | console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng) 11:09:29 | ^ 11:09:29 288 | } 11:09:29 289 | }); 11:09:29 290 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:352:13: 11:09:29 350 | ls.search(currentLocation); 11:09:29 351 | ls.setSearchCompleteCallback(function (rs) { 11:09:29 > 352 | console.log(rs); 11:09:29 | ^ 11:09:29 353 | if (rs.Hr) { 11:09:29 354 | let point = rs.Hr[0].point; 11:09:29 355 | that.center = { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:363:9: 11:09:29 361 | } 11:09:29 362 | 11:09:29 > 363 | console.log( 11:09:29 | ^ 11:09:29 364 | this.openParams.appId, 11:09:29 365 | this.view.id, 11:09:29 366 | "_____________________" 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:381:15: 11:09:29 379 | // let myGeo = new BMap.Geocoder(); 11:09:29 380 | let view = this.view; 11:09:29 > 381 | console.log( 11:09:29 | ^ 11:09:29 382 | view, 11:09:29 383 | viewData, 11:09:29 384 | "###################################" 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:409:17: 11:09:29 407 | } 11:09:29 408 | } catch (error) { 11:09:29 > 409 | console.log(error); 11:09:29 | ^ 11:09:29 410 | } 11:09:29 411 | 11:09:29 412 | if(this.mapType === 'tianditu') { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:419:21: 11:09:29 417 | setTimeout(() => { 11:09:29 418 | this.viewDataList = viewData; 11:09:29 > 419 | console.log( 11:09:29 | ^ 11:09:29 420 | this.viewDataList, 11:09:29 421 | "###############%@#%@#%@#%@#%#@" 11:09:29 422 | ); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:557:7: 11:09:29 555 | }, 11:09:29 556 | zoomEnd(e) { 11:09:29 > 557 | console.log(e); 11:09:29 | ^ 11:09:29 558 | this.zoom = e.target.getZoom(); 11:09:29 559 | }, 11:09:29 560 | //右键放大 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:570:7: 11:09:29 568 | this.zoom = 19; 11:09:29 569 | } 11:09:29 > 570 | console.log(this.zoom); 11:09:29 | ^ 11:09:29 571 | }, 11:09:29 572 | //右键缩小 11:09:29 573 | reduceMap(e) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:591:7: 11:09:29 589 | //有问题,隐藏 11:09:29 590 | this.markerHidden = false; 11:09:29 > 591 | console.log(BMap); 11:09:29 | ^ 11:09:29 592 | console.log(map); 11:09:29 593 | }, 11:09:29 594 | infoWindowClose() { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:592:7: 11:09:29 590 | this.markerHidden = false; 11:09:29 591 | console.log(BMap); 11:09:29 > 592 | console.log(map); 11:09:29 | ^ 11:09:29 593 | }, 11:09:29 594 | infoWindowClose() { 11:09:29 595 | this.currentShowId = ""; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:624:7: 11:09:29 622 | searchBox(e) { 11:09:29 623 | this.isActive = !this.isActive; 11:09:29 > 624 | console.log(e); 11:09:29 | ^ 11:09:29 625 | }, 11:09:29 626 | Delete(id) { 11:09:29 627 | let that = this; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:628:7: 11:09:29 626 | Delete(id) { 11:09:29 627 | let that = this; 11:09:29 > 628 | console.log("删除", id); 11:09:29 | ^ 11:09:29 629 | let arr = []; 11:09:29 630 | arr.push(id); 11:09:29 631 | this.$api.batchRemoveDocuments(this.openParams.appId, arr, { 11:09:29 11:09:29 11:09:29 14 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/components/view_treeview.vue:716:17: 11:09:29 714 | }); 11:09:29 715 | this.arrNodes = nodes 11:09:29 > 716 | console.log("this.arrNodes-1--->",this.arrNodes) 11:09:29 | ^ 11:09:29 717 | resolve(this.arrNodes); 11:09:29 718 | if(this.arrNodes.length){//展开第一个节点的二级菜单 11:09:29 719 | this.arrNodes.forEach((item,index)=>{ 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/expandedComponents/view_multi_level_column.vue:307:9: 11:09:29 305 | initialIndex: i, 11:09:29 306 | }; 11:09:29 > 307 | console.log("params--2->",params) 11:09:29 | ^ 11:09:29 308 | this.$parent.setDialogStatus(params); 11:09:29 309 | } 11:09:29 310 | }, 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/views/About.vue:49:9: 11:09:29 47 | 11:09:29 48 | if (event.data.type === 'CLOSE_IFRAME') { 11:09:29 > 49 | console.log('收到关闭指令和数据:', event.data.payload); 11:09:29 | ^ 11:09:29 50 | this.returnData = event.data.payload; 11:09:29 51 | this.dialogVisible = false; // 关闭弹窗 11:09:29 52 | 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:62:5: 11:09:29 60 | 11:09:29 61 | mounted() { 11:09:29 > 62 | console.log('this.$route.query', this.$route.query); 11:09:29 | ^ 11:09:29 63 | let query = this.$route.query; 11:09:29 64 | console.log('options', query); 11:09:29 65 | this.trainCertificateInfo = query; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:64:5: 11:09:29 62 | console.log('this.$route.query', this.$route.query); 11:09:29 63 | let query = this.$route.query; 11:09:29 > 64 | console.log('options', query); 11:09:29 | ^ 11:09:29 65 | this.trainCertificateInfo = query; 11:09:29 66 | }, 11:09:29 67 | methods: { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:142:11: 11:09:29 140 | try { 11:09:29 141 | await this.preloadImage(backgroundImageUrl); 11:09:29 > 142 | console.log("背景图片加载成功:", backgroundImageUrl); 11:09:29 | ^ 11:09:29 143 | 11:09:29 144 | // 预加载头像图片 11:09:29 145 | if (this.trainCertificateInfo.certificatePhoto) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:147:13: 11:09:29 145 | if (this.trainCertificateInfo.certificatePhoto) { 11:09:29 146 | await this.preloadImage(this.trainCertificateInfo.certificatePhoto); 11:09:29 > 147 | console.log("头像图片加载成功:", this.trainCertificateInfo.certificatePhoto); 11:09:29 | ^ 11:09:29 148 | } 11:09:29 149 | } catch (err) { 11:09:29 150 | console.error("图片加载失败:", err); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:150:11: 11:09:29 148 | } 11:09:29 149 | } catch (err) { 11:09:29 > 150 | console.error("图片加载失败:", err); 11:09:29 | ^ 11:09:29 151 | } 11:09:29 152 | 11:09:29 153 | // 创建一个新的容器,用于生成PDF 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:289:9: 11:09:29 287 | 11:09:29 288 | } catch (error) { 11:09:29 > 289 | console.error('下载证书失败:', error); 11:09:29 | ^ 11:09:29 290 | alert('下载证书失败,请稍后重试。错误详情: ' + error.message); 11:09:29 291 | } finally { 11:09:29 292 | this.isDownloading = false; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:322:11: 11:09:29 320 | try { 11:09:29 321 | await this.preloadImage(backgroundImageUrl); 11:09:29 > 322 | console.log("背景图片加载成功:", backgroundImageUrl); 11:09:29 | ^ 11:09:29 323 | 11:09:29 324 | // 预加载头像图片 11:09:29 325 | if (this.trainCertificateInfo.certificatePhoto) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:327:13: 11:09:29 325 | if (this.trainCertificateInfo.certificatePhoto) { 11:09:29 326 | await this.preloadImage(this.trainCertificateInfo.certificatePhoto); 11:09:29 > 327 | console.log("头像图片加载成功:", this.trainCertificateInfo.certificatePhoto); 11:09:29 | ^ 11:09:29 328 | } 11:09:29 329 | } catch (err) { 11:09:29 330 | console.error("图片加载失败:", err); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:330:11: 11:09:29 328 | } 11:09:29 329 | } catch (err) { 11:09:29 > 330 | console.error("图片加载失败:", err); 11:09:29 | ^ 11:09:29 331 | } 11:09:29 332 | 11:09:29 333 | // 创建一个新的容器,用于生成图片 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Certificate.vue:440:9: 11:09:29 438 | 11:09:29 439 | } catch (error) { 11:09:29 > 440 | console.error('保存图片失败:', error); 11:09:29 | ^ 11:09:29 441 | alert('保存图片失败,请稍后重试。错误详情: ' + error.message); 11:09:29 442 | } finally { 11:09:29 443 | this.isDownloading = false; 11:09:29 11:09:29 11:09:29 10 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:177:9: 11:09:29 175 | clickRail(evt, feature) { 11:09:29 176 | if (feature) { 11:09:29 > 177 | console.log(feature); 11:09:29 | ^ 11:09:29 178 | const rails = feature.get("features"); 11:09:29 179 | if (rails && rails.length === 1) { 11:09:29 180 | this.showRailInfoFromList = false; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:183:11: 11:09:29 181 | const rail = rails[0]; 11:09:29 182 | const info = rail.get("props"); 11:09:29 > 183 | console.log("clickRailInfo", info); 11:09:29 | ^ 11:09:29 184 | this.showRailInfo({ info }); 11:09:29 185 | } else { 11:09:29 186 | if (feature.get("props")) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:189:13: 11:09:29 187 | this.showRailInfoFromList = false; 11:09:29 188 | const info = feature.get("props"); 11:09:29 > 189 | console.log("clickRailInfo", info); 11:09:29 | ^ 11:09:29 190 | this.showRailInfo({ info }); 11:09:29 191 | } else { 11:09:29 192 | // 如果是聚合点就下钻一级 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:202:7: 11:09:29 200 | 11:09:29 201 | onRailLayerChange(features) { 11:09:29 > 202 | console.log(features); 11:09:29 | ^ 11:09:29 203 | if (features && features.length === 1) { 11:09:29 204 | const feature = features[0]; 11:09:29 205 | const type = feature.get("type"); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:207:11: 11:09:29 205 | const type = feature.get("type"); 11:09:29 206 | if (type && !this.showRailInfoFromList) { 11:09:29 > 207 | console.log(type); 11:09:29 | ^ 11:09:29 208 | if (type === "polygon" || type === "Polygon") { 11:09:29 209 | const geometry = feature.get("geometry"); 11:09:29 210 | // const view = this.$refs.map.map.getView(); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:273:7: 11:09:29 271 | this.electronicFenceInfo = JSON.parse(JSON.stringify(this.info)); 11:09:29 272 | this.electronicFenceInfo = {}; 11:09:29 > 273 | console.log(this.station); 11:09:29 | ^ 11:09:29 274 | this.$nextTick(() => { 11:09:29 275 | this.$refs.electronicFenceEdit.updateStation({ 11:09:29 276 | stationName: this.station.name, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:288:7: 11:09:29 286 | */ 11:09:29 287 | async electronicFenceEditFn({ data }) { 11:09:29 > 288 | console.log("编辑某条电子围栏", data); 11:09:29 | ^ 11:09:29 289 | this.showRailInfoFromList = true; 11:09:29 290 | // this.map.clearMap(); 11:09:29 291 | this.isElectronicFenceDialog = false; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:296:7: 11:09:29 294 | const rail = await getRailDetailAccess(data.id); 11:09:29 295 | this.info = { ...rail, ...this.electronicFenceInfo }; // 弹框信息 11:09:29 > 296 | console.log(this.info); 11:09:29 | ^ 11:09:29 297 | this.isElectronicFenceEditDialog = true; 11:09:29 298 | // 显示可编辑围栏区域 11:09:29 299 | this.showMapEditor(data); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:302:7: 11:09:29 300 | }, 11:09:29 301 | delElectronic(data) { 11:09:29 > 302 | console.log(data); 11:09:29 | ^ 11:09:29 303 | let params = { 11:09:29 304 | id: data.data.id, 11:09:29 305 | }; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:308:11: 11:09:29 306 | deleteRailAccess(params) 11:09:29 307 | .then((res) => { 11:09:29 > 308 | console.log("deleteRailAccess", res); 11:09:29 | ^ 11:09:29 309 | this.$refs["electronicFence"].getRails(); 11:09:29 310 | this.$message({ 11:09:29 311 | message: "删除成功", 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:316:11: 11:09:29 314 | }) 11:09:29 315 | .catch((err) => { 11:09:29 > 316 | console.log(err); 11:09:29 | ^ 11:09:29 317 | }); 11:09:29 318 | }, 11:09:29 319 | 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:331:11: 11:09:29 329 | }) 11:09:29 330 | .then((res) => { 11:09:29 > 331 | console.log("searchRail", res); 11:09:29 | ^ 11:09:29 332 | if (res) { 11:09:29 333 | this.electronicFenceData = res; 11:09:29 334 | } else { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:359:7: 11:09:29 357 | 11:09:29 358 | showMapEditor({ shapeType, shapedLocation }) { 11:09:29 > 359 | console.log('showMapEditor', shapeType, shapedLocation); 11:09:29 | ^ 11:09:29 360 | switch (shapeType) { 11:09:29 361 | case "Circle": // 圆 11:09:29 362 | this.showCircleEditor(shapedLocation); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:374:7: 11:09:29 372 | showPolygonEditor({ geos }) { 11:09:29 373 | let list = geos.map((item) => [item.lon, item.lat]); 11:09:29 > 374 | console.log(list); 11:09:29 | ^ 11:09:29 375 | this.layers.railLayer.features = [ 11:09:29 376 | { 11:09:29 377 | type: "polygon", 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:388:7: 11:09:29 386 | center: list[0], 11:09:29 387 | }); 11:09:29 > 388 | console.log(this.layers.railLayer.features); 11:09:29 | ^ 11:09:29 389 | }, 11:09:29 390 | showCribEditor({ geos }) { 11:09:29 391 | let list = geos.map((item) => [item.lon, item.lat]); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:392:7: 11:09:29 390 | showCribEditor({ geos }) { 11:09:29 391 | let list = geos.map((item) => [item.lon, item.lat]); 11:09:29 > 392 | console.log(list); 11:09:29 | ^ 11:09:29 393 | this.layers.railLayer.features = [ 11:09:29 394 | { 11:09:29 395 | type: "polygon", 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:406:7: 11:09:29 404 | center: list[0], 11:09:29 405 | }); 11:09:29 > 406 | console.log(this.layers.railLayer.features); 11:09:29 | ^ 11:09:29 407 | }, 11:09:29 408 | showCircleEditor({ geos, radius }) { 11:09:29 409 | const [center] = geos.map((item) => [item.lon, item.lat]); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:410:7: 11:09:29 408 | showCircleEditor({ geos, radius }) { 11:09:29 409 | const [center] = geos.map((item) => [item.lon, item.lat]); 11:09:29 > 410 | console.log(center); 11:09:29 | ^ 11:09:29 411 | this.layers.railLayer.features = [ 11:09:29 412 | { 11:09:29 413 | type: "Circle", 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:427:7: 11:09:29 425 | }, 11:09:29 426 | drawRail(type) { 11:09:29 > 427 | console.log("drawRail", type); 11:09:29 | ^ 11:09:29 428 | // this.layers.railLayer.features = [] 11:09:29 429 | this.drawType = type; 11:09:29 430 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:433:7: 11:09:29 431 | drawend(evt, map) { 11:09:29 432 | const { feature } = evt; 11:09:29 > 433 | console.log(this.drawType); 11:09:29 | ^ 11:09:29 434 | this.layers.railLayer.features = []; // 清空上一个电子围栏 11:09:29 435 | const geometry = feature.getGeometry(); 11:09:29 436 | if (this.drawType === "Rectangle" || this.drawType === "Polygon") { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:441:9: 11:09:29 439 | return utils.convertCoordinate(coordinate, "84-gd"); 11:09:29 440 | }); 11:09:29 > 441 | console.log(coordinates); 11:09:29 | ^ 11:09:29 442 | console.log(convertCoordinates); 11:09:29 443 | const params = { 11:09:29 444 | geos: convertCoordinates.map((item) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:442:9: 11:09:29 440 | }); 11:09:29 441 | console.log(coordinates); 11:09:29 > 442 | console.log(convertCoordinates); 11:09:29 | ^ 11:09:29 443 | const params = { 11:09:29 444 | geos: convertCoordinates.map((item) => { 11:09:29 445 | return { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:451:9: 11:09:29 449 | }), 11:09:29 450 | }; 11:09:29 > 451 | console.log(params); 11:09:29 | ^ 11:09:29 452 | this.$refs.electronicFenceEdit.updateGeometry(params); 11:09:29 453 | } else if (this.drawType === "Circle") { 11:09:29 454 | const center = geometry.getCenter(); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:455:9: 11:09:29 453 | } else if (this.drawType === "Circle") { 11:09:29 454 | const center = geometry.getCenter(); 11:09:29 > 455 | console.log(center); 11:09:29 | ^ 11:09:29 456 | const geoRadius = geometry.getRadius(); // 半径 11:09:29 457 | const metersPerUnit = map.getView().getProjection().getMetersPerUnit(); // 半径以米为单位 11:09:29 458 | const radius = (geoRadius * metersPerUnit).toFixed(2); 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:459:9: 11:09:29 457 | const metersPerUnit = map.getView().getProjection().getMetersPerUnit(); // 半径以米为单位 11:09:29 458 | const radius = (geoRadius * metersPerUnit).toFixed(2); 11:09:29 > 459 | console.log(radius); 11:09:29 | ^ 11:09:29 460 | const convertCoordinates = utils.convertCoordinate(center, "84-gd"); 11:09:29 461 | const params = { 11:09:29 462 | geos: [ 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:470:9: 11:09:29 468 | radius, 11:09:29 469 | }; 11:09:29 > 470 | console.log(params); 11:09:29 | ^ 11:09:29 471 | this.$refs.electronicFenceEdit.updateGeometry(params); 11:09:29 472 | } 11:09:29 473 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:482:8: 11:09:29 480 | onSucess: (res) => { 11:09:29 481 | let list = res.data.data.map(item => [item.longitude, item.latitude]); 11:09:29 > 482 | console.log('list',list) 11:09:29 | ^ 11:09:29 483 | this.layers.stationLayer.features = [ 11:09:29 484 | { 11:09:29 485 | type: "polyline", 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:517:8: 11:09:29 515 | // let list = res.data.data.map(item => [item.longitude, item.latitude]); 11:09:29 516 | const [center] = res.data.data.map((item) => [item.longitude, item.latitude]); 11:09:29 > 517 | console.log('list',list) 11:09:29 | ^ 11:09:29 518 | // this.layers.stationLayer.features = [ 11:09:29 519 | // { 11:09:29 520 | // type: "polyline", 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:546:5: 11:09:29 544 | mounted() { 11:09:29 545 | let query = this.$route.query; 11:09:29 > 546 | console.log('query',query) 11:09:29 | ^ 11:09:29 547 | if (query && query.pathId) { 11:09:29 548 | this.showFenceEdit = false 11:09:29 549 | this.initPosition(query.pathId) 11:09:29 11:09:29 11:09:29 29 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:512:13: 11:09:29 510 | this.activeHome() 11:09:29 511 | this.applist()//查询左边下拉应用列表 11:09:29 > 512 | console.log(this.$refs.mainNavBar.data) 11:09:29 | ^ 11:09:29 513 | if (state.defaultFirst == 1) { 11:09:29 514 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data) 11:09:29 515 | } 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "applicationName" computed property (vue/no-side-effects-in-computed-properties) at src/views/Home.vue:527:11: 11:09:29 525 | if (this.$store.state.appmenusShow) { 11:09:29 526 | this.$nextTick(() => { 11:09:29 > 527 | this.showApp = true 11:09:29 | ^ 11:09:29 528 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法 11:09:29 529 | this.applist()//查询左边下拉应用列表 11:09:29 530 | console.log(this.$refs.mainNavBar.data) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:530:11: 11:09:29 528 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法 11:09:29 529 | this.applist()//查询左边下拉应用列表 11:09:29 > 530 | console.log(this.$refs.mainNavBar.data) 11:09:29 | ^ 11:09:29 531 | if (this.$store.state.defaultFirst == 1) { 11:09:29 532 | // this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data) 11:09:29 533 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:543:7: 11:09:29 541 | currentAppName = this.$store.getters.currentAppName 11:09:29 542 | } 11:09:29 > 543 | console.log(currentAppName) 11:09:29 | ^ 11:09:29 544 | return currentAppName; 11:09:29 545 | }, 11:09:29 546 | showInstance() { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:655:11: 11:09:29 653 | } 11:09:29 654 | this.otherNotice = arr; 11:09:29 > 655 | console.log("this.otherNotice---->", this.otherNotice) 11:09:29 | ^ 11:09:29 656 | } 11:09:29 657 | } 11:09:29 658 | ) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:666:11: 11:09:29 664 | if (res.data.errcode == 0) { 11:09:29 665 | let listArr = res.data.data.data 11:09:29 > 666 | console.log(listArr) 11:09:29 | ^ 11:09:29 667 | if (listArr.length) { 11:09:29 668 | listArr.forEach(item => { 11:09:29 669 | if (currDate(true) >= item.items.__G3lF6FIrSTspuF06jEr.value && currDate(true) <= item.items.__eG17lW4psp4yq1aT0Pt.value) {//在当前时间范围内提醒 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:685:11: 11:09:29 683 | if (res.status == 200) { 11:09:29 684 | let listArr = res.data.data 11:09:29 > 685 | console.log('公安未读消息', listArr) 11:09:29 | ^ 11:09:29 686 | if (listArr.length) { 11:09:29 687 | this.policeNotices = listArr.sort((a,b)=>{ 11:09:29 688 | return (new Date(b.item_senddate)-new Date(a.item_senddate)) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:697:11: 11:09:29 695 | // }) 11:09:29 696 | } 11:09:29 > 697 | console.log('公安未读消息1111', this.policeNotices.length) 11:09:29 | ^ 11:09:29 698 | // this.policeNoticePop() 11:09:29 699 | if (this.policeNotices.length>0 && !this.showBktHome) {//提醒时间段有弹窗提醒 11:09:29 700 | setTimeout(() => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:707:9: 11:09:29 705 | }, 11:09:29 706 | onError: err => { 11:09:29 > 707 | console.log(err) 11:09:29 | ^ 11:09:29 708 | } 11:09:29 709 | } 11:09:29 710 | ) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:711:5: 11:09:29 709 | } 11:09:29 710 | ) 11:09:29 > 711 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels 11:09:29 | ^ 11:09:29 712 | if(organizationLevels.indexOf('Premium')>-1){ 11:09:29 713 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions 11:09:29 714 | console.log('this.baseServiceOptions',this.baseServiceOptions) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:714:7: 11:09:29 712 | if(organizationLevels.indexOf('Premium')>-1){ 11:09:29 713 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions 11:09:29 > 714 | console.log('this.baseServiceOptions',this.baseServiceOptions) 11:09:29 | ^ 11:09:29 715 | } 11:09:29 716 | 11:09:29 717 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:791:7: 11:09:29 789 | // 检查并显示密码修改提示 11:09:29 790 | checkPasswordUpdateNotice() { 11:09:29 > 791 | console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg) 11:09:29 | ^ 11:09:29 792 | if (this.updatePasswordType && this.updatePasswordMsg) { 11:09:29 793 | this.updatePwdDialogVisible = true 11:09:29 794 | if (this.updatePasswordType === '2') { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:818:11: 11:09:29 816 | this.$api.isSupervisedApi(domainId, { 11:09:29 817 | onSucess: res => { 11:09:29 > 818 | console.log('res11', res) 11:09:29 | ^ 11:09:29 819 | if (res.data.data) { 11:09:29 820 | console.log('res.data.data监管归属', res.data.data) 11:09:29 821 | this.isSupervisedInfoCompletedData = res.data.data 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:820:13: 11:09:29 818 | console.log('res11', res) 11:09:29 819 | if (res.data.data) { 11:09:29 > 820 | console.log('res.data.data监管归属', res.data.data) 11:09:29 | ^ 11:09:29 821 | this.isSupervisedInfoCompletedData = res.data.data 11:09:29 822 | console.log(this.isSupervisedInfoCompletedData) 11:09:29 823 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:822:13: 11:09:29 820 | console.log('res.data.data监管归属', res.data.data) 11:09:29 821 | this.isSupervisedInfoCompletedData = res.data.data 11:09:29 > 822 | console.log(this.isSupervisedInfoCompletedData) 11:09:29 | ^ 11:09:29 823 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) { 11:09:29 824 | this.supervisionDialogVisible = false;//有填写监管归属,隐藏监管归属弹窗 11:09:29 825 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:834:11: 11:09:29 832 | onError: erro => { 11:09:29 833 | this.supervisionDialogVisible = false;//错误,隐藏弹窗,默认让客户可以用 11:09:29 > 834 | console.log('erro11', erro) 11:09:29 | ^ 11:09:29 835 | } 11:09:29 836 | }) 11:09:29 837 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:862:13: 11:09:29 860 | { 11:09:29 861 | onSucess: res => { 11:09:29 > 862 | console.log(res.data.data.placeOfRegister) 11:09:29 | ^ 11:09:29 863 | if (res.data.data.placeOfRegister && res.data.data.placeOfRegister.province.name.indexOf('北京') > -1) { 11:09:29 864 | this.systemNoticeDialogVisible = true 11:09:29 865 | this.placeOfRegister_bjFlag = true 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:905:11: 11:09:29 903 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), { 11:09:29 904 | onSucess: res => { 11:09:29 > 905 | console.log('res11',res) 11:09:29 | ^ 11:09:29 906 | if (res.data.status == 200) { 11:09:29 907 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒 11:09:29 908 | console.log('this.domainAdmin',this.domainAdmin) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:908:13: 11:09:29 906 | if (res.data.status == 200) { 11:09:29 907 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒 11:09:29 > 908 | console.log('this.domainAdmin',this.domainAdmin) 11:09:29 | ^ 11:09:29 909 | if(this.domainAdmin&&isValidLonlat&&this.network){//是组织管理员以及没有完善经纬度--强提醒 11:09:29 910 | this.domainLonLatPopDialogVisible=true 11:09:29 911 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1182:17: 11:09:29 1180 | { 11:09:29 1181 | onSucess: res => { 11:09:29 > 1182 | console.log('res', res) 11:09:29 | ^ 11:09:29 1183 | let shopToken = res.data && res.data.accessToken || '' 11:09:29 1184 | resolve(shopToken) 11:09:29 1185 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1226:17: 11:09:29 1224 | { 11:09:29 1225 | onSucess: res => { 11:09:29 > 1226 | console.log('res', res) 11:09:29 | ^ 11:09:29 1227 | let shopToken = res.data && res.data.accessToken || '' 11:09:29 1228 | resolve(shopToken) 11:09:29 1229 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1277:13: 11:09:29 1275 | onSucess: response => { 11:09:29 1276 | if (response.data && response.data.errmsg == "ok") { 11:09:29 > 1277 | console.log(response.data) 11:09:29 | ^ 11:09:29 1278 | if (response.data.data.data.length) { 11:09:29 1279 | let arr = [] 11:09:29 1280 | response.data.data.data.forEach((item, index) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1296:15: 11:09:29 1294 | 11:09:29 1295 | }) 11:09:29 > 1296 | console.log(arr) 11:09:29 | ^ 11:09:29 1297 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 11:09:29 1298 | 11:09:29 1299 | const titleMap = {} 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1343:15: 11:09:29 1341 | } 11:09:29 1342 | } 11:09:29 > 1343 | console.log(arr3) 11:09:29 | ^ 11:09:29 1344 | this.applistArr = arr3 11:09:29 1345 | 11:09:29 1346 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1384:13: 11:09:29 1382 | onSucess: res => { 11:09:29 1383 | if (res.status == 200) { 11:09:29 > 1384 | console.log("res--->", res.status); 11:09:29 | ^ 11:09:29 1385 | } 11:09:29 1386 | } 11:09:29 1387 | }) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1487:11: 11:09:29 1485 | }, 11:09:29 1486 | onError: error => { 11:09:29 > 1487 | console.log(error); 11:09:29 | ^ 11:09:29 1488 | } 11:09:29 1489 | }); 11:09:29 1490 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1605:7: 11:09:29 1603 | 11:09:29 1604 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡 11:09:29 > 1605 | console.log(tab) 11:09:29 | ^ 11:09:29 1606 | console.log(tabindex) 11:09:29 1607 | if (this.$store.state.searchDataStore.length) { 11:09:29 1608 | this.$store.state.searchDataStore.forEach((item, index) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1606:7: 11:09:29 1604 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡 11:09:29 1605 | console.log(tab) 11:09:29 > 1606 | console.log(tabindex) 11:09:29 | ^ 11:09:29 1607 | if (this.$store.state.searchDataStore.length) { 11:09:29 1608 | this.$store.state.searchDataStore.forEach((item, index) => { 11:09:29 1609 | if (item.appId == tab.appId && item.viewId == tab.actionContent) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1621:7: 11:09:29 1619 | }) 11:09:29 1620 | } 11:09:29 > 1621 | console.log(this.$store.state.searchDataStore) 11:09:29 | ^ 11:09:29 1622 | let tabs = this.tabs; 11:09:29 1623 | if (tabindex >= 0) { //点击X关闭 11:09:29 1624 | console.log(JSON.stringify(this.tabs)) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1624:9: 11:09:29 1622 | let tabs = this.tabs; 11:09:29 1623 | if (tabindex >= 0) { //点击X关闭 11:09:29 > 1624 | console.log(JSON.stringify(this.tabs)) 11:09:29 | ^ 11:09:29 1625 | tabs.splice(tabindex, 1); 11:09:29 1626 | if (tab.active) { 11:09:29 1627 | if (tabs.length > 0 && ((tabs.length - 1) >= tabindex)) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/Home.vue:1700:13: 11:09:29 1698 | onSucess: res => { 11:09:29 1699 | this.isOrganizationPromoter = res.data.data.isOrganizationPromoter; 11:09:29 > 1700 | console.info('promoter', this.isOrganizationPromoter); 11:09:29 | ^ 11:09:29 1701 | } 11:09:29 1702 | }) 11:09:29 1703 | } 11:09:29 11:09:29 11:09:29 31 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:409:13: 11:09:29 407 | this.activeHome() 11:09:29 408 | this.applist()//查询左边下拉应用列表 11:09:29 > 409 | console.log(this.$refs.mainNavBar.data) 11:09:29 | ^ 11:09:29 410 | if (state.defaultFirst == 1) { 11:09:29 411 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data) 11:09:29 412 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:426:7: 11:09:29 424 | currentAppName = this.$store.getters.currentAppName; 11:09:29 425 | } 11:09:29 > 426 | console.log(currentAppName) 11:09:29 | ^ 11:09:29 427 | return currentAppName; 11:09:29 428 | }, 11:09:29 429 | showInstance() { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:538:11: 11:09:29 536 | } 11:09:29 537 | this.otherNotice = arr; 11:09:29 > 538 | console.log("this.otherNotice---->", this.otherNotice) 11:09:29 | ^ 11:09:29 539 | } 11:09:29 540 | } 11:09:29 541 | ) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:545:5: 11:09:29 543 | this.myprofile(); 11:09:29 544 | 11:09:29 > 545 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels 11:09:29 | ^ 11:09:29 546 | if(organizationLevels.indexOf('Premium')>-1){ 11:09:29 547 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions 11:09:29 548 | console.log('this.baseServiceOptions',this.baseServiceOptions) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:548:7: 11:09:29 546 | if(organizationLevels.indexOf('Premium')>-1){ 11:09:29 547 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions 11:09:29 > 548 | console.log('this.baseServiceOptions',this.baseServiceOptions) 11:09:29 | ^ 11:09:29 549 | } 11:09:29 550 | 11:09:29 551 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:625:7: 11:09:29 623 | // 检查并显示密码修改提示 11:09:29 624 | checkPasswordUpdateNotice() { 11:09:29 > 625 | console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg) 11:09:29 | ^ 11:09:29 626 | if (this.updatePasswordType && this.updatePasswordMsg) { 11:09:29 627 | this.updatePwdDialogVisible = true 11:09:29 628 | if (this.updatePasswordType === '2') { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:652:11: 11:09:29 650 | this.$api.isSupervisedApi(domainId, { 11:09:29 651 | onSucess: res => { 11:09:29 > 652 | console.log('res11', res) 11:09:29 | ^ 11:09:29 653 | if (res.data.data) { 11:09:29 654 | console.log('res.data.data监管归属', res.data.data) 11:09:29 655 | this.isSupervisedInfoCompletedData = res.data.data 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:654:13: 11:09:29 652 | console.log('res11', res) 11:09:29 653 | if (res.data.data) { 11:09:29 > 654 | console.log('res.data.data监管归属', res.data.data) 11:09:29 | ^ 11:09:29 655 | this.isSupervisedInfoCompletedData = res.data.data 11:09:29 656 | console.log(this.isSupervisedInfoCompletedData) 11:09:29 657 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:656:13: 11:09:29 654 | console.log('res.data.data监管归属', res.data.data) 11:09:29 655 | this.isSupervisedInfoCompletedData = res.data.data 11:09:29 > 656 | console.log(this.isSupervisedInfoCompletedData) 11:09:29 | ^ 11:09:29 657 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) { 11:09:29 658 | this.supervisionDialogVisible = false;//有填写监管归属,隐藏监管归属弹窗 11:09:29 659 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:668:11: 11:09:29 666 | onError: erro => { 11:09:29 667 | this.supervisionDialogVisible = false;//错误,隐藏弹窗,默认让客户可以用 11:09:29 > 668 | console.log('erro11', erro) 11:09:29 | ^ 11:09:29 669 | } 11:09:29 670 | }) 11:09:29 671 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:696:13: 11:09:29 694 | { 11:09:29 695 | onSucess: res => { 11:09:29 > 696 | console.log(res.data.data.placeOfRegister) 11:09:29 | ^ 11:09:29 697 | if (res.data.data.placeOfRegister && res.data.data.placeOfRegister.province.name.indexOf('北京') > -1) { 11:09:29 698 | this.systemNoticeDialogVisible = true 11:09:29 699 | this.placeOfRegister_bjFlag = true 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:733:11: 11:09:29 731 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), { 11:09:29 732 | onSucess: res => { 11:09:29 > 733 | console.log('res11',res) 11:09:29 | ^ 11:09:29 734 | if (res.data.status == 200) { 11:09:29 735 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒 11:09:29 736 | console.log('this.domainAdmin',this.domainAdmin) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:736:13: 11:09:29 734 | if (res.data.status == 200) { 11:09:29 735 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒 11:09:29 > 736 | console.log('this.domainAdmin',this.domainAdmin) 11:09:29 | ^ 11:09:29 737 | if(this.domainAdmin&&isValidLonlat&&this.network){//是组织管理员以及没有完善经纬度--强提醒 11:09:29 738 | this.domainLonLatPopDialogVisible=true 11:09:29 739 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1001:17: 11:09:29 999 | { 11:09:29 1000 | onSucess: res => { 11:09:29 > 1001 | console.log('res', res) 11:09:29 | ^ 11:09:29 1002 | let shopToken = res.data && res.data.accessToken || '' 11:09:29 1003 | resolve(shopToken) 11:09:29 1004 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1045:17: 11:09:29 1043 | { 11:09:29 1044 | onSucess: res => { 11:09:29 > 1045 | console.log('res', res) 11:09:29 | ^ 11:09:29 1046 | let shopToken = res.data && res.data.accessToken || '' 11:09:29 1047 | resolve(shopToken) 11:09:29 1048 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1096:13: 11:09:29 1094 | onSucess: response => { 11:09:29 1095 | if (response.data && response.data.errmsg == "ok") { 11:09:29 > 1096 | console.log(response.data) 11:09:29 | ^ 11:09:29 1097 | if (response.data.data.data.length) { 11:09:29 1098 | let arr = [] 11:09:29 1099 | response.data.data.data.forEach((item, index) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1115:15: 11:09:29 1113 | 11:09:29 1114 | }) 11:09:29 > 1115 | console.log(arr) 11:09:29 | ^ 11:09:29 1116 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 11:09:29 1117 | 11:09:29 1118 | const titleMap = {} 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1162:15: 11:09:29 1160 | } 11:09:29 1161 | } 11:09:29 > 1162 | console.log(arr3) 11:09:29 | ^ 11:09:29 1163 | this.applistArr = arr3 11:09:29 1164 | 11:09:29 1165 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1203:13: 11:09:29 1201 | onSucess: res => { 11:09:29 1202 | if (res.status == 200) { 11:09:29 > 1203 | console.log("res--->", res.status); 11:09:29 | ^ 11:09:29 1204 | } 11:09:29 1205 | } 11:09:29 1206 | }) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1306:11: 11:09:29 1304 | }, 11:09:29 1305 | onError: error => { 11:09:29 > 1306 | console.log(error); 11:09:29 | ^ 11:09:29 1307 | } 11:09:29 1308 | }); 11:09:29 1309 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1424:7: 11:09:29 1422 | 11:09:29 1423 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡 11:09:29 > 1424 | console.log(tab) 11:09:29 | ^ 11:09:29 1425 | console.log(tabindex) 11:09:29 1426 | if (this.$store.state.searchDataStore.length) { 11:09:29 1427 | this.$store.state.searchDataStore.forEach((item, index) => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1425:7: 11:09:29 1423 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡 11:09:29 1424 | console.log(tab) 11:09:29 > 1425 | console.log(tabindex) 11:09:29 | ^ 11:09:29 1426 | if (this.$store.state.searchDataStore.length) { 11:09:29 1427 | this.$store.state.searchDataStore.forEach((item, index) => { 11:09:29 1428 | if (item.appId == tab.appId && item.viewId == tab.actionContent) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1440:7: 11:09:29 1438 | }) 11:09:29 1439 | } 11:09:29 > 1440 | console.log(this.$store.state.searchDataStore) 11:09:29 | ^ 11:09:29 1441 | let tabs = this.tabs; 11:09:29 1442 | if (tabindex >= 0) { //点击X关闭 11:09:29 1443 | console.log(JSON.stringify(this.tabs)) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1443:9: 11:09:29 1441 | let tabs = this.tabs; 11:09:29 1442 | if (tabindex >= 0) { //点击X关闭 11:09:29 > 1443 | console.log(JSON.stringify(this.tabs)) 11:09:29 | ^ 11:09:29 1444 | tabs.splice(tabindex, 1); 11:09:29 1445 | if (tab.active) { 11:09:29 1446 | if (tabs.length > 0 && ((tabs.length - 1) >= tabindex)) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1519:13: 11:09:29 1517 | onSucess: res => { 11:09:29 1518 | this.isOrganizationPromoter = res.data.data.isOrganizationPromoter; 11:09:29 > 1519 | console.info('promoter', this.isOrganizationPromoter); 11:09:29 | ^ 11:09:29 1520 | } 11:09:29 1521 | }) 11:09:29 1522 | } 11:09:29 11:09:29 11:09:29 25 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/views/Main.vue:423:11: 11:09:29 421 | }, 11:09:29 422 | onError: (error) => { 11:09:29 > 423 | console.log(error); 11:09:29 | ^ 11:09:29 424 | }, 11:09:29 425 | }); 11:09:29 426 | }, 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/views/main_pending.vue:677:9: 11:09:29 675 | activate() { 11:09:29 676 | if (this.backlogRight.length === 0) { 11:09:29 > 677 | console.log("--->0"); 11:09:29 | ^ 11:09:29 678 | } 11:09:29 679 | }, 11:09:29 680 | //点击左侧导航触发待办事项 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected console statement (no-console) at src/views/mixin_LockScreen.vue:85:29: 11:09:29 83 | } 11:09:29 84 | }, catch: error => { 11:09:29 > 85 | console.log('error1', error) 11:09:29 | ^ 11:09:29 86 | } 11:09:29 87 | 11:09:29 88 | 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected side effect in "activeColor" computed property (vue/no-side-effects-in-computed-properties) at src/components/activity.vue:103:15: 11:09:29 101 | case 10: //返回 11:09:29 102 | if(this.$route.query.isPopup == '1') { 11:09:29 > 103 | this.isShowBtn = false; 11:09:29 | ^ 11:09:29 104 | return 11:09:29 105 | } 11:09:29 106 | data = { 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "activeColor" computed property (vue/no-side-effects-in-computed-properties) at src/components/activity.vue:357:11: 11:09:29 355 | return data; 11:09:29 356 | case 0: //流程处理在流程的表单权限里设置了隐藏,type返回0 11:09:29 > 357 | this.isShowBtn = false 11:09:29 | ^ 11:09:29 358 | default: 11:09:29 359 | break; 11:09:29 360 | } 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_tab.vue:323:7: 11:09:29 321 | } 11:09:29 322 | // this.tabWidth = document.documentElement.clientWidth - 327; 11:09:29 > 323 | this.tabWidth = document.documentElement.clientWidth - 0; 11:09:29 | ^ 11:09:29 324 | return this.setField(formData); 11:09:29 325 | //return this.$parent.findField(this.id); 11:09:29 326 | }, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/o_tab.vue:475:7: 11:09:29 473 | 11:09:29 474 | handleChange(val) { 11:09:29 > 475 | console.log(val); 11:09:29 | ^ 11:09:29 476 | }, 11:09:29 477 | 11:09:29 478 | handleClick(tab) { 11:09:29 11:09:29 11:09:29 2 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:84:11: 11:09:29 82 | if (formData.divWidth) { 11:09:29 83 | if (formData.divWidth.indexOf("px") > -1) { 11:09:29 > 84 | this.dialogWidth = formData.divWidth; 11:09:29 | ^ 11:09:29 85 | } else if (formData.divWidth.indexOf("%") > -1) { 11:09:29 86 | this.dialogWidth = formData.divWidth; 11:09:29 87 | } else { 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:86:11: 11:09:29 84 | this.dialogWidth = formData.divWidth; 11:09:29 85 | } else if (formData.divWidth.indexOf("%") > -1) { 11:09:29 > 86 | this.dialogWidth = formData.divWidth; 11:09:29 | ^ 11:09:29 87 | } else { 11:09:29 88 | this.dialogWidth = formData.divWidth + "px"; 11:09:29 89 | } 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:88:11: 11:09:29 86 | this.dialogWidth = formData.divWidth; 11:09:29 87 | } else { 11:09:29 > 88 | this.dialogWidth = formData.divWidth + "px"; 11:09:29 | ^ 11:09:29 89 | } 11:09:29 90 | } 11:09:29 91 | if (formData.divHeight) { 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:96:11: 11:09:29 94 | if (formData.divHeight.indexOf("px") > -1) { 11:09:29 95 | h = formData.divHeight.split("px")[0]; 11:09:29 > 96 | this.dialogHidth = parseInt(h) - 100 + "px"; 11:09:29 | ^ 11:09:29 97 | } else if (formData.divHeight.indexOf("%") > -1) { 11:09:29 98 | h = formData.divHeight; 11:09:29 99 | let num = h.split("%")[0]; 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:101:11: 11:09:29 99 | let num = h.split("%")[0]; 11:09:29 100 | let he = (screen * parseInt(num)) / 100; 11:09:29 > 101 | this.dialogHidth = he - 124 + "px"; 11:09:29 | ^ 11:09:29 102 | } else { 11:09:29 103 | let t = screen * 0.15; 11:09:29 104 | //let t = 1 - (formData.divHeight / screen); 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:106:13: 11:09:29 104 | //let t = 1 - (formData.divHeight / screen); 11:09:29 105 | if (parseInt(formData.divHeight) >= screen) { 11:09:29 > 106 | this.dialogTop = "1%"; 11:09:29 | ^ 11:09:29 107 | } else { 11:09:29 108 | let hd = screen - parseInt(formData.divHeight); 11:09:29 109 | if (hd < t) { 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:112:17: 11:09:29 110 | let d = Math.ceil(hd / t); 11:09:29 111 | if (d >= 15) { 11:09:29 > 112 | this.dialogTop = "15%"; 11:09:29 | ^ 11:09:29 113 | } else { 11:09:29 114 | this.dialogTop = d + "%"; 11:09:29 115 | } 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:114:17: 11:09:29 112 | this.dialogTop = "15%"; 11:09:29 113 | } else { 11:09:29 > 114 | this.dialogTop = d + "%"; 11:09:29 | ^ 11:09:29 115 | } 11:09:29 116 | } 11:09:29 117 | } 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:118:11: 11:09:29 116 | } 11:09:29 117 | } 11:09:29 > 118 | this.dialogHidth = parseInt(formData.divHeight) - 124 + "px"; 11:09:29 | ^ 11:09:29 119 | } 11:09:29 120 | } else { 11:09:29 121 | let screen = document.documentElement.clientHeight; 11:09:29 11:09:29 11:09:29 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:122:9: 11:09:29 120 | } else { 11:09:29 121 | let screen = document.documentElement.clientHeight; 11:09:29 > 122 | this.dialogHidth = screen / 2 + 24 + "px"; 11:09:29 | ^ 11:09:29 123 | } 11:09:29 124 | 11:09:29 125 | formData.obpmFilePath = obpmConfig.obpmFilePath; 11:09:29 11:09:29 11:09:29 10 errors found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected side effect in "options" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_select_about.vue:137:7: 11:09:29 135 | }); 11:09:29 136 | }); 11:09:29 > 137 | this.selectData = selectData; 11:09:29 | ^ 11:09:29 138 | return data; 11:09:29 139 | } 11:09:29 140 | 11:09:29 11:09:29 11:09:29 1 error found. 11:09:29 11:09:29 Module Warning (from ./node_modules/eslint-loader/index.js): 11:09:29 error: Unexpected side effect in "template" computed property (vue/no-side-effects-in-computed-properties) at src/components/form_normalform.vue:378:11: 11:09:29 376 | 11:09:29 377 | if (!data.formTemplate.template) { 11:09:29 > 378 | this.isShowFormActivity = false; 11:09:29 | ^ 11:09:29 379 | return { 11:09:29 380 | components: { authority }, 11:09:29 381 | template: "<div><authority /></div>", 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:433:7: 11:09:29 431 | let that=this; 11:09:29 432 | window.addEventListener('message',function(e){//监听弹窗关闭-bcx 11:09:29 > 433 | console.log('e',e) 11:09:29 | ^ 11:09:29 434 | if(e.data){ 11:09:29 435 | that.jumpPopup=false 11:09:29 436 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:448:7: 11:09:29 446 | // 处理include-control 自动增大逻辑 11:09:29 447 | handleIncludeControlBug() { 11:09:29 > 448 | console.log('触发了') 11:09:29 | ^ 11:09:29 449 | this.timeIds.forEach(id => { 11:09:29 450 | clearInterval(id) 11:09:29 451 | }) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:463:7: 11:09:29 461 | }, 11:09:29 462 | handleIncludeControlRefresh(controls, cb) { 11:09:29 > 463 | console.log('controls', controls) 11:09:29 | ^ 11:09:29 464 | // resize 计算会走这里 11:09:29 465 | // include可能原本就被隐藏 这里要集合 11:09:29 466 | let affectedIncludeControls = [] 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:473:7: 11:09:29 471 | } 11:09:29 472 | }) 11:09:29 > 473 | console.log('affectedIncludeControls获取Dom对象', affectedIncludeControls) 11:09:29 | ^ 11:09:29 474 | this.$nextTick(() => { 11:09:29 475 | cb() //这个执行的是handleIncludeControlComputed(controls)(); 11:09:29 476 | affectedIncludeControls.forEach(itm => { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:483:9: 11:09:29 481 | handleIncludeControlComputed(controls) { 11:09:29 482 | controls.forEach(item => { 11:09:29 > 483 | console.log('item.parentNode', item.parentNode) 11:09:29 | ^ 11:09:29 484 | let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight)) 11:09:29 485 | console.log('pw', pw) 11:09:29 486 | if (pw > 0) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:485:9: 11:09:29 483 | console.log('item.parentNode', item.parentNode) 11:09:29 484 | let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight)) 11:09:29 > 485 | console.log('pw', pw) 11:09:29 | ^ 11:09:29 486 | if (pw > 0) { 11:09:29 487 | item.style.width = pw + 'px' //增加父元素固定宽度'.include-control' 与 '.tab-control' 11:09:29 488 | } else { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:490:13: 11:09:29 488 | } else { 11:09:29 489 | let id = setTimeout(() => { 11:09:29 > 490 | console.log(111) 11:09:29 | ^ 11:09:29 491 | // resize 计算会走这里 11:09:29 492 | // include可能原本就被隐藏 这里要集合 11:09:29 493 | if (item.style.display !== 'none') { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:500:15: 11:09:29 498 | } 11:09:29 499 | this.$nextTick(() => { 11:09:29 > 500 | console.log('bb', parseFloat(getComputedStyle(item.parentNode).paddingLeft)); 11:09:29 | ^ 11:09:29 501 | let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight)) 11:09:29 502 | if (pw > 0) { 11:09:29 503 | console.log('item.parentNode', item.parentNode) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:503:17: 11:09:29 501 | let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight)) 11:09:29 502 | if (pw > 0) { 11:09:29 > 503 | console.log('item.parentNode', item.parentNode) 11:09:29 | ^ 11:09:29 504 | item.style.width = pw + 'px' //增加父元素固定宽度'.include-control' 与 '.tab-control' 11:09:29 505 | item.style.display = "block" 11:09:29 506 | clearInterval(id) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:609:15: 11:09:29 607 | signatureid, 11:09:29 608 | function (data) { 11:09:29 > 609 | console.log(data); 11:09:29 | ^ 11:09:29 610 | } 11:09:29 611 | ); 11:09:29 612 | break; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:774:7: 11:09:29 772 | initForm({ appId, formId, docId }) { 11:09:29 773 | let openParams = this.openParams; 11:09:29 > 774 | console.log(docId); 11:09:29 | ^ 11:09:29 775 | if (openParams.appId) { 11:09:29 776 | this.$root.appid = openParams.appId; //如果有多个软件,当从首页进入表单,需要把当前页当前数据的appId赋值给全局变量,否则有可能导致软件的appId拿错 11:09:29 777 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:799:9: 11:09:29 797 | obj = this.setParams(openParams.urlParams, obj); 11:09:29 798 | } 11:09:29 > 799 | console.log("获取表单。。。"); 11:09:29 | ^ 11:09:29 800 | API.getForm( 11:09:29 801 | appId, 11:09:29 802 | formId, 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:938:29: 11:09:29 936 | signatureid, 11:09:29 937 | function (data) { 11:09:29 > 938 | console.log(data); 11:09:29 | ^ 11:09:29 939 | } 11:09:29 940 | ); 11:09:29 941 | break; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:996:21: 11:09:29 994 | for (let i = 0; i < data.fields.length; i++) { 11:09:29 995 | if (data.fields[i].isModified) { 11:09:29 > 996 | console.log("111", showLog); 11:09:29 | ^ 11:09:29 997 | showLog = true; 11:09:29 998 | break; 11:09:29 999 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1179:7: 11:09:29 1177 | params = { ...params, ...this.$route.query }; 11:09:29 1178 | } 11:09:29 > 1179 | console.log(params); 11:09:29 | ^ 11:09:29 1180 | API.getForm(appId, formId, docId, params, { 11:09:29 1181 | onSucess: (res) => { 11:09:29 1182 | let fd = res.data.data; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1236:19: 11:09:29 1234 | //表单嵌套tab判断传递参数 11:09:29 1235 | fields[i].exparams = op.exparams; 11:09:29 > 1236 | console.log(fields[i].exparams); 11:09:29 | ^ 11:09:29 1237 | } 11:09:29 1238 | if (fields[i].tabs && fields[i].tabs.length > 0) { 11:09:29 1239 | for (let j = 0; j < fields[i].tabs.length; j++) { 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1470:19: 11:09:29 1468 | fields.forEach((f, i) => { 11:09:29 1469 | if (field.id == f.id) { 11:09:29 > 1470 | console.log(fields[i].type); 11:09:29 | ^ 11:09:29 1471 | fields[i].value = field.value; //只能更新value,而不能简单做对象替换,field.value绑定在组件v-model上,如果直接替换只是数组内存指针简单变更 11:09:29 1472 | fields[i].options = field.options; 11:09:29 1473 | fields[i].tabs = field.tabs; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1511:7: 11:09:29 1509 | 11:09:29 1510 | handleClose(done) { 11:09:29 > 1511 | console.log('done',done) 11:09:29 | ^ 11:09:29 1512 | done(); 11:09:29 1513 | if (this.isDialogOpenExternalLink) { 11:09:29 1514 | let appId = this.openParams.appId; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2405:15: 11:09:29 2403 | } 11:09:29 2404 | } else if (response.data.errcode == 0) {//请求成功返回 11:09:29 > 2405 | console.log('response.data', response.data) 11:09:29 | ^ 11:09:29 2406 | console.log('activityType', activityType) 11:09:29 2407 | if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示 11:09:29 2408 | this.$message({ type: 'success', message: '操作成功' }) 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2406:15: 11:09:29 2404 | } else if (response.data.errcode == 0) {//请求成功返回 11:09:29 2405 | console.log('response.data', response.data) 11:09:29 > 2406 | console.log('activityType', activityType) 11:09:29 | ^ 11:09:29 2407 | if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示 11:09:29 2408 | this.$message({ type: 'success', message: '操作成功' }) 11:09:29 2409 | } 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2591:7: 11:09:29 2589 | doSave(num, actId, withOld, subDoc, act) { 11:09:29 2590 | // debugger 11:09:29 > 2591 | console.log(777); 11:09:29 | ^ 11:09:29 2592 | let openParams = this.openParams; 11:09:29 2593 | let that = this; 11:09:29 2594 | let transferrData = ""; 11:09:29 11:09:29 11:09:29 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:3456:13: 11:09:29 3454 | API.executeCustom(appId, actId, obj, params, { 11:09:29 3455 | onSucess: (res) => { 11:09:29 > 3456 | console.log(res); 11:09:29 | ^ 11:09:29 3457 | let errcode = res.data.errcode; 11:09:29 3458 | if (errcode == 0) { 11:09:29 3459 | let errmsg = act.name + this.$t("success"); 11:09:29 11:09:29 11:09:29 23 errors found. 11:09:29 11:09:29 You may use special comments to disable some warnings. 11:09:29 Use // eslint-disable-next-line to ignore the next line. 11:09:29 Use /* eslint-disable */ to ignore all warnings in a file. 11:09:29 warning in ./src/api.js 11:09:29 11:09:29 Module Warning (from ./node_modules/thread-loader/dist/cjs.js): 11:09:29 11:09:29 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/api.js 11:09:29 57:5 error Unexpected console statement no-console 11:09:29 587:5 error Unexpected console statement no-console 11:09:29 740:5 error Unexpected console statement no-console 11:09:29 11:09:29 ✖ 3 problems (3 errors, 0 warnings) 11:09:29 11:09:29 11:09:29 @ ./src/main.js 14:0-27 38:21-24 361:4-7 380:4-7 11:09:29 @ multi ./src/main.js 11:09:29 11:09:29 warning 11:09:29 11:09:29 asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). 11:09:29 This can impact web performance. 11:09:29 Assets: 11:09:29 fonts/Source Han Sans CN Regular.552b3917.eot (8.14 MiB) 11:09:29 fonts/Source Han Sans CN Regular.d1fb7855.woff (5.1 MiB) 11:09:29 img/fontawesome-webfont.912ec66d.svg (434 KiB) 11:09:29 img/background.646883a5.jpg (363 KiB) 11:09:29 fonts/Source Han Sans CN Regular.50f2d6d6.ttf (8.14 MiB) 11:09:29 img/Source Han Sans CN Regular.63d44fde.svg (17.8 MiB) 11:09:29 js/about.3a65b608.js (2.83 MiB) 11:09:29 js/app.0ea0714d.js (4.68 MiB) 11:09:29 js/chunk-2f203954.12ccb665.js (305 KiB) 11:09:29 js/rail.b73f2464.js (2.49 MiB) 11:09:29 iwebapp/pdfjs/core/pdf.js (584 KiB) 11:09:29 iwebapp/pdfjs/core/pdf.worker.js (723 KiB) 11:09:29 js/esdk-obs-browserjs.min.js (304 KiB) 11:09:29 pdf/word/pdfjs/build/pdf.js (774 KiB) 11:09:29 iwebapp/pdfjs/pdf-34bd0a9d29.viewer.js (1.36 MiB) 11:09:29 iwebapp/pdfjs/pdf-8cc3ba5958.viewer.js (1.37 MiB) 11:09:29 pdf/word/pdfjs/build/pdf.js.map (1.48 MiB) 11:09:29 pdf/word/pdfjs/build/pdf.worker.js (1.66 MiB) 11:09:29 pdf/word/pdfjs/build/pdf.worker.js.map (3.39 MiB) 11:09:29 pdf/word/pdfjs/web/viewer.js.map (751 KiB) 11:09:29 pdf/word/pdfjs/web/viewer.js (655 KiB) 11:09:29 UEditor/jsp/lib/commons-codec-1.9.jar (258 KiB) 11:09:29 pdf/word/iWebOffice2015.cab (12.4 MiB) 11:09:29 UEditor/third-party/highcharts/highcharts.src.js (434 KiB) 11:09:29 UEditor/third-party/jquery-1.10.2.js (267 KiB) 11:09:29 UEditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB) 11:09:29 UEditor/ueditor.all.min.js (373 KiB) 11:09:29 UEditor/ueditor.all.js (1.06 MiB) 11:09:29 11:09:29 warning 11:09:29 11:09:29 entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. 11:09:29 Entrypoints: 11:09:29 app (7.5 MiB) 11:09:29 js/about.3a65b608.js 11:09:29 js/app.0ea0714d.js 11:09:29 11:09:29 11:09:30 File Size Gzipped 11:09:30 11:09:30 dist/UEditor/ueditor.all.min.js 373.46 KiB 100.76 KiB 11:09:30 dist/js/esdk-obs-browserjs.min.js 303.80 KiB 78.74 KiB 11:09:30 dist/iwebapp/pdfjs/jquery-1.11.3.min.j 93.71 KiB 32.54 KiB 11:09:30 s 11:09:30 dist/js/jquery-1.11.3.min.js 93.71 KiB 32.54 KiB 11:09:30 dist/pdf/word/jquery.min.js 93.54 KiB 32.48 KiB 11:09:30 dist/UEditor/third-party/jquery-1.10.2 90.92 KiB 32.06 KiB 11:09:30 .min.js 11:09:30 dist/js/swiper.min.js 64.88 KiB 16.44 KiB 11:09:30 dist/UEditor/third-party/webuploader/w 56.91 KiB 18.66 KiB 11:09:30 ebuploader.min.js 11:09:30 dist/UEditor/third-party/webuploader/w 45.99 KiB 14.37 KiB 11:09:30 ebuploader.html5only.min.js 11:09:30 dist/UEditor/third-party/webuploader/w 45.81 KiB 15.77 KiB 11:09:30 ebuploader.custom.min.js 11:09:30 dist/UEditor/third-party/webuploader/w 38.87 KiB 12.03 KiB 11:09:30 ebuploader.withoutimage.min.js 11:09:30 dist/UEditor/third-party/webuploader/w 32.81 KiB 10.64 KiB 11:09:30 ebuploader.flashonly.min.js 11:09:30 dist/UEditor/third-party/xss.min.js 27.11 KiB 6.38 KiB 11:09:30 dist/pdf/word/viewer.min.js 20.21 KiB 6.41 KiB 11:09:30 dist/UEditor/third-party/zeroclipboard 18.51 KiB 6.52 KiB 11:09:30 /ZeroClipboard.min.js 11:09:30 dist/pdf/word/sweetalert.min.js 16.58 KiB 5.29 KiB 11:09:30 dist/pdf/word/toastr.min.js 16.47 KiB 3.19 KiB 11:09:30 dist/iwebapp/pdfjs/require.min.js 14.86 KiB 6.08 KiB 11:09:30 dist/pdf/word/require.min.js 14.86 KiB 6.08 KiB 11:09:30 dist/UEditor/ueditor.parse.min.js 14.45 KiB 5.01 KiB 11:09:30 dist/js/app.0ea0714d.js 4789.38 KiB 957.04 KiB 11:09:30 dist/js/about.3a65b608.js 2895.41 KiB 824.94 KiB 11:09:30 dist/js/rail.b73f2464.js 2550.63 KiB 848.61 KiB 11:09:30 dist/pdf/word/pdfjs/build/pdf.worker.j 1700.94 KiB 322.13 KiB 11:09:30 s 11:09:30 dist/iwebapp/pdfjs/pdf-8cc3ba5958.view 1404.33 KiB 367.49 KiB 11:09:30 er.js 11:09:30 dist/iwebapp/pdfjs/pdf-34bd0a9d29.view 1397.68 KiB 362.42 KiB 11:09:30 er.js 11:09:30 dist/UEditor/ueditor.all.js 1086.60 KiB 213.79 KiB 11:09:30 dist/pdf/word/pdfjs/build/pdf.js 774.32 KiB 145.03 KiB 11:09:30 dist/iwebapp/pdfjs/core/pdf.worker.js 723.11 KiB 213.91 KiB 11:09:30 dist/pdf/word/pdfjs/web/viewer.js 654.78 KiB 99.17 KiB 11:09:30 dist/iwebapp/pdfjs/core/pdf.js 584.12 KiB 161.00 KiB 11:09:30 dist/UEditor/third-party/highcharts/hi 433.95 KiB 123.75 KiB 11:09:30 ghcharts.src.js 11:09:30 dist/js/chunk-2f203954.12ccb665.js 305.24 KiB 98.37 KiB 11:09:30 dist/UEditor/third-party/jquery-1.10.2 266.80 KiB 79.12 KiB 11:09:30 .js 11:09:30 dist/UEditor/third-party/webuploader/w 226.46 KiB 48.94 KiB 11:09:30 ebuploader.js 11:09:30 dist/UEditor/third-party/video-js/vide 212.98 KiB 56.36 KiB 11:09:30 o.dev.js 11:09:30 dist/UEditor/third-party/webuploader/w 193.52 KiB 43.01 KiB 11:09:30 ebuploader.custom.js 11:09:30 dist/UEditor/third-party/webuploader/w 182.25 KiB 39.11 KiB 11:09:30 ebuploader.html5only.js 11:09:30 dist/UEditor/third-party/SyntaxHighlig 155.77 KiB 43.52 KiB 11:09:30 hter/shCore.js 11:09:30 dist/UEditor/third-party/codemirror/co 154.89 KiB 35.91 KiB 11:09:30 demirror.js 11:09:30 dist/UEditor/third-party/webuploader/w 148.40 KiB 31.44 KiB 11:09:30 ebuploader.withoutimage.js 11:09:30 dist/UEditor/third-party/highcharts/hi 137.55 KiB 50.63 KiB 11:09:30 ghcharts.js 11:09:30 dist/UEditor/third-party/webuploader/w 135.64 KiB 29.89 KiB 11:09:30 ebuploader.flashonly.js 11:09:30 dist/pdf/word/WebOffice.js 135.19 KiB 30.89 KiB 11:09:30 dist/UEditor/dialogs/image/image.js 125.19 KiB 55.10 KiB 11:09:30 dist/pdf/word/iWebOffice2015.js 112.08 KiB 50.77 KiB 11:09:30 dist/js/chunk-7f638a58.0dcf71a4.js 106.53 KiB 35.96 KiB 11:09:30 dist/UEditor/third-party/highcharts/mo 98.32 KiB 22.42 KiB 11:09:30 dules/canvas-tools.src.js 11:09:30 dist/js/certificate.7719750a.js 85.66 KiB 20.69 KiB 11:09:30 dist/js/china.js 61.26 KiB 43.82 KiB 11:09:30 dist/iwebapp/pdfjs/stamp/laydate/layda 58.98 KiB 15.29 KiB 11:09:30 te.js 11:09:30 dist/UEditor/third-party/highcharts/hi 58.77 KiB 16.33 KiB 11:09:30 ghcharts-more.src.js 11:09:30 dist/UEditor/third-party/highcharts/mo 56.52 KiB 15.35 KiB 11:09:30 dules/canvas-tools.js 11:09:30 dist/UEditor/third-party/video-js/vide 54.09 KiB 16.62 KiB 11:09:30 o.js 11:09:30 dist/UEditor/dialogs/wordimage/tangram 46.41 KiB 12.48 KiB 11:09:30 .js 11:09:30 dist/UEditor/third-party/zeroclipboard 42.20 KiB 9.15 KiB 11:09:30 /ZeroClipboard.js 11:09:30 dist/UEditor/ueditor.parse.js 35.91 KiB 7.93 KiB 11:09:30 dist/pdf/word/util.js 30.10 KiB 8.77 KiB 11:09:30 dist/UEditor/dialogs/video/video.js 29.78 KiB 7.62 KiB 11:09:30 dist/UEditor/dialogs/attachment/attach 29.67 KiB 6.63 KiB 11:09:30 ment.js 11:09:30 dist/UEditor/lang/en/en.js 28.72 KiB 8.24 KiB 11:09:30 dist/pdf/word/l10n.js 28.57 KiB 8.09 KiB 11:09:30 dist/UEditor/dialogs/scrawl/scrawl.js 26.51 KiB 5.97 KiB 11:09:30 dist/UEditor/lang/zh-cn/zh-cn.js 25.88 KiB 8.55 KiB 11:09:30 dist/UEditor/third-party/highcharts/mo 25.16 KiB 7.84 KiB 11:09:30 dules/map.src.js 11:09:30 dist/UEditor/ueditor.config.js 22.75 KiB 8.44 KiB 11:09:30 dist/UEditor/third-party/highcharts/hi 21.30 KiB 7.91 KiB 11:09:30 ghcharts-more.js 11:09:30 dist/pdf/word/pdfjs/web/debugger.js 18.48 KiB 4.89 KiB 11:09:30 dist/pdf/word/compatibility.js 17.70 KiB 5.38 KiB 11:09:30 dist/UEditor/third-party/highcharts/mo 16.86 KiB 5.73 KiB 11:09:30 dules/exporting.src.js 11:09:30 dist/UEditor/third-party/highcharts/mo 15.14 KiB 4.81 KiB 11:09:30 dules/data.src.js 11:09:30 dist/UEditor/dialogs/background/backgr 14.04 KiB 3.56 KiB 11:09:30 ound.js 11:09:30 dist/pdf/word/tray.js 12.95 KiB 3.86 KiB 11:09:30 dist/iwebapp/pdfjs/require.config.js 12.60 KiB 3.15 KiB 11:09:30 dist/pdf/word/require.config.js 12.38 KiB 3.05 KiB 11:09:30 dist/UEditor/dialogs/template/config.j 12.19 KiB 2.50 KiB 11:09:30 s 11:09:30 dist/UEditor/third-party/highcharts/ad 11.38 KiB 3.82 KiB 11:09:30 apters/standalone-framework.src.js 11:09:30 dist/UEditor/dialogs/charts/charts.js 10.89 KiB 3.34 KiB 11:09:30 dist/UEditor/third-party/highcharts/mo 10.69 KiB 3.16 KiB 11:09:30 dules/drilldown.src.js 11:09:30 dist/UEditor/third-party/highcharts/mo 9.88 KiB 4.03 KiB 11:09:30 dules/map.js 11:09:30 dist/UEditor/dialogs/table/edittable.j 8.72 KiB 2.01 KiB 11:09:30 s 11:09:30 dist/UEditor/third-party/highcharts/ad 8.72 KiB 3.18 KiB 11:09:30 apters/prototype-adapter.src.js 11:09:30 dist/UEditor/third-party/highcharts/mo 8.18 KiB 2.56 KiB 11:09:30 dules/annotations.src.js 11:09:30 dist/UEditor/dialogs/music/music.js 7.64 KiB 2.16 KiB 11:09:30 dist/UEditor/third-party/highcharts/ad 7.61 KiB 2.91 KiB 11:09:30 apters/mootools-adapter.src.js 11:09:30 dist/pdf/word/watermark.js 7.55 KiB 1.90 KiB 11:09:30 dist/UEditor/third-party/highcharts/mo 7.08 KiB 3.07 KiB 11:09:30 dules/exporting.js 11:09:30 dist/UEditor/third-party/highcharts/mo 6.38 KiB 2.33 KiB 11:09:30 dules/funnel.src.js 11:09:30 dist/UEditor/dialogs/emotion/emotion.j 6.15 KiB 2.03 KiB 11:09:30 s 11:09:30 dist/UEditor/third-party/highcharts/mo 5.42 KiB 1.95 KiB 11:09:30 dules/drilldown.js 11:09:30 dist/UEditor/third-party/highcharts/ad 4.95 KiB 2.15 KiB 11:09:30 apters/standalone-framework.js 11:09:30 dist/UEditor/dialogs/spechars/spechars 4.56 KiB 2.37 KiB 11:09:30 .js 11:09:30 dist/UEditor/third-party/highcharts/th 4.38 KiB 1.21 KiB 11:09:30 emes/gray.js 11:09:30 dist/UEditor/third-party/highcharts/mo 4.33 KiB 1.89 KiB 11:09:30 dules/data.js 11:09:30 dist/UEditor/dialogs/searchreplace/sea 4.30 KiB 1.27 KiB 11:09:30 rchreplace.js 11:09:30 dist/UEditor/third-party/highcharts/th 4.25 KiB 1.20 KiB 11:09:30 emes/dark-blue.js 11:09:30 dist/UEditor/third-party/highcharts/th 4.24 KiB 1.21 KiB 11:09:30 emes/dark-green.js 11:09:30 dist/UEditor/dialogs/wordimage/wordima 4.05 KiB 1.95 KiB 11:09:30 ge.js 11:09:30 dist/UEditor/third-party/highcharts/mo 3.32 KiB 1.52 KiB 11:09:30 dules/annotations.js 11:09:30 dist/UEditor/third-party/highcharts/ad 3.23 KiB 1.33 KiB 11:09:30 apters/prototype-adapter.js 11:09:30 dist/UEditor/third-party/highcharts/mo 2.79 KiB 1.12 KiB 11:09:30 dules/no-data-to-display.src.js 11:09:30 dist/UEditor/dialogs/internal.js 2.54 KiB 0.98 KiB 11:09:30 dist/UEditor/third-party/highcharts/ad 2.21 KiB 1.06 KiB 11:09:30 apters/mootools-adapter.js 11:09:30 dist/pdf/word/obpm.showMessage.js 2.09 KiB 0.74 KiB 11:09:30 dist/UEditor/third-party/highcharts/mo 1.93 KiB 1.08 KiB 11:09:30 dules/funnel.js 11:09:30 dist/UEditor/third-party/highcharts/th 1.75 KiB 0.65 KiB 11:09:30 emes/grid.js 11:09:30 dist/UEditor/third-party/highcharts/th 1.72 KiB 0.64 KiB 11:09:30 emes/skies.js 11:09:30 dist/UEditor/dialogs/template/template 1.55 KiB 0.67 KiB 11:09:30 .js 11:09:30 dist/UEditor/dialogs/help/help.js 1.47 KiB 0.70 KiB 11:09:30 dist/UEditor/dialogs/charts/chart.conf 1.38 KiB 0.44 KiB 11:09:30 ig.js 11:09:30 dist/js/obpm.config.js 1.36 KiB 0.57 KiB 11:09:30 dist/js/obsConfig.js 1.33 KiB 0.70 KiB 11:09:30 dist/UEditor/third-party/highcharts/mo 1.33 KiB 0.70 KiB 11:09:30 dules/no-data-to-display.js 11:09:30 dist/UEditor/third-party/highcharts/mo 1.10 KiB 0.49 KiB 11:09:30 dules/heatmap.src.js 11:09:30 dist/UEditor/third-party/highcharts/mo 0.52 KiB 0.37 KiB 11:09:30 dules/heatmap.js 11:09:30 dist/iwebapp/pdfjs/viewer-df538bd63b.c 111.81 KiB 18.55 KiB 11:09:30 ss 11:09:30 dist/iwebapp/pdfjs/viewer-afb3d53c48.c 111.71 KiB 18.53 KiB 11:09:30 ss 11:09:30 dist/pdf/word/pdfjs/web/viewer.css 58.42 KiB 9.25 KiB 11:09:30 dist/UEditor/themes/default/css/uedito 42.73 KiB 6.84 KiB 11:09:30 r.css 11:09:30 dist/UEditor/themes/default/css/uedito 34.12 KiB 5.53 KiB 11:09:30 r.min.css 11:09:30 dist/UEditor/third-party/video-js/vide 20.82 KiB 5.45 KiB 11:09:30 o-js.css 11:09:30 dist/UEditor/dialogs/image/image.css 17.71 KiB 3.46 KiB 11:09:30 dist/UEditor/dialogs/video/video.css 14.57 KiB 3.10 KiB 11:09:30 dist/UEditor/dialogs/attachment/attach 14.05 KiB 2.81 KiB 11:09:30 ment.css 11:09:30 dist/UEditor/third-party/video-js/vide 11.18 KiB 2.53 KiB 11:09:30 o-js.min.css 11:09:30 dist/iwebapp/pdfjs/stamp/laydate/theme 9.16 KiB 2.21 KiB 11:09:30 /default/laydate.css 11:09:30 dist/UEditor/third-party/SyntaxHighlig 6.95 KiB 1.31 KiB 11:09:30 hter/shCoreDefault.css 11:09:30 dist/UEditor/dialogs/scrawl/scrawl.css 3.73 KiB 0.97 KiB 11:09:30 dist/UEditor/third-party/codemirror/co 2.82 KiB 0.90 KiB 11:09:30 demirror.css 11:09:30 dist/UEditor/dialogs/charts/charts.css 2.54 KiB 0.81 KiB 11:09:30 dist/UEditor/dialogs/background/backgr 2.34 KiB 0.87 KiB 11:09:30 ound.css 11:09:30 dist/UEditor/dialogs/emotion/emotion.c 1.76 KiB 0.53 KiB 11:09:30 ss 11:09:30 dist/UEditor/themes/default/dialogbase 1.65 KiB 0.81 KiB 11:09:30 .css 11:09:30 dist/UEditor/dialogs/music/music.css 1.64 KiB 0.63 KiB 11:09:30 dist/UEditor/dialogs/table/edittable.c 1.16 KiB 0.41 KiB 11:09:30 ss 11:09:30 dist/UEditor/dialogs/template/template 1.01 KiB 0.49 KiB 11:09:30 .css 11:09:30 dist/UEditor/third-party/webuploader/w 0.50 KiB 0.29 KiB 11:09:30 ebuploader.css 11:09:30 dist/UEditor/dialogs/help/help.css 0.38 KiB 0.20 KiB 11:09:30 dist/UEditor/themes/iframe.css 0.04 KiB 0.06 KiB 11:09:30 11:09:30 Images and other types of assets omitted. 11:09:30 11:09:30 DONE Build complete. The dist directory is ready to be deployed. 11:09:30 INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html 11:09:30 11:09:30 + rm -rf /data/workspace/badp-bcxin-web-5.x-vue 11:09:30 + cp -r dist /data/workspace/badp-bcxin-web-5.x-vue 11:09:31 + chmod 755 /data/workspace/badp-bcxin-web-5.x-vue -R 11:09:31 Finished: SUCCESS