16:41:38 Started by user unknown or anonymous 16:41:38 Running as SYSTEM 16:41:38 Building in workspace /data/jenkins/workspace/badp-bcxin-web-5.x-vue 16:41:38 The recommended git tool is: NONE 16:41:38 using credential e9f27bcd-2741-48e3-b693-e66c2b7b3499 16:41:38 > /usr/local/git/bin/git rev-parse --resolve-git-dir /data/jenkins/workspace/badp-bcxin-web-5.x-vue/.git # timeout=10 16:41:38 Fetching changes from the remote Git repository 16:41:38 > /usr/local/git/bin/git config remote.origin.url https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git # timeout=10 16:41:38 Fetching upstream changes from https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git 16:41:38 > /usr/local/git/bin/git --version # timeout=10 16:41:38 > git --version # 'git version 2.43.0' 16:41:38 using GIT_ASKPASS to set credentials gitlab凭据 16:41:38 > /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 16:41:39 > /usr/local/git/bin/git rev-parse refs/remotes/origin/test^{commit} # timeout=10 16:41:39 Checking out Revision 5421129b51a93938f4f82d65bddd368272e1e214 (refs/remotes/origin/test) 16:41:39 > /usr/local/git/bin/git config core.sparsecheckout # timeout=10 16:41:39 > /usr/local/git/bin/git checkout -f 5421129b51a93938f4f82d65bddd368272e1e214 # timeout=10 16:41:40 Commit message: "ad" 16:41:40 > /usr/local/git/bin/git rev-list --no-walk 5421129b51a93938f4f82d65bddd368272e1e214 # timeout=10 16:41:40 [badp-bcxin-web-5.x-vue] $ /bin/sh -xe /data/apache-tomcat-jenkins/temp/jenkins12592909257634447613.sh 16:41:40 + cd /data/jenkins/workspace/badp-bcxin-web-5.x-vue 16:41:40 + npm install 16:41:56 16:41:56 added 1576 packages in 16s 16:41:56 + npm run build 16:41:56 16:41:56 > hello-world@0.1.0 build 16:41:56 > vue-cli-service build 16:41:56 16:41:56 16:41:56 - Building for production... 16:41:59 Browserslist: caniuse-lite is outdated. Please run: 16:41:59 npx update-browserslist-db@latest 16:41:59 Why you should do it regularly: https://github.com/browserslist/update-db#readme 16:42:00 Browserslist: caniuse-lite is outdated. Please run: 16:42:00 npx update-browserslist-db@latest 16:42:00 Why you should do it regularly: https://github.com/browserslist/update-db#readme 16:42:00 Browserslist: caniuse-lite is outdated. Please run: 16:42:00 npx update-browserslist-db@latest 16:42:00 Why you should do it regularly: https://github.com/browserslist/update-db#readme 16:42:06 Browserslist: caniuse-lite is outdated. Please run: 16:42:06 npx update-browserslist-db@latest 16:42:06 Why you should do it regularly: https://github.com/browserslist/update-db#readme 16:43:12 WARNING Compiled with 85 warnings4:43:12 PM 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Duplicated key 'pickerOptions1' (vue/no-dupe-keys) at src/components/main_meter.vue:151:7: 16:43:12 149 | } 16:43:12 150 | }, 16:43:12 > 151 | pickerOptions1: { 16:43:12 | ^ 16:43:12 152 | disabledDate: time => { 16:43:12 153 | return new Date(this.endDay).getTime() < time.getTime(); 16:43:12 154 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/main_meter.vue:210:7: 16:43:12 208 | }, 16:43:12 209 | handleCheckChange() { 16:43:12 > 210 | console.log("showMode---->",this.showMode); 16:43:12 | ^ 16:43:12 211 | let startTime = this.writeCurrentDate(this.startDay), 16:43:12 212 | endTime = this.writeCurrentDate(this.endDay); 16:43:12 213 | let appId = this.$root.appid; 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Elements in iteration expect to have 'v-bind:key' directives (vue/require-v-for-key) at src/components/approvers.vue:206:29: 16:43:12 204 | :style="{'display':(item.fileList)?'block':'none'}"> 16:43:12 205 | 附件:<span v-if="item.fileList"> 16:43:12 > 206 | <span class="img" v-for="(its,index) in JSON.parse(item.fileList)"> 16:43:12 | ^ 16:43:12 207 | <em @click="download(its)">{{its.name}}</em> 16:43:12 208 | </span> 16:43:12 209 | </span> 16:43:12 16:43:12 16:43:12 error: 'index' is defined but never used (vue/no-unused-vars) at src/components/approvers.vue:206:60: 16:43:12 204 | :style="{'display':(item.fileList)?'block':'none'}"> 16:43:12 205 | 附件:<span v-if="item.fileList"> 16:43:12 > 206 | <span class="img" v-for="(its,index) in JSON.parse(item.fileList)"> 16:43:12 | ^ 16:43:12 207 | <em @click="download(its)">{{its.name}}</em> 16:43:12 208 | </span> 16:43:12 209 | </span> 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Expected to return a value in "field" computed property (vue/return-in-computed-property) at src/components/o_button.vue:66:12: 16:43:12 64 | props: ["id"], 16:43:12 65 | computed: { 16:43:12 > 66 | field: function () { 16:43:12 | ^ 16:43:12 67 | let formData = this.$parent.findField(this.id); 16:43:12 68 | let data = {}; 16:43:12 69 | switch (formData.activity.type) { 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Expected to return a value in "includeHeight" computed property (vue/return-in-computed-property) at src/components/view_listview.vue:1280:18: 16:43:12 1278 | }, 16:43:12 1279 | computed: { 16:43:12 > 1280 | includeHeight() {//根据每页的页码条数,来动态增加表格列表的高度 16:43:12 | ^ 16:43:12 1281 | let pagination = this.view.pagination; 16:43:12 1282 | if (pagination) { 16:43:12 1283 | let pagesize = this.pagesize; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1339:13: 16:43:12 1337 | let data = this.$refs.searchform.buildSearchData() 16:43:12 1338 | searchData = JSON.parse(JSON.stringify(data)); 16:43:12 > 1339 | console.log(data) 16:43:12 | ^ 16:43:12 1340 | this.getData('', '', searchData); 16:43:12 1341 | } else { 16:43:12 1342 | this.getData('', '', searchData); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1366:5: 16:43:12 1364 | ); 16:43:12 1365 | 16:43:12 > 1366 | console.log(document.documentElement.clientHeight); 16:43:12 | ^ 16:43:12 1367 | 16:43:12 1368 | console.log(this.openParams); 16:43:12 1369 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1368:5: 16:43:12 1366 | console.log(document.documentElement.clientHeight); 16:43:12 1367 | 16:43:12 > 1368 | console.log(this.openParams); 16:43:12 | ^ 16:43:12 1369 | }, 16:43:12 1370 | updated() { 16:43:12 1371 | //更新生命周期触发 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1484:7: 16:43:12 1482 | }, 16:43:12 1483 | handleTableScroll() { 16:43:12 > 1484 | console.log("滚动"); 16:43:12 | ^ 16:43:12 1485 | this.isShowfilterTip = false; 16:43:12 1486 | // let scrollL = this.$refs.multipleTable.bodyWrapper.scrollLeft 16:43:12 1487 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1947:7: 16:43:12 1945 | getWidth(val, auto) { 16:43:12 1946 | //auto为true开启自动排版 16:43:12 > 1947 | console.log(this.delegateWidth); 16:43:12 | ^ 16:43:12 1948 | // if(this.delegateWidth>0){ 16:43:12 1949 | // sessionStorage.setItem('delegateWidthT',this.delegateWidth) 16:43:12 1950 | // this.delegateWidthT=sessionStorage.getItem('delegateWidthT')||'' //缓存获取本地sessionStorage获取适配宽度 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1970:7: 16:43:12 1968 | //视图列按钮操作 16:43:12 1969 | buttonClick(column, row) { 16:43:12 > 1970 | console.log(column); 16:43:12 | ^ 16:43:12 1971 | let op = this.openParams; 16:43:12 1972 | let id = column.id, 16:43:12 1973 | parentView = column.parentView, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2146:7: 16:43:12 2144 | //删除或导入数据后重新请求加载数据 16:43:12 2145 | reloadListView() { 16:43:12 > 2146 | console.log('重新加载数据') 16:43:12 | ^ 16:43:12 2147 | this.$refs.multipleTable && this.$refs.multipleTable.clearSelection()//刷新重置数据 16:43:12 2148 | let filterInfo = this.filterInformations; 16:43:12 2149 | this.reloadListViewRandom = new Date().getTime(); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2175:7: 16:43:12 2173 | 16:43:12 2174 | selectInit(row, index) { 16:43:12 > 2175 | console.log(row); 16:43:12 | ^ 16:43:12 2176 | 16:43:12 2177 | // this.delegateWidthT=sessionStorage.getItem('delegateWidthT')||'' //缓存获取本地sessionStorage获取适配宽度 16:43:12 2178 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2291:7: 16:43:12 2289 | //包含元素当前页打开,新建默认打开 16:43:12 2290 | getRowKeys(row) { 16:43:12 > 2291 | console.log("row--->", row) 16:43:12 | ^ 16:43:12 2292 | console.log("row.id--->", row.id) 16:43:12 2293 | console.log("row.docId--->", row.docId) 16:43:12 2294 | // return row.id; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2292:7: 16:43:12 2290 | getRowKeys(row) { 16:43:12 2291 | console.log("row--->", row) 16:43:12 > 2292 | console.log("row.id--->", row.id) 16:43:12 | ^ 16:43:12 2293 | console.log("row.docId--->", row.docId) 16:43:12 2294 | // return row.id; 16:43:12 2295 | return row.docId;//修改为选中docId 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2293:7: 16:43:12 2291 | console.log("row--->", row) 16:43:12 2292 | console.log("row.id--->", row.id) 16:43:12 > 2293 | console.log("row.docId--->", row.docId) 16:43:12 | ^ 16:43:12 2294 | // return row.id; 16:43:12 2295 | return row.docId;//修改为选中docId 16:43:12 2296 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2300:7: 16:43:12 2298 | getData(page, size, searchData, sortData, filterInformations) { 16:43:12 2299 | // debugger 16:43:12 > 2300 | console.log(this.isOpenTemplate) 16:43:12 | ^ 16:43:12 2301 | if (this.$refs.searchform && this.isOpenTemplate && this.$store.state.searchFlag == 0) { 16:43:12 2302 | if (localStorage.getItem('homeTemplateBoradType') != 'rtpayTemplate') {//rt默认视图不走高筛 16:43:12 2303 | searchData = this.$refs.searchform.buildSearchData() 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2325:7: 16:43:12 2323 | page = this.currentPage //查询当前页码 16:43:12 2324 | } 16:43:12 > 2325 | console.log(searchData); 16:43:12 | ^ 16:43:12 2326 | console.log(this.$route.query); 16:43:12 2327 | // this.isRunGetData = true;//暂时没用到 16:43:12 2328 | this.tableLoading = true; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2326:7: 16:43:12 2324 | } 16:43:12 2325 | console.log(searchData); 16:43:12 > 2326 | console.log(this.$route.query); 16:43:12 | ^ 16:43:12 2327 | // this.isRunGetData = true;//暂时没用到 16:43:12 2328 | this.tableLoading = true; 16:43:12 2329 | this.isShowfilterTip = false; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2334:7: 16:43:12 2332 | 16:43:12 2333 | 16:43:12 > 2334 | console.log(searchData) 16:43:12 | ^ 16:43:12 2335 | this.getViewData( 16:43:12 2336 | page, 16:43:12 2337 | size, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2343:9: 16:43:12 2341 | ).then((response) => { 16:43:12 2342 | let docs = response.data.data; 16:43:12 > 2343 | console.log(docs); 16:43:12 | ^ 16:43:12 2344 | this.documents = response.data.data; 16:43:12 2345 | this.pagesize = size ? size : view.pageLines ? parseInt(view.pageLines) : 10; 16:43:12 2346 | let row_count = response.data.row_count; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2413:11: 16:43:12 2411 | tds.push(rows); 16:43:12 2412 | }); 16:43:12 > 2413 | console.log(tableColumns); 16:43:12 | ^ 16:43:12 2414 | // 将列的数据传递给 view_delegate 父组件 16:43:12 2415 | this.$emit("columns", tableColumns); 16:43:12 2416 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2424:11: 16:43:12 2422 | this.tableData = tds; //表单视图的数据tableData 16:43:12 2423 | // debugger 16:43:12 > 2424 | console.log(this.tableSelection) 16:43:12 | ^ 16:43:12 2425 | if (this.tableSelection && this.tableSelection.length > 0) { 16:43:12 2426 | this.$nextTick(function () { 16:43:12 2427 | for (let i = 0; i < this.tableData.length; i++) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2492:7: 16:43:12 2490 | //模拟数据请求 16:43:12 2491 | getViewData(page, size, searchData, sortData, filterInformations) { 16:43:12 > 2492 | console.log(this.$route.query); 16:43:12 | ^ 16:43:12 2493 | console.log(this.openParams); 16:43:12 2494 | let openParams = this.openParams; 16:43:12 2495 | let treeData = ""; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2493:7: 16:43:12 2491 | getViewData(page, size, searchData, sortData, filterInformations) { 16:43:12 2492 | console.log(this.$route.query); 16:43:12 > 2493 | console.log(this.openParams); 16:43:12 | ^ 16:43:12 2494 | let openParams = this.openParams; 16:43:12 2495 | let treeData = ""; 16:43:12 2496 | let treeName = ""; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2542:11: 16:43:12 2540 | } 16:43:12 2541 | 16:43:12 > 2542 | console.log(5555); 16:43:12 | ^ 16:43:12 2543 | console.log(this.openParams); 16:43:12 2544 | 16:43:12 2545 | this.$api.getViewData( 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2543:11: 16:43:12 2541 | 16:43:12 2542 | console.log(5555); 16:43:12 > 2543 | console.log(this.openParams); 16:43:12 | ^ 16:43:12 2544 | 16:43:12 2545 | this.$api.getViewData( 16:43:12 2546 | //普通视图接口 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2674:15: 16:43:12 2672 | }); 16:43:12 2673 | this.tableData = tds; 16:43:12 > 2674 | console.log("this.tableData--->", this.tableData); 16:43:12 | ^ 16:43:12 2675 | } else { 16:43:12 2676 | this.tableData = []; 16:43:12 2677 | } 16:43:12 16:43:12 16:43:12 24 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Parsing error: x-invalid-end-tag (vue/no-parsing-error) at src/views/Home.vue:370:89: 16:43:12 368 | <br /> 16:43:12 369 | <span style="display: inline-block;text-indent: 28px;">由于北京新冠疫情形势整体好转,首都防疫举措调整,经总队研究决定,<span 16:43:12 > 370 | style="color:red;font-weight: 700;">正式全面恢复保安员证考试工作</span>,并落实好以下要求:</span></br> 16:43:12 | ^ 16:43:12 371 | <span><span style="vertical-align: 1px;">①</span> 参与考试的保安员及校师资人员均需持有48小时核酸阴性证明;</span> 16:43:12 372 | <br /> 16:43:12 373 | <span><span style="vertical-align: 1px;">②</span> 保安培训学校做好扫码测温及环境消杀等工作;</span> 16:43:12 16:43:12 16:43:12 error: The "obpm-main-appbar" component has been registered but not used (vue/no-unused-components) at src/views/Home.vue:448:5: 16:43:12 446 | }, 16:43:12 447 | components: { 16:43:12 > 448 | "obpm-main-appbar": main_appbar, 16:43:12 | ^ 16:43:12 449 | main_navbar, 16:43:12 450 | main_content, 16:43:12 451 | main_domain, 16:43:12 16:43:12 16:43:12 error: The "platAd" component has been registered but not used (vue/no-unused-components) at src/views/Home.vue:453:5: 16:43:12 451 | main_domain, 16:43:12 452 | IMPop, 16:43:12 > 453 | platAd, 16:43:12 | ^ 16:43:12 454 | platAdPop, 16:43:12 455 | supervisionPop, 16:43:12 456 | domainLonLatPop, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:469:13: 16:43:12 467 | this.activeHome() 16:43:12 468 | this.applist()//查询左边下拉应用列表 16:43:12 > 469 | console.log(this.$refs.mainNavBar.data) 16:43:12 | ^ 16:43:12 470 | if (state.defaultFirst == 1) { 16:43:12 471 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data) 16:43:12 472 | } 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "applicationName" computed property (vue/no-side-effects-in-computed-properties) at src/views/Home.vue:481:11: 16:43:12 479 | if (this.$store.state.appmenusShow) { 16:43:12 480 | this.$nextTick(() => { 16:43:12 > 481 | this.showApp = true 16:43:12 | ^ 16:43:12 482 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法 16:43:12 483 | this.applist()//查询左边下拉应用列表 16:43:12 484 | console.log(this.$refs.mainNavBar.data) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:484:11: 16:43:12 482 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法 16:43:12 483 | this.applist()//查询左边下拉应用列表 16:43:12 > 484 | console.log(this.$refs.mainNavBar.data) 16:43:12 | ^ 16:43:12 485 | if (this.$store.state.defaultFirst == 1) { 16:43:12 486 | // this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data) 16:43:12 487 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:497:7: 16:43:12 495 | currentAppName = this.$store.getters.currentAppName 16:43:12 496 | } 16:43:12 > 497 | console.log(currentAppName) 16:43:12 | ^ 16:43:12 498 | return currentAppName; 16:43:12 499 | }, 16:43:12 500 | showInstance() { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:608:11: 16:43:12 606 | } 16:43:12 607 | this.otherNotice = arr; 16:43:12 > 608 | console.log("this.otherNotice---->", this.otherNotice) 16:43:12 | ^ 16:43:12 609 | } 16:43:12 610 | } 16:43:12 611 | ) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:619:11: 16:43:12 617 | if (res.data.errcode == 0) { 16:43:12 618 | let listArr = res.data.data.data 16:43:12 > 619 | console.log(listArr) 16:43:12 | ^ 16:43:12 620 | if (listArr.length) { 16:43:12 621 | listArr.forEach(item => { 16:43:12 622 | if (currDate(true) >= item.items.__G3lF6FIrSTspuF06jEr.value && currDate(true) <= item.items.__eG17lW4psp4yq1aT0Pt.value) {//在当前时间范围内提醒 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:635:5: 16:43:12 633 | ) 16:43:12 634 | 16:43:12 > 635 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels 16:43:12 | ^ 16:43:12 636 | if(organizationLevels.indexOf('Premium')>-1){ 16:43:12 637 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions 16:43:12 638 | console.log('this.baseServiceOptions',this.baseServiceOptions) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:638:7: 16:43:12 636 | if(organizationLevels.indexOf('Premium')>-1){ 16:43:12 637 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions 16:43:12 > 638 | console.log('this.baseServiceOptions',this.baseServiceOptions) 16:43:12 | ^ 16:43:12 639 | } 16:43:12 640 | 16:43:12 641 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:705:11: 16:43:12 703 | this.$api.isSupervisedApi(domainId, { 16:43:12 704 | onSucess: res => { 16:43:12 > 705 | console.log('res11', res) 16:43:12 | ^ 16:43:12 706 | if (res.data.data) { 16:43:12 707 | console.log('res.data.data监管归属', res.data.data) 16:43:12 708 | this.isSupervisedInfoCompletedData = res.data.data 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:707:13: 16:43:12 705 | console.log('res11', res) 16:43:12 706 | if (res.data.data) { 16:43:12 > 707 | console.log('res.data.data监管归属', res.data.data) 16:43:12 | ^ 16:43:12 708 | this.isSupervisedInfoCompletedData = res.data.data 16:43:12 709 | console.log(this.isSupervisedInfoCompletedData) 16:43:12 710 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:709:13: 16:43:12 707 | console.log('res.data.data监管归属', res.data.data) 16:43:12 708 | this.isSupervisedInfoCompletedData = res.data.data 16:43:12 > 709 | console.log(this.isSupervisedInfoCompletedData) 16:43:12 | ^ 16:43:12 710 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) { 16:43:12 711 | this.supervisionDialogVisible = false;//有填写监管归属,隐藏监管归属弹窗 16:43:12 712 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:721:11: 16:43:12 719 | onError: erro => { 16:43:12 720 | this.supervisionDialogVisible = false;//错误,隐藏弹窗,默认让客户可以用 16:43:12 > 721 | console.log('erro11', erro) 16:43:12 | ^ 16:43:12 722 | } 16:43:12 723 | }) 16:43:12 724 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:749:13: 16:43:12 747 | { 16:43:12 748 | onSucess: res => { 16:43:12 > 749 | console.log(res.data.data.placeOfRegister) 16:43:12 | ^ 16:43:12 750 | if (res.data.data.placeOfRegister && res.data.data.placeOfRegister.province.name.indexOf('北京') > -1) { 16:43:12 751 | this.systemNoticeDialogVisible = true 16:43:12 752 | this.placeOfRegister_bjFlag = true 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:786:11: 16:43:12 784 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), { 16:43:12 785 | onSucess: res => { 16:43:12 > 786 | console.log('res11',res) 16:43:12 | ^ 16:43:12 787 | if (res.data.status == 200) { 16:43:12 788 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒 16:43:12 789 | console.log('this.domainAdmin',this.domainAdmin) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:789:13: 16:43:12 787 | if (res.data.status == 200) { 16:43:12 788 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒 16:43:12 > 789 | console.log('this.domainAdmin',this.domainAdmin) 16:43:12 | ^ 16:43:12 790 | if(this.domainAdmin&&isValidLonlat&&this.network){//是组织管理员以及没有完善经纬度--强提醒 16:43:12 791 | this.domainLonLatPopDialogVisible=true 16:43:12 792 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1051:17: 16:43:12 1049 | { 16:43:12 1050 | onSucess: res => { 16:43:12 > 1051 | console.log('res', res) 16:43:12 | ^ 16:43:12 1052 | let shopToken = res.data && res.data.accessToken || '' 16:43:12 1053 | resolve(shopToken) 16:43:12 1054 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1095:17: 16:43:12 1093 | { 16:43:12 1094 | onSucess: res => { 16:43:12 > 1095 | console.log('res', res) 16:43:12 | ^ 16:43:12 1096 | let shopToken = res.data && res.data.accessToken || '' 16:43:12 1097 | resolve(shopToken) 16:43:12 1098 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1146:13: 16:43:12 1144 | onSucess: response => { 16:43:12 1145 | if (response.data && response.data.errmsg == "ok") { 16:43:12 > 1146 | console.log(response.data) 16:43:12 | ^ 16:43:12 1147 | if (response.data.data.data.length) { 16:43:12 1148 | let arr = [] 16:43:12 1149 | response.data.data.data.forEach((item, index) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1165:15: 16:43:12 1163 | 16:43:12 1164 | }) 16:43:12 > 1165 | console.log(arr) 16:43:12 | ^ 16:43:12 1166 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 16:43:12 1167 | 16:43:12 1168 | const titleMap = {} 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1212:15: 16:43:12 1210 | } 16:43:12 1211 | } 16:43:12 > 1212 | console.log(arr3) 16:43:12 | ^ 16:43:12 1213 | this.applistArr = arr3 16:43:12 1214 | 16:43:12 1215 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1253:13: 16:43:12 1251 | onSucess: res => { 16:43:12 1252 | if (res.status == 200) { 16:43:12 > 1253 | console.log("res--->", res.status); 16:43:12 | ^ 16:43:12 1254 | } 16:43:12 1255 | } 16:43:12 1256 | }) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1356:11: 16:43:12 1354 | }, 16:43:12 1355 | onError: error => { 16:43:12 > 1356 | console.log(error); 16:43:12 | ^ 16:43:12 1357 | } 16:43:12 1358 | }); 16:43:12 1359 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1474:7: 16:43:12 1472 | 16:43:12 1473 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡 16:43:12 > 1474 | console.log(tab) 16:43:12 | ^ 16:43:12 1475 | console.log(tabindex) 16:43:12 1476 | if (this.$store.state.searchDataStore.length) { 16:43:12 1477 | this.$store.state.searchDataStore.forEach((item, index) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1475:7: 16:43:12 1473 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡 16:43:12 1474 | console.log(tab) 16:43:12 > 1475 | console.log(tabindex) 16:43:12 | ^ 16:43:12 1476 | if (this.$store.state.searchDataStore.length) { 16:43:12 1477 | this.$store.state.searchDataStore.forEach((item, index) => { 16:43:12 1478 | if (item.appId == tab.appId && item.viewId == tab.actionContent) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1490:7: 16:43:12 1488 | }) 16:43:12 1489 | } 16:43:12 > 1490 | console.log(this.$store.state.searchDataStore) 16:43:12 | ^ 16:43:12 1491 | let tabs = this.tabs; 16:43:12 1492 | if (tabindex >= 0) { //点击X关闭 16:43:12 1493 | console.log(JSON.stringify(this.tabs)) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1493:9: 16:43:12 1491 | let tabs = this.tabs; 16:43:12 1492 | if (tabindex >= 0) { //点击X关闭 16:43:12 > 1493 | console.log(JSON.stringify(this.tabs)) 16:43:12 | ^ 16:43:12 1494 | tabs.splice(tabindex, 1); 16:43:12 1495 | if (tab.active) { 16:43:12 1496 | if (tabs.length > 0 && ((tabs.length - 1) >= tabindex)) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/Home.vue:1569:13: 16:43:12 1567 | onSucess: res => { 16:43:12 1568 | this.isOrganizationPromoter = res.data.data.isOrganizationPromoter; 16:43:12 > 1569 | console.info('promoter', this.isOrganizationPromoter); 16:43:12 | ^ 16:43:12 1570 | } 16:43:12 1571 | }) 16:43:12 1572 | } 16:43:12 16:43:12 16:43:12 30 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: The "RTContainerTop" component has been registered but not used (vue/no-unused-components) at src/components/RT/homeBoardRTNew_Home.vue:49:5: 16:43:12 47 | }, 16:43:12 48 | components: { 16:43:12 > 49 | RTContainerTop, 16:43:12 | ^ 16:43:12 50 | RTContainerWK, 16:43:12 51 | RTContainerznzs, 16:43:12 52 | RTContainerwork, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/homeBoardRTNew_Home.vue:66:13: 16:43:12 64 | { 16:43:12 65 | onSucess: (response) => { 16:43:12 > 66 | console.log(response.data); 16:43:12 | ^ 16:43:12 67 | this.roleshow = response.data.show || false; 16:43:12 68 | }, 16:43:12 69 | } 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: The "obpm-main-appbar" component has been registered but not used (vue/no-unused-components) at src/views/HomeRT.vue:378:5: 16:43:12 376 | }, 16:43:12 377 | components: { 16:43:12 > 378 | "obpm-main-appbar": main_appbar, 16:43:12 | ^ 16:43:12 379 | main_navbar, 16:43:12 380 | main_content, 16:43:12 381 | main_domain, 16:43:12 16:43:12 16:43:12 error: The "platAd" component has been registered but not used (vue/no-unused-components) at src/views/HomeRT.vue:383:5: 16:43:12 381 | main_domain, 16:43:12 382 | IMPop, 16:43:12 > 383 | platAd, 16:43:12 | ^ 16:43:12 384 | platAdPop, 16:43:12 385 | }, 16:43:12 386 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:398:13: 16:43:12 396 | this.activeHome(); 16:43:12 397 | this.applist(); //查询左边下拉应用列表 16:43:12 > 398 | console.log(this.$refs.mainNavBar.data); 16:43:12 | ^ 16:43:12 399 | if (state.defaultFirst == 1) { 16:43:12 400 | this.$refs.mainNavBar.defaultClickFirst( 16:43:12 401 | this.$refs.mainNavBar.data 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "applicationName" computed property (vue/no-side-effects-in-computed-properties) at src/views/HomeRT.vue:412:11: 16:43:12 410 | if (this.$store.state.appmenusShow) { 16:43:12 411 | this.$nextTick(() => { 16:43:12 > 412 | this.showApp = true; 16:43:12 | ^ 16:43:12 413 | this.$refs.mychild.setMaincontent(false); // 调用子组件的方法 16:43:12 414 | this.applist(); //查询左边下拉应用列表 16:43:12 415 | console.log(this.$refs.mainNavBar.data); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:415:11: 16:43:12 413 | this.$refs.mychild.setMaincontent(false); // 调用子组件的方法 16:43:12 414 | this.applist(); //查询左边下拉应用列表 16:43:12 > 415 | console.log(this.$refs.mainNavBar.data); 16:43:12 | ^ 16:43:12 416 | if (this.$store.state.defaultFirst == 1) { 16:43:12 417 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data); 16:43:12 418 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:432:7: 16:43:12 430 | currentAppName = this.$store.getters.currentAppName; 16:43:12 431 | } 16:43:12 > 432 | console.log(currentAppName); 16:43:12 | ^ 16:43:12 433 | return currentAppName; 16:43:12 434 | }, 16:43:12 435 | showInstance() { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:499:11: 16:43:12 497 | } 16:43:12 498 | this.otherNotice = arr; 16:43:12 > 499 | console.log("this.otherNotice---->", this.otherNotice); 16:43:12 | ^ 16:43:12 500 | }, 16:43:12 501 | } 16:43:12 502 | ); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:607:13: 16:43:12 605 | { 16:43:12 606 | onSucess: (response) => { 16:43:12 > 607 | console.log(response.data); 16:43:12 | ^ 16:43:12 608 | this.roleshow = response.data.show || false; 16:43:12 609 | if (!this.roleshow) { 16:43:12 610 | this.navtopmenuclick(6); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:624:13: 16:43:12 622 | onSucess: (response) => { 16:43:12 623 | if (response.data && response.data.errmsg == "ok") { 16:43:12 > 624 | console.log(response.data); 16:43:12 | ^ 16:43:12 625 | if (response.data.data.data.length) { 16:43:12 626 | let arr = []; 16:43:12 627 | response.data.data.data.forEach((item, index) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:645:15: 16:43:12 643 | arr.push(obj); 16:43:12 644 | }); 16:43:12 > 645 | console.log(arr); 16:43:12 | ^ 16:43:12 646 | arr.sort((a, b) => { 16:43:12 647 | return Number(a.cateSort) - Number(b.cateSort); 16:43:12 648 | }); //分类排序cateSort 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:705:15: 16:43:12 703 | } 16:43:12 704 | } 16:43:12 > 705 | console.log(arr2); 16:43:12 | ^ 16:43:12 706 | arr2.forEach((its) => { 16:43:12 707 | its.isSubshow = false; 16:43:12 708 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:757:11: 16:43:12 755 | this.$api.organizationsIDApi(id, { 16:43:12 756 | onSucess: (res) => { 16:43:12 > 757 | console.log(res); 16:43:12 | ^ 16:43:12 758 | console.log(res.data.data.placeOfRegister); 16:43:12 759 | if ( 16:43:12 760 | res.data.data.placeOfRegister && 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:758:11: 16:43:12 756 | onSucess: (res) => { 16:43:12 757 | console.log(res); 16:43:12 > 758 | console.log(res.data.data.placeOfRegister); 16:43:12 | ^ 16:43:12 759 | if ( 16:43:12 760 | res.data.data.placeOfRegister && 16:43:12 761 | res.data.data.placeOfRegister.province.name.indexOf("北京") > -1 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:813:11: 16:43:12 811 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), { 16:43:12 812 | onSucess: (res) => { 16:43:12 > 813 | console.log(res); 16:43:12 | ^ 16:43:12 814 | if (res.data.status == 200) { 16:43:12 815 | document.title = res.data.data.sysName || ""; //系统名称 16:43:12 816 | //获取icon图标 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1097:13: 16:43:12 1095 | onSucess: (response) => { 16:43:12 1096 | if (response.data && response.data.errmsg == "ok") { 16:43:12 > 1097 | console.log(response.data); 16:43:12 | ^ 16:43:12 1098 | if (response.data.data.data.length) { 16:43:12 1099 | let arr = []; 16:43:12 1100 | response.data.data.data.forEach((item, index) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1118:15: 16:43:12 1116 | arr.push(obj); 16:43:12 1117 | }); 16:43:12 > 1118 | console.log(arr); 16:43:12 | ^ 16:43:12 1119 | arr.sort((a, b) => { 16:43:12 1120 | return Number(a.cateSort) - Number(b.cateSort); 16:43:12 1121 | }); //分类排序cateSort 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1174:15: 16:43:12 1172 | } 16:43:12 1173 | } 16:43:12 > 1174 | console.log(arr3); 16:43:12 | ^ 16:43:12 1175 | this.applistArr = arr3; 16:43:12 1176 | 16:43:12 1177 | //前端缓存本地代码块--切换不同组织的所有应用列表 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1234:13: 16:43:12 1232 | onSucess: (res) => { 16:43:12 1233 | if (res.status == 200) { 16:43:12 > 1234 | console.log("res--->", res.status); 16:43:12 | ^ 16:43:12 1235 | } 16:43:12 1236 | }, 16:43:12 1237 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1310:11: 16:43:12 1308 | }, 16:43:12 1309 | onError: (error) => { 16:43:12 > 1310 | console.log(error); 16:43:12 | ^ 16:43:12 1311 | }, 16:43:12 1312 | }); 16:43:12 1313 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1437:7: 16:43:12 1435 | closeTab: function (tab, tabindex) { 16:43:12 1436 | //关闭当前选项卡,选中前一个选项卡 16:43:12 > 1437 | console.log(tab) 16:43:12 | ^ 16:43:12 1438 | console.log(tabindex) 16:43:12 1439 | if(this.$store.state.searchDataStore.length){ 16:43:12 1440 | this.$store.state.searchDataStore.forEach((item,index)=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1438:7: 16:43:12 1436 | //关闭当前选项卡,选中前一个选项卡 16:43:12 1437 | console.log(tab) 16:43:12 > 1438 | console.log(tabindex) 16:43:12 | ^ 16:43:12 1439 | if(this.$store.state.searchDataStore.length){ 16:43:12 1440 | this.$store.state.searchDataStore.forEach((item,index)=>{ 16:43:12 1441 | if(item.appId==tab.appId&&item.viewId==tab.actionContent){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1453:7: 16:43:12 1451 | }) 16:43:12 1452 | } 16:43:12 > 1453 | console.log(this.$store.state.searchDataStore) 16:43:12 | ^ 16:43:12 1454 | let tabs = this.tabs; 16:43:12 1455 | if (tabindex >= 0) { 16:43:12 1456 | //点击X关闭 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1457:9: 16:43:12 1455 | if (tabindex >= 0) { 16:43:12 1456 | //点击X关闭 16:43:12 > 1457 | console.log(JSON.stringify(this.tabs)); 16:43:12 | ^ 16:43:12 1458 | tabs.splice(tabindex, 1); 16:43:12 1459 | if (tab.active) { 16:43:12 1460 | if (tabs.length > 0 && tabs.length - 1 >= tabindex) { 16:43:12 16:43:12 16:43:12 23 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 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: 16:43:12 146 | <div class="noticelist"> 16:43:12 147 | <ul> 16:43:12 > 148 | <li v-for="(item, index) in messagesList" :key="index" v-if="item.contentArr[0].appName"> 16:43:12 | ^ 16:43:12 149 | <span class="appAvatarimg"><img :src="item.contentArr[0]&&item.contentArr[0].appAvatar"></span> 16:43:12 150 | <span class="noticecontentR"> 16:43:12 151 | <span 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/information.vue:1656:7: 16:43:12 1654 | }, 16:43:12 1655 | noticeUrl(obj) { 16:43:12 > 1656 | console.log(obj.webActionUrl); //url跳转 16:43:12 | ^ 16:43:12 1657 | var param = { 16:43:12 1658 | id: "notice", 16:43:12 1659 | name: obj.appName, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/information.vue:1776:11: 16:43:12 1774 | let diffValue = now - sTime; 16:43:12 1775 | if (diffValue < 0) { 16:43:12 > 1776 | console.log("结束日期不能小于开始日期!"); 16:43:12 | ^ 16:43:12 1777 | } 16:43:12 1778 | let monthC = diffValue / month; 16:43:12 1779 | let weekC = diffValue / (7 * day); 16:43:12 16:43:12 16:43:12 3 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 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: 16:43:12 9 | <div class="htaBox"> 16:43:12 10 | <ul> 16:43:12 > 11 | <li v-for="(its,idx) in item.children" :key='idx' v-if='its.isshow'> 16:43:12 | ^ 16:43:12 12 | <span><strong>{{its.count}}</strong></span> 16:43:12 13 | <span><em>{{its.item_title}}</em></span> 16:43:12 14 | </li> 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:39:21: 16:43:12 37 | this.$api.v3CockPitListApi(data,{ 16:43:12 38 | onSucess: response => { 16:43:12 > 39 | console.log(response.data) 16:43:12 | ^ 16:43:12 40 | if(response.data.code==0){ 16:43:12 41 | this.cockPitListArr=response.data.data 16:43:12 42 | console.log(this.cockPitListArr) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:42:24: 16:43:12 40 | if(response.data.code==0){ 16:43:12 41 | this.cockPitListArr=response.data.data 16:43:12 > 42 | console.log(this.cockPitListArr) 16:43:12 | ^ 16:43:12 43 | if(response.data.data.length){ 16:43:12 44 | console.log(response.data.data) 16:43:12 45 | response.data.data.forEach(item=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:44:28: 16:43:12 42 | console.log(this.cockPitListArr) 16:43:12 43 | if(response.data.data.length){ 16:43:12 > 44 | console.log(response.data.data) 16:43:12 | ^ 16:43:12 45 | response.data.data.forEach(item=>{ 16:43:12 46 | if(item.children.length){ 16:43:12 47 | item.children.forEach(its=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:48:41: 16:43:12 46 | if(item.children.length){ 16:43:12 47 | item.children.forEach(its=>{ 16:43:12 > 48 | console.log(its) 16:43:12 | ^ 16:43:12 49 | let dateli={ 16:43:12 50 | id:its.id 16:43:12 51 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:54:53: 16:43:12 52 | this.$api.v3CockPitChildId(dateli,{ 16:43:12 53 | onSucess:res=>{ 16:43:12 > 54 | console.log(res.data.data.title) 16:43:12 | ^ 16:43:12 55 | if(res.data.code==0){ 16:43:12 56 | let sum=res.data.data&&res.data.data.data[0].sum 16:43:12 57 | this.cockPitListArr.forEach(ims=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeManageCockPit.vue:68:56: 16:43:12 66 | } 16:43:12 67 | }) 16:43:12 > 68 | console.log(this.cockPitListArr) 16:43:12 | ^ 16:43:12 69 | } 16:43:12 70 | } 16:43:12 71 | }) 16:43:12 16:43:12 16:43:12 7 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 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: 16:43:12 6 | <ul> 16:43:12 7 | <li :class="['color'+its.libgcolor,its.item_url?'active':'']" v-for="(its,idx) in item.children" :key='idx' 16:43:12 > 8 | v-if='its.isshow' @click="listdetailli(its)"> 16:43:12 | ^ 16:43:12 9 | <span><i></i><em>{{its.item_title}}</em></span> 16:43:12 10 | <span> 16:43:12 11 | <strong v-if="its.count=='-1'"><img src='~@/assets/images/other/warnicon.png' /></strong> 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:64:11: 16:43:12 62 | this.$api.v3CockPitListApi(data, { 16:43:12 63 | onSucess: (response) => { 16:43:12 > 64 | console.log(response.data); 16:43:12 | ^ 16:43:12 65 | if (response.data.code == 0) { 16:43:12 66 | this.cockPitListArr = response.data.data; 16:43:12 67 | console.log(this.cockPitListArr); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:67:13: 16:43:12 65 | if (response.data.code == 0) { 16:43:12 66 | this.cockPitListArr = response.data.data; 16:43:12 > 67 | console.log(this.cockPitListArr); 16:43:12 | ^ 16:43:12 68 | if (response.data.data.length) { 16:43:12 69 | console.log(response.data.data); 16:43:12 70 | response.data.data.forEach((item) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:69:15: 16:43:12 67 | console.log(this.cockPitListArr); 16:43:12 68 | if (response.data.data.length) { 16:43:12 > 69 | console.log(response.data.data); 16:43:12 | ^ 16:43:12 70 | response.data.data.forEach((item) => { 16:43:12 71 | if (item.children.length) { 16:43:12 72 | item.children.forEach((its) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:73:21: 16:43:12 71 | if (item.children.length) { 16:43:12 72 | item.children.forEach((its) => { 16:43:12 > 73 | console.log(its); 16:43:12 | ^ 16:43:12 74 | switch (its.item_priority) { 16:43:12 75 | case "紧急": 16:43:12 76 | this.$set(its, "libgcolor", 1); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:95:25: 16:43:12 93 | this.$api.v3CockPitChildId(dateli, { 16:43:12 94 | onSucess: (res) => { 16:43:12 > 95 | console.log(res.data.data.title); 16:43:12 | ^ 16:43:12 96 | if (res.data.code == 0) { 16:43:12 97 | let sum = res.data.data && res.data.data.data[0].sum; 16:43:12 98 | this.cockPitListArr.forEach((ims) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeToAlert.vue:113:27: 16:43:12 111 | } 16:43:12 112 | }); 16:43:12 > 113 | console.log(this.cockPitListArr); 16:43:12 | ^ 16:43:12 114 | } 16:43:12 115 | }, 16:43:12 116 | }); 16:43:12 16:43:12 16:43:12 7 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 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: 16:43:12 19 | <!-- 应用区域 --> 16:43:12 20 | <div class="marketright" v-if="activeIndex>-1"> 16:43:12 > 21 | <div class="marketAppList" v-for="(item,index) in appcateArrList" :key="index" v-if="appcateArrList.length"> 16:43:12 | ^ 16:43:12 22 | <h4>{{item.title}}</h4> 16:43:12 23 | <ul> 16:43:12 24 | <li v-for="(its,i) in item.children" :key="i" @click="applidetail(its)"> 16:43:12 16:43:12 16:43:12 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: 16:43:12 41 | <!-- 搜索区域 --> 16:43:12 42 | <div class="marketright" v-if="activeIndex==-2"> 16:43:12 > 43 | <div class="marketAppList" v-for="(item,index) in appcateArrListSearch" :key="index" v-if="appcateArrListSearch.length"> 16:43:12 | ^ 16:43:12 44 | <h4>{{item.title}}</h4> 16:43:12 45 | <ul> 16:43:12 46 | <li v-for="(its,i) in item.children" :key="i" @click="applidetail(its)"> 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:131:12: 16:43:12 129 | methods: { 16:43:12 130 | scrollEvent(e){//详情滚动事件 16:43:12 > 131 | console.log(e.target.scrollTop) 16:43:12 | ^ 16:43:12 132 | if(e.target.scrollTop>200){//超过滚动隐藏 16:43:12 133 | $(".marketDtop").hide() 16:43:12 134 | $(".marketInfoDetail").css("max-height","calc(100% - 110px)") 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:151:29: 16:43:12 149 | // console.log(response.data) 16:43:12 150 | if(response.data.data.data.length){ 16:43:12 > 151 | console.log(response.data.data.data) 16:43:12 | ^ 16:43:12 152 | let Arry=[] 16:43:12 153 | response.data.data.data.forEach(item=>{ 16:43:12 154 | var obj={} 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:168:29: 16:43:12 166 | },[]) //设置cur默认类型为数组,并且初始值为空的数组 16:43:12 167 | this.appcateArr=appcateArrResult 16:43:12 > 168 | console.log(this.appcateArr) 16:43:12 | ^ 16:43:12 169 | } 16:43:12 170 | } 16:43:12 171 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:208:29: 16:43:12 206 | 16:43:12 207 | }) 16:43:12 > 208 | console.log(arr) 16:43:12 | ^ 16:43:12 209 | 16:43:12 210 | const titleMap = {} 16:43:12 211 | const transferObj = arr.reduce((prev, next) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:223:27: 16:43:12 221 | }, {}) 16:43:12 222 | 16:43:12 > 223 | console.log(transferObj) 16:43:12 | ^ 16:43:12 224 | 16:43:12 225 | let arr2=[] 16:43:12 226 | for(let i in transferObj){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:241:28: 16:43:12 239 | this.appcateArrList=arr2 16:43:12 240 | 16:43:12 > 241 | console.log(this.appcateArrList) 16:43:12 | ^ 16:43:12 242 | 16:43:12 243 | }else{ 16:43:12 244 | this.appcateArrList=[]//查无数据 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:290:29: 16:43:12 288 | 16:43:12 289 | }) 16:43:12 > 290 | console.log(arr) 16:43:12 | ^ 16:43:12 291 | 16:43:12 292 | const titleMap = {} 16:43:12 293 | const transferObj = arr.reduce((prev, next) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:305:27: 16:43:12 303 | }, {}) 16:43:12 304 | 16:43:12 > 305 | console.log(transferObj) 16:43:12 | ^ 16:43:12 306 | 16:43:12 307 | let arr2=[] 16:43:12 308 | for(let i in transferObj){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:323:28: 16:43:12 321 | this.appcateArrListSearch=arr2 16:43:12 322 | 16:43:12 > 323 | console.log(this.appcateArrListSearch) 16:43:12 | ^ 16:43:12 324 | 16:43:12 325 | }else{ 16:43:12 326 | this.appcateArrListSearch=[]//查无数据 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:352:25: 16:43:12 350 | }); 16:43:12 351 | if (response.data && response.data.errmsg == "ok") { 16:43:12 > 352 | console.log(response.data.data.data.length) 16:43:12 | ^ 16:43:12 353 | if(response.data.data.data.length){ 16:43:12 354 | let arr=[] 16:43:12 355 | response.data.data.data.forEach((item,index)=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:402:28: 16:43:12 400 | }) 16:43:12 401 | this.appcateArrList=arr2 16:43:12 > 402 | console.log(this.appcateArrList) 16:43:12 | ^ 16:43:12 403 | 16:43:12 404 | }else{ 16:43:12 405 | this.appcateArrList=[] 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/applicationMarket.vue:432:31: 16:43:12 430 | if(this.applidetailObj){ 16:43:12 431 | this.imgpath=JSON.parse(this.applidetailObj.__9AdBNGeHUy7w8rwfvld.value)[0].path 16:43:12 > 432 | console.log(this.imgpath) 16:43:12 | ^ 16:43:12 433 | } 16:43:12 434 | } 16:43:12 435 | } 16:43:12 16:43:12 16:43:12 14 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 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: 16:43:12 11 | <!-- 精品推荐图文 --> 16:43:12 12 | <section class="recomSection"> 16:43:12 > 13 | <div class="marketAppList" v-for="(item,index) in appcateArrList" :key="index" v-if="appcateArrList.length"> 16:43:12 | ^ 16:43:12 14 | <h4>{{item.title}}</h4> 16:43:12 15 | <ul> 16:43:12 16 | <li v-for="(its,i) in item.children" :key="i" @click="applidetail(its)"> 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/recommend.vue:58:20: 16:43:12 56 | loading.close();//关闭加载 16:43:12 57 | }); 16:43:12 > 58 | console.log(response.data.data.data) 16:43:12 | ^ 16:43:12 59 | if(response.data.data.data){ 16:43:12 60 | let Arry=[] 16:43:12 61 | response.data.data.data.forEach(item=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/recommend.vue:107:29: 16:43:12 105 | 16:43:12 106 | }) 16:43:12 > 107 | console.log(arr) 16:43:12 | ^ 16:43:12 108 | 16:43:12 109 | const titleMap = {} 16:43:12 110 | const transferObj = arr.reduce((prev, next) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/recommend.vue:138:28: 16:43:12 136 | }) 16:43:12 137 | this.appcateArrList=arr2 16:43:12 > 138 | console.log(this.appcateArrList) 16:43:12 | ^ 16:43:12 139 | 16:43:12 140 | }else{ 16:43:12 141 | this.appcateArrList=[] 16:43:12 16:43:12 16:43:12 4 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/assets/js/qrcodeMethod.js:37:9: 16:43:12 35 | "&applicationId=" + applicationId + 16:43:12 36 | "&_randomCode=" + randomCode; 16:43:12 > 37 | console.log("text-->",text) 16:43:12 | ^ 16:43:12 38 | break; 16:43:12 39 | } 16:43:12 40 | default: 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/assets/kinggrid/signature.all.min.js:37:272: 16:43:12 35 | Thenjs$$module$webapp$kinggrid$signature_all.each=function(a,b,c){return thenFactory$$module$webapp$kinggrid$signature_all(function(c){defer$$module$webapp$kinggrid$signature_all(c,each$$module$webapp$kinggrid$signature_all,c,a,b)},null,c)};Thenjs$$module$webapp$kinggrid$signature_all.eachSeries=function(a,b,c){return thenFactory$$module$webapp$kinggrid$signature_all(function(c){defer$$module$webapp$kinggrid$signature_all(c,eachSeries$$module$webapp$kinggrid$signature_all,c,a,b)},null,c)}; 16:43:12 36 | Thenjs$$module$webapp$kinggrid$signature_all.parallel=function(a,b){return thenFactory$$module$webapp$kinggrid$signature_all(function(b){defer$$module$webapp$kinggrid$signature_all(b,parallel$$module$webapp$kinggrid$signature_all,b,a)},null,b)};Thenjs$$module$webapp$kinggrid$signature_all.series=function(a,b){return thenFactory$$module$webapp$kinggrid$signature_all(function(b){defer$$module$webapp$kinggrid$signature_all(b,series$$module$webapp$kinggrid$signature_all,b,a)},null,b)}; 16:43:12 > 37 | Thenjs$$module$webapp$kinggrid$signature_all.nextTick=function(a){var b=slice$$module$webapp$kinggrid$signature_all(arguments,1);nextTick$$module$webapp$kinggrid$signature_all(function(){a.apply(null,b)})};Thenjs$$module$webapp$kinggrid$signature_all.onerror=function(a){console.error("Thenjs caught error: ",a);throw a;};var proto$$module$webapp$kinggrid$signature_all=Thenjs$$module$webapp$kinggrid$signature_all.prototype; 16:43:12 | ^ 16:43:12 38 | proto$$module$webapp$kinggrid$signature_all.fin=proto$$module$webapp$kinggrid$signature_all.all=proto$$module$webapp$kinggrid$signature_all["finally"]=function(a){return thenFactory$$module$webapp$kinggrid$signature_all(function(b,c){c._finally=wrapTaskHandler$$module$webapp$kinggrid$signature_all(b,a)},this)}; 16:43:12 39 | proto$$module$webapp$kinggrid$signature_all.then=function(a,b){return thenFactory$$module$webapp$kinggrid$signature_all(function(c,d){d._success=wrapTaskHandler$$module$webapp$kinggrid$signature_all(c,a);d._error=b&&wrapTaskHandler$$module$webapp$kinggrid$signature_all(c,b)},this)}; 16:43:12 40 | proto$$module$webapp$kinggrid$signature_all.fail=proto$$module$webapp$kinggrid$signature_all["catch"]=function(a){return thenFactory$$module$webapp$kinggrid$signature_all(function(b,c){c._fail=wrapTaskHandler$$module$webapp$kinggrid$signature_all(b,a);c._success=function(){b.apply(null,[null].concat(slice$$module$webapp$kinggrid$signature_all(arguments)))}},this)}; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/assets/kinggrid/signature.all.min.js:55:116: 16:43:12 53 | var k=b.length-1;if(0>k)return a(null,f);c(d,b[0],0,b)} 16:43:12 54 | function series$$module$webapp$kinggrid$signature_all(a,b){function c(k,l){if(null!=k)return a(k);e[d]=l;if(++d>h)return a(null,e);f=0<--g?carry$$module$webapp$kinggrid$signature_all:(g=maxTickDepth$$module$webapp$kinggrid$signature_all,defer$$module$webapp$kinggrid$signature_all);f(a,b[d],c,d,b)}var d=0,e=[],f,g=maxTickDepth$$module$webapp$kinggrid$signature_all;c._isCont=!0;if(!isArray$$module$webapp$kinggrid$signature_all(b))return a(errorify$$module$webapp$kinggrid$signature_all(b,"series")); 16:43:12 > 55 | var h=b.length-1;if(0>h)return a(null,e);b[0](c,0,b)}function defaultDebug$$module$webapp$kinggrid$signature_all(){console.log.apply(console,arguments)}function errorify$$module$webapp$kinggrid$signature_all(a,b){return Error("The argument "+(a&&a.toString())+' in "'+b+'" is not Array!')}Thenjs$$module$webapp$kinggrid$signature_all.NAME="Thenjs";Thenjs$$module$webapp$kinggrid$signature_all.VERSION="1.3.4"; 16:43:12 | ^ 16:43:12 56 | var instance$$module$webapp$kinggrid$signature_all,root$$module$webapp$kinggrid$signature_all=window,KG$$module$webapp$kinggrid$signature_all=function(){function a(a,b){var c=p.length,d=a.constructor;d=q.is("Function",d)&&d.prototype||ObjProto;var e="constructor";for(q.has(a,e)&&!_.contains(b,e)&&b.push(e);c--;)e=p[c],e in a&&a[e]!==d[e]&&!_.contains(b,e)&&b.push(e)}function b(a){a=JSON.stringify(a);return e?a.replace(/\\u([0-9a-fA-F]{2,4})/g,function(a,b){return String.fromCharCode(parseInt(b,16))}): 16:43:12 57 | a}function c(){var a=navigator.userAgent.toLowerCase();return"micromessenger"==a.match(/MicroMessenger/i)?!1:"qq"==a.match(/QQ/i)?!1:"weibo"==a.match(/WeiBo/i)?!1:null!=a.match(/Android/i)?null==a.match(/browser/i):null!=a.match(/iPhone/i)?null==a.match(/safari/i):null==a.match(/macintosh/i)&&null==a.match(/windows/i)}function d(a){for(var c=[],d=0;d<a.length;d++){var e={};e.type=Q[Object.prototype.toString.call(a[d]).slice(8,-1)];e.value=a[d];c.push(e)}return b(c)}var e=!1;root$$module$webapp$kinggrid$signature_all.JSON&& 16:43:12 58 | (e='{"x":"\u4e2d"}'!==root$$module$webapp$kinggrid$signature_all.JSON.stringify({x:"\u4e2d"}));var f=function(a,b){a=this.words=a||[];this.sigBytes=void 0!=b?b:4*a.length};f.prototype={clamp:function(){var a=this.words,b=this.sigBytes;a[b>>>2]&=4294967295<<32-b%4*8;a.length=Math.ceil(b/4)},toString:function(a){return(a||g).stringify(this)}};var g={stringify:function(a){var b=a.words;a=a.sigBytes;for(var c=[],d=0;d<a;d++){var e=b[d>>>2]>>>24-d%4*8&255;c.push((e>>>4).toString(16));c.push((e&15).toString(16))}return c.join("")}, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/assets/kinggrid/signature.all.min.js:121:351: 16:43:12 119 | dialogProto$$module$webapp$kinggrid$signature_all.show=function(a){this.options.iconClose&&this[0]._$("close").hide();this.options.onShow&&this.options.onShow.call(this);this[0].show();return this};dialogProto$$module$webapp$kinggrid$signature_all.remove=function(){this[0].remove();delete this[0]};dialogProto$$module$webapp$kinggrid$signature_all.close=function(){this[0].close();return this};dialogProto$$module$webapp$kinggrid$signature_all.content=function(a){this[0].content(a);return this}; 16:43:12 120 | dialogProto$$module$webapp$kinggrid$signature_all.find=function(a){return this[0]._popup.find(a)}; 16:43:12 > 121 | Thenjs$$module$webapp$kinggrid$signature_all.onerror=function(a){plus$$module$webapp$kinggrid$signature_all.hideLoading();if(Utils$$module$webapp$kinggrid$signature_all.is("String",a))"client"==Signature$$module$webapp$kinggrid$signature_all.options.sealType&&Signature$$module$webapp$kinggrid$signature_all.options.isResponseErr&&"connectionErr"==a?console.warn(kinggrid.msg(a,"then")):Signature$$module$webapp$kinggrid$signature_all.options.errorCall?Signature$$module$webapp$kinggrid$signature_all.options.errorCall.call(null, 16:43:12 | ^ 16:43:12 122 | {result:!1,errcode:a}):plus$$module$webapp$kinggrid$signature_all.alert(kinggrid.msg(a,"then"),function(){Signature$$module$webapp$kinggrid$signature_all.options.beginDlgOkCall&&Signature$$module$webapp$kinggrid$signature_all.options.beginDlgOkCall.call()},function(){Signature$$module$webapp$kinggrid$signature_all.options.beginDlgShowCall&&Signature$$module$webapp$kinggrid$signature_all.options.beginDlgShowCall.call()});else throw a;}; 16:43:12 123 | var Switcher$$module$webapp$kinggrid$signature_all=function(a,b){var c=this;c.target=$$$module$webapp$kinggrid$signature_all(a);b&&$$$module$webapp$kinggrid$signature_all.each(b,function(a,b){if("function"===typeof c[a])c[a](b);else c[a]=b});c.init()}; 16:43:12 124 | Utils$$module$webapp$kinggrid$signature_all.extend(Switcher$$module$webapp$kinggrid$signature_all.prototype,{running:!1,index:0,animate:!0,init:function(){var a=this.target,b=this.wrapper=a.find(".kg-wrapper"),c=this.guide=a.find(".kg-guide");a=b.children(".kg-slide");var d=parseInt(a.css("height")),e=a.outerWidth(!0);b.css({height:d,width:a.length*e});this.count=a.length;b=parseFloat(this.index,10)||0;a.each(function(a){this.setAttribute("index",a);c.append('<span index="'+a+'"></span>')});this._active(b)}, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/assets/kinggrid/signature.all.min.js:172:500: 16:43:12 170 | w={scale:function(){var a=1,b=d.parents(".kg-translate");null!=b&&(b=b.css("transform"),null!=b&&(b=b.split("(")[1].split(")")[0].split(","),a=b[0],b=b[3],a=Math.max(Math.sqrt(a*a),Math.sqrt(b*b))));return a}};e.onstart=function(b){var c="fixed"===d.css("position"),e=$document$$module$webapp$kinggrid$signature_all.scrollLeft(),f=$document$$module$webapp$kinggrid$signature_all.scrollTop(),g=d.width(),k=d.height();g*=w.scale();k*=w.scale();m=l=0;p=c?$window$$module$webapp$kinggrid$signature_all.width()- 16:43:12 171 | g+l:$document$$module$webapp$kinggrid$signature_all.width()-g;n=c?$window$$module$webapp$kinggrid$signature_all.height()-k+m:$document$$module$webapp$kinggrid$signature_all.height()-k;k=d.offset();g=this.startLeft=c?k.left-e:k.left;c=this.startTop=c?k.top-f:k.top;this.clientX=b.clientX;this.clientY=b.clientY;k=d.parent();k.is("body")||(r=k[0].getBoundingClientRect().left+e,q=k[0].getBoundingClientRect().top+f);d.addClass(h);u.onstart.call(a,b,g,c)};e.onover=function(b){var e=b.clientX-this.clientX+ 16:43:12 > 172 | this.startLeft,f=b.clientY-this.clientY+this.startTop,g=d[0].style;e=Math.max(l,Math.min(p,e));f=Math.max(m,Math.min(n,f));c?(e=g.marginLeft=(e-r-B)/w.scale()+"px",f=g.marginTop=(f-q-v)/w.scale()+"px"):(e=g.left=(e-r)/w.scale()+"px",f=g.top=(f-q)/w.scale()+"px");y=parseInt(e);z=parseInt(f);u.onover.call(a,b,e,f)};e.onend=function(b){var e=d.position(),f=e.left;e=e.top;d.removeClass(h);var g=d[0].style,m=!0;6>Math.abs(y-E)&&6>Math.abs(z-x)&&(m=!1);c?u.onend.call(a,b,m,g.marginLeft,g.marginTop):(console.log(3123), 16:43:12 | ^ 16:43:12 173 | u.onend.call(a,b,m,f,e))};e.off=function(){d.off(f,e.start)};if(b)e.start(b);else d.on(f,e.start);return u};var Listener$$module$webapp$kinggrid$signature_all=kinggrid.Listener,Service$$module$webapp$kinggrid$signature_all=function(){};$$$module$webapp$kinggrid$signature_all.extend(Service$$module$webapp$kinggrid$signature_all.prototype,Listener$$module$webapp$kinggrid$signature_all.prototype);var SealService$$module$webapp$kinggrid$signature_all=function(){}; 16:43:12 174 | SealService$$module$webapp$kinggrid$signature_all.className=SealService$$module$webapp$kinggrid$signature_all.name||"SealService";Utils$$module$webapp$kinggrid$signature_all.inherit(SealService$$module$webapp$kinggrid$signature_all,Service$$module$webapp$kinggrid$signature_all); 16:43:12 175 | $$$module$webapp$kinggrid$signature_all.extend(SealService$$module$webapp$kinggrid$signature_all.prototype,{loadSeal:function(){throw Error("must impl");},saveLog:function(){},verifyPwd:function(){throw Error("must impl");}});var CertService$$module$webapp$kinggrid$signature_all=function(){};CertService$$module$webapp$kinggrid$signature_all.className=CertService$$module$webapp$kinggrid$signature_all.name||"CertService"; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/assets/kinggrid/signature.all.min.js:404:206: 16:43:12 402 | function Queue$$module$webapp$kinggrid$signature_all(a){var b=[];this.push=function(c){if(null==c)return!1;null==a||isNaN(a)||b.length==a&&this.pop();b.unshift(c);return!0};this.pop=function(){return b.pop()};this.size=function(){return b.length};this.quere=function(){return b}} 16:43:12 403 | var SignaturePad$$module$webapp$kinggrid$signature_all=function(a){var b=function(a,b){var c=this;b=b||{};this.velocityFilterWeight=b.velocityFilterWeight||.7;this.minWidth=b.minWidth||.5;this.maxWidth=b.maxWidth||2.5;this.dotSize=b.dotSize||function(){return(this.minWidth+this.maxWidth)/2};this.penColor=b.penColor||"black";this.backgroundColor=b.backgroundColor||"rgba(0,0,0,0)";this.onEnd=b.onEnd;this.onBegin=b.onBegin;this._canvas=a;this._ctx=a.getContext("2d");this._ctx.lineJoin="round";this._ctx.lineCap= 16:43:12 > 404 | "round";this.count=0;this.clear();this.ptQueue=new Queue$$module$webapp$kinggrid$signature_all(6);this.testTimer=function(){};this.funcCompleteListener=function(){for(var a=c.maxWidth;0<c.ptQueue.size();){console.log(a+"----"+c.ptQueue.size());var b=c.ptQueue.pop();this.curPos=b;c._drawLine(a);this.oldPos=b;a-=a/10}};this._handleMouseDown=function(a){1===a.which&&(c._mouseButtonDown=!0,c._strokeBegin(a))};this._handleMouseMove=function(a){c._mouseButtonDown&&c._strokeUpdate(a)};this._handleMouseUp= 16:43:12 | ^ 16:43:12 405 | function(a){1===a.which&&c._mouseButtonDown&&(c._mouseButtonDown=!1,c._strokeEnd(a))};this._handleTouchStart=function(a){1==a.targetTouches.length&&c._strokeBegin(a.changedTouches[0])};this._handleTouchMove=function(a){a.preventDefault();c._strokeUpdate(a.targetTouches[0])};this._handleTouchEnd=function(a){a.target===c._canvas&&(a.preventDefault(),c._strokeEnd(a))};this._handleTouchCancel=function(a){a.target===c._canvas&&(a.preventDefault(),c._strokeEnd(a))};this._handleMouseEvents();this._handleTouchEvents()}; 16:43:12 406 | b.prototype.simulate_mouseevent=function(b,c){if(void 0!==b&&null!==b)if(a.all)b.fireEvent("on"+c);else{var d=a.createEvent("MouseEvents");d.initEvent(c,!0,!0);b.dispatchEvent(d)}};b.prototype.clear=function(){var a=this._ctx,b=this._canvas;a.fillStyle=this.backgroundColor;a.clearRect(0,0,b.width,b.height);a.fillRect(0,0,b.width,b.height);this._reset()};b.prototype.toDataURL=function(a,b){var c=this._canvas;return c.toDataURL.apply(c,arguments)};b.prototype.fromDataURL=function(a){var b=this,c=new Image, 16:43:12 407 | d=window.devicePixelRatio||1,e=this._canvas.width/d,l=this._canvas.height/d;this._reset();c.src=a;c.onload=function(){b._ctx.drawImage(c,0,0,e,l)};this._isEmpty=!1};b.prototype._strokeUpdate=function(a){a=this._createPoint(a);this._ctx.fillStyle=this.penColor;this._ctx.strokeStyle=this.penColor;this.curPos=a;this._drawLine();this.oldPos=this.curPos};b.prototype._strokeBegin=function(a){for(this._reset();0<this.ptQueue.size();)this.ptQueue.pop();this.oldPos=this._createPoint(a);self.oldPos=self.curPos; 16:43:12 16:43:12 16:43:12 5 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:253:11: 16:43:12 251 | this.$api.groupSupervisionListApi(this.params, { 16:43:12 252 | onSucess: (response) => { 16:43:12 > 253 | console.log(response); 16:43:12 | ^ 16:43:12 254 | this.tableData = response.data; 16:43:12 255 | }, 16:43:12 256 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:261:11: 16:43:12 259 | this.$api.performanceAppraisalListApi(this.params, { 16:43:12 260 | onSucess: (response) => { 16:43:12 > 261 | console.log(response); 16:43:12 | ^ 16:43:12 262 | this.tableData2 = response.data; 16:43:12 263 | }, 16:43:12 264 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:269:11: 16:43:12 267 | this.$api.AnnualHighlightsListApi(this.params, { 16:43:12 268 | onSucess: (response) => { 16:43:12 > 269 | console.log(response); 16:43:12 | ^ 16:43:12 270 | this.tableData3 = response.data; 16:43:12 271 | }, 16:43:12 272 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:277:11: 16:43:12 275 | this.$api.inServiceListApi(this.params, { 16:43:12 276 | onSucess: (response) => { 16:43:12 > 277 | console.log(response); 16:43:12 | ^ 16:43:12 278 | this.tableData4 = response.data; 16:43:12 279 | }, 16:43:12 280 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerGT.vue:285:11: 16:43:12 283 | this.$api.questionListApi(this.params, { 16:43:12 284 | onSucess: (response) => { 16:43:12 > 285 | console.log(response); 16:43:12 | ^ 16:43:12 286 | this.tableData5 = response.data; 16:43:12 287 | }, 16:43:12 288 | }); 16:43:12 16:43:12 16:43:12 5 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerLeader.vue:69:7: 16:43:12 67 | methods: { 16:43:12 68 | leaderli(url) { 16:43:12 > 69 | console.log(url); 16:43:12 | ^ 16:43:12 70 | window.open("//" + location.hostname + ":8002" + url); 16:43:12 71 | }, 16:43:12 72 | handleBannerChange(idx) { 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:111:11: 16:43:12 109 | this.$api.newsCateApi(this.params, { 16:43:12 110 | onSucess: (response) => { 16:43:12 > 111 | console.log(response); 16:43:12 | ^ 16:43:12 112 | let newsData = response.data.data.filter((item) => { 16:43:12 113 | return item.item_workbench == "是"; 16:43:12 114 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:134:11: 16:43:12 132 | this.$api.newslistApi(jsonData, { 16:43:12 133 | onSucess: (response) => { 16:43:12 > 134 | console.log(response.data.data); 16:43:12 | ^ 16:43:12 135 | this.tableDataNewsList = response.data.data; 16:43:12 136 | this.tableDataNewsList && 16:43:12 137 | this.tableDataNewsList.forEach((item) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:154:11: 16:43:12 152 | this.$api.newsdetailliApi(jsonData, { 16:43:12 153 | onSucess: (response) => { 16:43:12 > 154 | console.log(response.data.data); 16:43:12 | ^ 16:43:12 155 | this.detailContent = response.data.data[0]; 16:43:12 156 | if (this.detailContent.item_enclosure) { 16:43:12 157 | this.detailContent.fjArr = JSON.parse( 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerNews.vue:166:11: 16:43:12 164 | this.$api.newsdetailReadingApi(jsonData, { 16:43:12 165 | onSucess: (response) => { 16:43:12 > 166 | console.log(response.data.data); 16:43:12 | ^ 16:43:12 167 | }, 16:43:12 168 | }); 16:43:12 169 | }, 16:43:12 16:43:12 16:43:12 4 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerTop.vue:53:21: 16:43:12 51 | this.$api.workbenchDataEntryApi(this.params,{ 16:43:12 52 | onSucess: response => { 16:43:12 > 53 | console.log(response) 16:43:12 | ^ 16:43:12 54 | this.tableArr=response.data.datas 16:43:12 55 | console.log(this.tableArr) 16:43:12 56 | this.tableArr.forEach(item=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerTop.vue:55:21: 16:43:12 53 | console.log(response) 16:43:12 54 | this.tableArr=response.data.datas 16:43:12 > 55 | console.log(this.tableArr) 16:43:12 | ^ 16:43:12 56 | this.tableArr.forEach(item=>{ 16:43:12 57 | if(item.item_icon){ 16:43:12 58 | this.$set(item,'img',JSON.parse(item.item_icon)[0].path) 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerWK.vue:44:11: 16:43:12 42 | this.$api.workbenchfiveLibraryApi(this.params, { 16:43:12 43 | onSucess: (response) => { 16:43:12 > 44 | console.log(response); 16:43:12 | ^ 16:43:12 45 | this.tableObj = response.data; 16:43:12 46 | }, 16:43:12 47 | }); 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:101:11: 16:43:12 99 | this.$api.jtnetlistApi(this.params, { 16:43:12 100 | onSucess: (response) => { 16:43:12 > 101 | console.log(response); 16:43:12 | ^ 16:43:12 102 | this.tableData = response.data.data; 16:43:12 103 | console.log(this.tableData); 16:43:12 104 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:103:11: 16:43:12 101 | console.log(response); 16:43:12 102 | this.tableData = response.data.data; 16:43:12 > 103 | console.log(this.tableData); 16:43:12 | ^ 16:43:12 104 | }, 16:43:12 105 | }); 16:43:12 106 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:110:11: 16:43:12 108 | this.$api.xxhgzlistApi(this.params, { 16:43:12 109 | onSucess: (response) => { 16:43:12 > 110 | console.log(response); 16:43:12 | ^ 16:43:12 111 | this.tableData2 = response.data.data; 16:43:12 112 | console.log(this.tableData2); 16:43:12 113 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:112:11: 16:43:12 110 | console.log(response); 16:43:12 111 | this.tableData2 = response.data.data; 16:43:12 > 112 | console.log(this.tableData2); 16:43:12 | ^ 16:43:12 113 | }, 16:43:12 114 | }); 16:43:12 115 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:120:11: 16:43:12 118 | this.$api.waitTokenApi(jsonData, { 16:43:12 119 | onSucess: (response) => { 16:43:12 > 120 | console.log(response); 16:43:12 | ^ 16:43:12 121 | let resttoken = (response.data&&response.data.id)||""; 16:43:12 122 | if(resttoken){ 16:43:12 123 | let loginName=(sessionStorage.getItem('userInfo')&&JSON.parse(sessionStorage.getItem('userInfo')).telephone)||'' 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainermeet.vue:127:19: 16:43:12 125 | this.$api.waitlistApi(jsonDataParam, { 16:43:12 126 | onSucess: (response) => { 16:43:12 > 127 | console.log(response) 16:43:12 | ^ 16:43:12 128 | if(response.data.data){ 16:43:12 129 | this.tableData=response.data.data 16:43:12 130 | } 16:43:12 16:43:12 16:43:12 6 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:90:11: 16:43:12 88 | this.$api.WorkReportApi(this.params, { 16:43:12 89 | onSucess: (response) => { 16:43:12 > 90 | console.log(response); 16:43:12 | ^ 16:43:12 91 | this.tableObj = response.data; 16:43:12 92 | }, 16:43:12 93 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:116:11: 16:43:12 114 | this.$api.gtlistApi(this.params, { 16:43:12 115 | onSucess: (response) => { 16:43:12 > 116 | console.log(response); 16:43:12 | ^ 16:43:12 117 | this.tableData = response.data.data; 16:43:12 118 | }, 16:43:12 119 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:124:11: 16:43:12 122 | this.$api.jdzhyjlistApi(this.params, { 16:43:12 123 | onSucess: (response) => { 16:43:12 > 124 | console.log(response); 16:43:12 | ^ 16:43:12 125 | this.tableData2 = response.data.data; 16:43:12 126 | }, 16:43:12 127 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/RT/RTContainerwork.vue:132:11: 16:43:12 130 | this.$api.lhzbrblistApi(this.params, { 16:43:12 131 | onSucess: (response) => { 16:43:12 > 132 | console.log(response); 16:43:12 | ^ 16:43:12 133 | this.tableData3 = response.data.data; 16:43:12 134 | }, 16:43:12 135 | }); 16:43:12 16:43:12 16:43:12 4 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/ad.vue:720:7: 16:43:12 718 | }, 16:43:12 719 | getEmoticons(item) { 16:43:12 > 720 | console.log("item--->", item); 16:43:12 | ^ 16:43:12 721 | this.information += item.type; 16:43:12 722 | }, 16:43:12 723 | deleteReplyMessage(el, index, parentIndex) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/ad.vue:1500:11: 16:43:12 1498 | let diffValue = now - sTime; 16:43:12 1499 | if (diffValue < 0) { 16:43:12 > 1500 | console.log("结束日期不能小于开始日期!"); 16:43:12 | ^ 16:43:12 1501 | } 16:43:12 1502 | let monthC = diffValue / month; 16:43:12 1503 | let weekC = diffValue / (7 * day); 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/excel_upload.vue:400:19: 16:43:12 398 | errMessage += arr[i] + '\n' 16:43:12 399 | } 16:43:12 > 400 | console.log("errMessage-->",errMessage) 16:43:12 | ^ 16:43:12 401 | // this.$notify.error({ 16:43:12 402 | // title: response.data.errmsg, 16:43:12 403 | // message: `${errMessage}` 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:27:5: 16:43:12 25 | ], 16:43:12 26 | created: function() { 16:43:12 > 27 | console.log("openParams-->",this.openParams) 16:43:12 | ^ 16:43:12 28 | this.initSearchForm({ 16:43:12 29 | appId: this.appId, 16:43:12 30 | viewId: this.viewId 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:42:7: 16:43:12 40 | methods: { 16:43:12 41 | findField(id) { 16:43:12 > 42 | console.log(this.appId+'--测试-'+this.viewId) 16:43:12 | ^ 16:43:12 43 | 16:43:12 44 | let data = this.formdata 16:43:12 45 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:46:7: 16:43:12 44 | let data = this.formdata 16:43:12 45 | 16:43:12 > 46 | console.log('变量:'+this.$store.state.searchFlag) 16:43:12 | ^ 16:43:12 47 | for (let i = 0; i < data.fields.length; i++) { 16:43:12 48 | let fld = data.fields[i]; 16:43:12 49 | console.log(fld.value) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:49:9: 16:43:12 47 | for (let i = 0; i < data.fields.length; i++) { 16:43:12 48 | let fld = data.fields[i]; 16:43:12 > 49 | console.log(fld.value) 16:43:12 | ^ 16:43:12 50 | // data.fields[i].value='1' 16:43:12 51 | console.log(this.$store.state.searchDataStore) 16:43:12 52 | if(this.$store.state.searchDataStore.length){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:51:9: 16:43:12 49 | console.log(fld.value) 16:43:12 50 | // data.fields[i].value='1' 16:43:12 > 51 | console.log(this.$store.state.searchDataStore) 16:43:12 | ^ 16:43:12 52 | if(this.$store.state.searchDataStore.length){ 16:43:12 53 | if(this.$store.state.searchFlag==2&&i<=data.fields.length){ 16:43:12 54 | console.log(66) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:54:13: 16:43:12 52 | if(this.$store.state.searchDataStore.length){ 16:43:12 53 | if(this.$store.state.searchFlag==2&&i<=data.fields.length){ 16:43:12 > 54 | console.log(66) 16:43:12 | ^ 16:43:12 55 | this.$store.state.searchDataStore.forEach(item=>{ 16:43:12 56 | if(item.appId==this.appId&&item.viewId==this.viewId){ 16:43:12 57 | Object.keys(item).forEach((key)=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:59:25: 16:43:12 57 | Object.keys(item).forEach((key)=>{ 16:43:12 58 | if(key==fld.name){ 16:43:12 > 59 | console.log('测试数据'+item[key]) 16:43:12 | ^ 16:43:12 60 | this.$set(data.fields[i],'value',item[key]) 16:43:12 61 | if(i==data.fields.length-1){ 16:43:12 62 | setTimeout(()=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:73:9: 16:43:12 71 | } 16:43:12 72 | 16:43:12 > 73 | console.log(fld) 16:43:12 | ^ 16:43:12 74 | if (id == fld.id) return fld; 16:43:12 75 | } 16:43:12 76 | 16:43:12 16:43:12 16:43:12 8 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1041:7: 16:43:12 1039 | let docId = formData.id; 16:43:12 1040 | let document = allData; 16:43:12 > 1041 | console.log("document-1-->", document); 16:43:12 | ^ 16:43:12 1042 | if (pJson) { 16:43:12 1043 | //手写签名 16:43:12 1044 | document.signatureJson = JSON.stringify(pJson); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1093:7: 16:43:12 1091 | //保存重新编辑的意见 16:43:12 1092 | updateSuggestion() { 16:43:12 > 1093 | console.log("更新编辑的数据-->"); 16:43:12 | ^ 16:43:12 1094 | console.log(this.inputSecond); 16:43:12 1095 | let opinion = this.inputSecond; 16:43:12 1096 | if(!opinion) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1094:7: 16:43:12 1092 | updateSuggestion() { 16:43:12 1093 | console.log("更新编辑的数据-->"); 16:43:12 > 1094 | console.log(this.inputSecond); 16:43:12 | ^ 16:43:12 1095 | let opinion = this.inputSecond; 16:43:12 1096 | if(!opinion) { 16:43:12 1097 | this.$message({ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1133:11: 16:43:12 1131 | API.deleteMostUseSuggestion(employeeId, opId, { 16:43:12 1132 | onSucess: (response) => { 16:43:12 > 1133 | console.log(response.data.data); 16:43:12 | ^ 16:43:12 1134 | //后台返回500,未执行以下步骤 16:43:12 1135 | if (response.data.data) { 16:43:12 1136 | let delId = response.data.data.id; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1152:7: 16:43:12 1150 | //添加意见 16:43:12 1151 | addSuggestion() { 16:43:12 > 1152 | console.log(this.input); 16:43:12 | ^ 16:43:12 1153 | let opinion = this.input; 16:43:12 1154 | const employeeId = localStorage.getItem("employeeId") || this.$store.state.userId ; 16:43:12 1155 | API.AddMostUseSuggestion(employeeId, opinion, { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1157:11: 16:43:12 1155 | API.AddMostUseSuggestion(employeeId, opinion, { 16:43:12 1156 | onSucess: (response) => { 16:43:12 > 1157 | console.log(response.data.data); 16:43:12 | ^ 16:43:12 1158 | let newSuggest = response.data.data; 16:43:12 1159 | this.allSuggests.push(newSuggest); 16:43:12 1160 | this.input = ""; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1277:7: 16:43:12 1275 | }, 16:43:12 1276 | canvasLeave(e) { 16:43:12 > 1277 | console.log(e); 16:43:12 | ^ 16:43:12 1278 | this.existCanvas = true; 16:43:12 1279 | this.canvasMoveUse = false; 16:43:12 1280 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1590:21: 16:43:12 1588 | subFlow.nodeid = subflowData.nodeid; 16:43:12 1589 | document.subFlowApprover.push(subFlow); 16:43:12 > 1590 | console.log("subflowData--->", subflowData); 16:43:12 | ^ 16:43:12 1591 | console.log("document--->", document); 16:43:12 1592 | } 16:43:12 1593 | } else { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1591:21: 16:43:12 1589 | document.subFlowApprover.push(subFlow); 16:43:12 1590 | console.log("subflowData--->", subflowData); 16:43:12 > 1591 | console.log("document--->", document); 16:43:12 | ^ 16:43:12 1592 | } 16:43:12 1593 | } else { 16:43:12 1594 | subflowData = Object.assign( 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1944:7: 16:43:12 1942 | //隐藏小意见框 16:43:12 1943 | hiddenSuggest() { 16:43:12 > 1944 | console.log("隐藏小意见框"); 16:43:12 | ^ 16:43:12 1945 | this.isOrSuggest = !this.isOrSuggest; 16:43:12 1946 | }, 16:43:12 1947 | 16:43:12 16:43:12 16:43:12 10 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:579:5: 16:43:12 577 | }, 16:43:12 578 | created(){ 16:43:12 > 579 | console.log('props', this.$props) 16:43:12 | ^ 16:43:12 580 | }, 16:43:12 581 | beforeCreate(){ 16:43:12 582 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:610:9: 16:43:12 608 | return 16:43:12 609 | } 16:43:12 > 610 | console.log('e', e) 16:43:12 | ^ 16:43:12 611 | let form=new FormData(); 16:43:12 612 | form.append("files",e.file) 16:43:12 613 | console.log(form) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:613:9: 16:43:12 611 | let form=new FormData(); 16:43:12 612 | form.append("files",e.file) 16:43:12 > 613 | console.log(form) 16:43:12 | ^ 16:43:12 614 | form.forEach(function (value, key) { 16:43:12 615 | if (value instanceof File) { 16:43:12 616 | form.set(key, value, value.name.replace(/ /g, ''))//去掉文件名称所有空格 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:636:17: 16:43:12 634 | { 16:43:12 635 | onSucess: response => { 16:43:12 > 636 | console.log(response.data.data) 16:43:12 | ^ 16:43:12 637 | if(response.data.data.length){ 16:43:12 638 | let obj={ 16:43:12 639 | name:response.data.data[0].fileName, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:658:12: 16:43:12 656 | }, 16:43:12 657 | (res)=>{ 16:43:12 > 658 | console.log(res) 16:43:12 | ^ 16:43:12 659 | }, 16:43:12 660 | e.file.uid, 16:43:12 661 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:665:9: 16:43:12 663 | }, 16:43:12 664 | obsFile(e){//obs文件上传 16:43:12 > 665 | console.log(e) 16:43:12 | ^ 16:43:12 666 | //去掉文件名称空格start 16:43:12 667 | let form = new FormData(); 16:43:12 668 | form.append("files", e.file); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:675:4: 16:43:12 673 | }) 16:43:12 674 | form.get('files') 16:43:12 > 675 | console.log(form.get('files')) 16:43:12 | ^ 16:43:12 676 | e.file=form.get('files') 16:43:12 677 | //去掉文件名称空格end 16:43:12 678 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:701:5: 16:43:12 699 | SourceFile:e.file //获取file文件 16:43:12 700 | }).then(function(result) { 16:43:12 > 701 | console.log(result) 16:43:12 | ^ 16:43:12 702 | 16:43:12 703 | if(result.CommonMsg.Status < 300){ 16:43:12 704 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:705:6: 16:43:12 703 | if(result.CommonMsg.Status < 300){ 16:43:12 704 | 16:43:12 > 705 | console.log('Create object:' + objectKey + ' successfully!\n'); 16:43:12 | ^ 16:43:12 706 | var httpurl=`https://${BucketName}.${urlserver}/${objectKey}` 16:43:12 707 | 16:43:12 708 | let uploadTime = ''; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:735:8: 16:43:12 733 | }, 16:43:12 734 | handleRemove(file, fileList){ 16:43:12 > 735 | console.log(file) 16:43:12 | ^ 16:43:12 736 | this.fileList.forEach((item,index)=>{ 16:43:12 737 | if(item.uid == file.uid){ 16:43:12 738 | this.fileList.splice(index,1) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:744:6: 16:43:12 742 | handleExceed(files, fileList) { //文件超出个数限制时的钩子 16:43:12 743 | if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传 16:43:12 > 744 | console.log(files[0]) 16:43:12 | ^ 16:43:12 745 | files[0].uid=new Date().getTime() 16:43:12 746 | this.fileList=[] 16:43:12 747 | let e={file:files[0]} 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:862:11: 16:43:12 860 | viewId: "", 16:43:12 861 | }; 16:43:12 > 862 | console.log("-3---->", document); 16:43:12 | ^ 16:43:12 863 | this.$api.InitiateWorkFlow(appId, docId, document, { 16:43:12 864 | onSucess: (response) => { 16:43:12 865 | let status; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1323:7: 16:43:12 1321 | //保存重新编辑的意见 16:43:12 1322 | updateSuggestion() { 16:43:12 > 1323 | console.log("更新编辑的数据-->"); 16:43:12 | ^ 16:43:12 1324 | console.log(this.inputSecond); 16:43:12 1325 | let opinion = this.inputSecond; 16:43:12 1326 | if(!opinion) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1324:7: 16:43:12 1322 | updateSuggestion() { 16:43:12 1323 | console.log("更新编辑的数据-->"); 16:43:12 > 1324 | console.log(this.inputSecond); 16:43:12 | ^ 16:43:12 1325 | let opinion = this.inputSecond; 16:43:12 1326 | if(!opinion) { 16:43:12 1327 | this.$message({ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1362:11: 16:43:12 1360 | API.deleteMostUseSuggestion(employeeId, opId, { 16:43:12 1361 | onSucess: (response) => { 16:43:12 > 1362 | console.log(response.data.data); 16:43:12 | ^ 16:43:12 1363 | //后台返回500,未执行以下步骤 16:43:12 1364 | if (response.data.data) { 16:43:12 1365 | let delId = response.data.data.id; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1381:7: 16:43:12 1379 | //添加意见 16:43:12 1380 | addSuggestion() { 16:43:12 > 1381 | console.log(this.input); 16:43:12 | ^ 16:43:12 1382 | const employeeId = localStorage.getItem("employeeId") || this.$store.state.userId ; 16:43:12 1383 | 16:43:12 1384 | let opinion = this.input; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1387:11: 16:43:12 1385 | API.AddMostUseSuggestion(employeeId, opinion, { 16:43:12 1386 | onSucess: (response) => { 16:43:12 > 1387 | console.log(response.data.data); 16:43:12 | ^ 16:43:12 1388 | let newSuggest = response.data.data; 16:43:12 1389 | this.allSuggests.push(newSuggest); 16:43:12 1390 | this.input = ""; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1809:25: 16:43:12 1807 | let subUserids = '' 16:43:12 1808 | if(s.subFlowApproverData && s.subFlowApproverData.approver && s.subFlowApproverData.approver.length > 0) { 16:43:12 > 1809 | console.log("subFlowApproverData-->",s.subFlowApproverData) 16:43:12 | ^ 16:43:12 1810 | s.subFlowApproverData.approver[0].userids.forEach(el => { 16:43:12 1811 | subUserids += el + ";"; 16:43:12 1812 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected 'debugger' statement (no-debugger) at src/components/form_new_flowpanel.vue:2055:7: 16:43:12 2053 | let docId = formData.id; 16:43:12 2054 | // 这里多加上 上传附件 16:43:12 > 2055 | debugger 16:43:12 | ^ 16:43:12 2056 | allData.fileList = this.fileList 16:43:12 2057 | let document = allData; 16:43:12 2058 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2174:9: 16:43:12 2172 | ); 16:43:12 2173 | } catch (error) { 16:43:12 > 2174 | console.log(error); 16:43:12 | ^ 16:43:12 2175 | } 16:43:12 2176 | 16:43:12 2177 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2181:7: 16:43:12 2179 | //隐藏小意见框 16:43:12 2180 | hiddenSuggest() { 16:43:12 > 2181 | console.log("隐藏小意见框"); 16:43:12 | ^ 16:43:12 2182 | this.isOrSuggest = !this.isOrSuggest; 16:43:12 2183 | }, 16:43:12 2184 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2275:9: 16:43:12 2273 | viewId: "", 16:43:12 2274 | }; 16:43:12 > 2275 | console.log(document) 16:43:12 | ^ 16:43:12 2276 | API.getFlowPanel(appId, docId, document, { 16:43:12 2277 | onSucess: (response) => { 16:43:12 2278 | let nodesArr = response.data.data.nextNodes; 16:43:12 16:43:12 16:43:12 22 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:76:7: 16:43:12 74 | // }else if(this.act.type == 58) { //协办 16:43:12 75 | // } 16:43:12 > 76 | console.log("选择合并------>"); 16:43:12 | ^ 16:43:12 77 | this.nodesList.forEach(item => { 16:43:12 78 | for(let i=0; i<this.newHostOrCohostList.length; i++) { 16:43:12 79 | if(item.id == this.newHostOrCohostList[i].id) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:109:9: 16:43:12 107 | }); 16:43:12 108 | if(this.act.type == 57) { //主办 16:43:12 > 109 | console.log("主办-->") 16:43:12 | ^ 16:43:12 110 | this.$api.processHosting(this.openParams.appId, this.openParams._select, array, { 16:43:12 111 | onSucess: response => { 16:43:12 112 | if(response.data.errcode == 0) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:124:9: 16:43:12 122 | }) 16:43:12 123 | }else if(this.act.type == 58) { //协办 16:43:12 > 124 | console.log("协办-->"); 16:43:12 | ^ 16:43:12 125 | this.$api.processCoHosting(this.openParams.appId, this.openParams._select, array, { 16:43:12 126 | onSucess: response => { 16:43:12 127 | if(response.data.errcode == 0) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:144:9: 16:43:12 142 | listUp(index) { 16:43:12 143 | if(index == 0) { 16:43:12 > 144 | console.log("最顶部-->"); 16:43:12 | ^ 16:43:12 145 | }else { 16:43:12 146 | let arr = this.nodesList; 16:43:12 147 | arr[index] = arr.splice(index-1, 1, arr[index])[0]; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:156:9: 16:43:12 154 | listDown(index) { 16:43:12 155 | if(index == this.nodesList.length-1) { 16:43:12 > 156 | console.log("最底部-->") 16:43:12 | ^ 16:43:12 157 | }else { 16:43:12 158 | let arr = this.nodesList; 16:43:12 159 | arr[index] = arr.splice(index+1, 1, arr[index])[0]; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:167:9: 16:43:12 165 | if(this.act.type == 57) { 16:43:12 166 | this.nodesList = this.approvers[0].nodes[0].auditors; 16:43:12 > 167 | console.log("加签主办-->",this.nodesList); 16:43:12 | ^ 16:43:12 168 | }else if (this.act.type == 58) { 16:43:12 169 | this.nodesList = this.approvers[0].nodes[0].coAuditors; 16:43:12 170 | console.log("加签协办-->",this.nodesList); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:170:9: 16:43:12 168 | }else if (this.act.type == 58) { 16:43:12 169 | this.nodesList = this.approvers[0].nodes[0].coAuditors; 16:43:12 > 170 | console.log("加签协办-->",this.nodesList); 16:43:12 | ^ 16:43:12 171 | } 16:43:12 172 | }, 16:43:12 173 | //获取返回的数据 16:43:12 16:43:12 16:43:12 7 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:51:7: 16:43:12 49 | methods: { 16:43:12 50 | getAllFields(){ 16:43:12 > 51 | console.log(this.$parent) 16:43:12 | ^ 16:43:12 52 | if(this.$store.state.searchFlag==0){ 16:43:12 53 | return this.formdata.fields; 16:43:12 54 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:57:7: 16:43:12 55 | }, 16:43:12 56 | findField(id) { 16:43:12 > 57 | console.log(this.appId+'--测试-'+this.viewId) 16:43:12 | ^ 16:43:12 58 | 16:43:12 59 | let data = this.formdata 16:43:12 60 | console.log('变量:'+this.$store.state.searchFlag) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:60:7: 16:43:12 58 | 16:43:12 59 | let data = this.formdata 16:43:12 > 60 | console.log('变量:'+this.$store.state.searchFlag) 16:43:12 | ^ 16:43:12 61 | for (let i = 0; i < data.fields.length; i++) { 16:43:12 62 | let fld = data.fields[i]; 16:43:12 63 | console.log(fld.value) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:63:9: 16:43:12 61 | for (let i = 0; i < data.fields.length; i++) { 16:43:12 62 | let fld = data.fields[i]; 16:43:12 > 63 | console.log(fld.value) 16:43:12 | ^ 16:43:12 64 | // data.fields[i].value='1' 16:43:12 65 | console.log(this.$store.state.searchDataStore) 16:43:12 66 | if(this.$store.state.searchDataStore.length){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:65:9: 16:43:12 63 | console.log(fld.value) 16:43:12 64 | // data.fields[i].value='1' 16:43:12 > 65 | console.log(this.$store.state.searchDataStore) 16:43:12 | ^ 16:43:12 66 | if(this.$store.state.searchDataStore.length){ 16:43:12 67 | if(this.$store.state.searchFlag==2&&i<=data.fields.length){ 16:43:12 68 | console.log(66) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:68:13: 16:43:12 66 | if(this.$store.state.searchDataStore.length){ 16:43:12 67 | if(this.$store.state.searchFlag==2&&i<=data.fields.length){ 16:43:12 > 68 | console.log(66) 16:43:12 | ^ 16:43:12 69 | this.$store.state.searchDataStore.forEach(item=>{ 16:43:12 70 | if(item.appId==this.appId&&item.viewId==this.viewId){ 16:43:12 71 | Object.keys(item).forEach((key)=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:73:25: 16:43:12 71 | Object.keys(item).forEach((key)=>{ 16:43:12 72 | if(key==fld.name){ 16:43:12 > 73 | console.log('测试数据'+item[key]) 16:43:12 | ^ 16:43:12 74 | this.$set(data.fields[i],'value',item[key]) 16:43:12 75 | if(i==data.fields.length-1){ 16:43:12 76 | setTimeout(()=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:79:30: 16:43:12 77 | this.$store.commit('searchFlag',1) 16:43:12 78 | },800) 16:43:12 > 79 | console.log(this.$parent.$parent) 16:43:12 | ^ 16:43:12 80 | this.$parent.$parent.openSearchTemplate()//打开高级查询按钮 16:43:12 81 | } 16:43:12 82 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:89:9: 16:43:12 87 | } 16:43:12 88 | 16:43:12 > 89 | console.log(fld) 16:43:12 | ^ 16:43:12 90 | if (id == fld.id) return fld; 16:43:12 91 | } 16:43:12 92 | 16:43:12 16:43:12 16:43:12 9 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAdvert.vue:37:20: 16:43:12 35 | // loading.close();//关闭加载 16:43:12 36 | // }); 16:43:12 > 37 | console.log(response.data.data.data) 16:43:12 | ^ 16:43:12 38 | if(response.data.data.data){ 16:43:12 39 | let Arry=[] 16:43:12 40 | response.data.data.data.forEach(item=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAdvert.vue:49:24: 16:43:12 47 | }) 16:43:12 48 | this.bannerArr=Arry 16:43:12 > 49 | console.log(this.bannerArr) 16:43:12 | ^ 16:43:12 50 | } 16:43:12 51 | } 16:43:12 52 | }) 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:80:13: 16:43:12 78 | else { 16:43:12 79 | this.organizationLevels=organizationLevels.split(',')//obpm.config.js定义全局变量organizationLevels 16:43:12 > 80 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels 16:43:12 | ^ 16:43:12 81 | if(this.organizationLevels&&this.organizationLevels.includes('Premium')){ 16:43:12 82 | this.appLevelsList() 16:43:12 83 | }else{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:98:13: 16:43:12 96 | key: "" 16:43:12 97 | } 16:43:12 > 98 | console.log(this.$listeners) 16:43:12 | ^ 16:43:12 99 | this.addTab(param) 16:43:12 100 | }, 16:43:12 101 | applistIframe() {//查询应用列表 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:109:25: 16:43:12 107 | 16:43:12 108 | if (response.data && response.data.errmsg == "ok") { 16:43:12 > 109 | console.log(response.data) 16:43:12 | ^ 16:43:12 110 | if (response.data.data.data.length) { 16:43:12 111 | let arr = [] 16:43:12 112 | response.data.data.data.forEach((item, index) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:128:29: 16:43:12 126 | 16:43:12 127 | }) 16:43:12 > 128 | console.log(arr) 16:43:12 | ^ 16:43:12 129 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 16:43:12 130 | 16:43:12 131 | const titleMap = {} 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:189:29: 16:43:12 187 | } 16:43:12 188 | } 16:43:12 > 189 | console.log(arr2) 16:43:12 | ^ 16:43:12 190 | this.appcateArrList = arr2 16:43:12 191 | 16:43:12 192 | //前端缓存本地代码块--切换不同组织的所有应用列表 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:203:13: 16:43:12 201 | }, 16:43:12 202 | loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 16:43:12 > 203 | console.log(this.$parent.$parent.$parent.$parent) 16:43:12 | ^ 16:43:12 204 | console.log('当前appId', appId) 16:43:12 205 | let httpsUrl = location.origin;//获取url各个环境地址--比如http://localhost:4000 16:43:12 206 | if (appId == '__TS2n9hoVZ2MjWTPyJH9') {//警保指挥调度台应用直接跳转 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:204:13: 16:43:12 202 | loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 16:43:12 203 | console.log(this.$parent.$parent.$parent.$parent) 16:43:12 > 204 | console.log('当前appId', appId) 16:43:12 | ^ 16:43:12 205 | let httpsUrl = location.origin;//获取url各个环境地址--比如http://localhost:4000 16:43:12 206 | if (appId == '__TS2n9hoVZ2MjWTPyJH9') {//警保指挥调度台应用直接跳转 16:43:12 207 | this.$nextTick(() => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:214:17: 16:43:12 212 | } 16:43:12 213 | if (appId == '__Hab04s0VNDPrjFZ3Xlo') {//挂图作战直接打开项目中心首页 16:43:12 > 214 | console.log(this.$parent.$parent) 16:43:12 | ^ 16:43:12 215 | this.$parent.$parent.$parent.$parent.navtopmenuclick(1) 16:43:12 216 | return 16:43:12 217 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:223:17: 16:43:12 221 | 16:43:12 222 | if (appId == '__aNKPFCBuZfyQNzlnlZ9') { //商城pc前端入口 16:43:12 > 223 | console.log(this.$parent.$parent) 16:43:12 | ^ 16:43:12 224 | this.$parent.$parent.$parent.$parent.navtopmenuclick(100) 16:43:12 225 | return 16:43:12 226 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:228:17: 16:43:12 226 | } 16:43:12 227 | if (appId == '__ZG0ZtjrEhvNbj2rlOsF') { //企业钱包前端入口 16:43:12 > 228 | console.log(this.$parent.$parent) 16:43:12 | ^ 16:43:12 229 | this.$parent.$parent.$parent.$parent.navtopmenuclick(101) 16:43:12 230 | return 16:43:12 231 | } 16:43:12 16:43:12 16:43:12 10 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/homeBoard.vue:55:9: 16:43:12 53 | }, 16:43:12 54 | mounted() { 16:43:12 > 55 | console.log(this) 16:43:12 | ^ 16:43:12 56 | }, 16:43:12 57 | components:{ 16:43:12 58 | homeWelcome, 16:43:12 16:43:12 16:43:12 error: The "homeAdvert" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:59:9: 16:43:12 57 | components:{ 16:43:12 58 | homeWelcome, 16:43:12 > 59 | homeAdvert, 16:43:12 | ^ 16:43:12 60 | homeToAlert, 16:43:12 61 | homeMyused, 16:43:12 62 | homeAllApp, 16:43:12 16:43:12 16:43:12 error: The "homeMyused" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:61:9: 16:43:12 59 | homeAdvert, 16:43:12 60 | homeToAlert, 16:43:12 > 61 | homeMyused, 16:43:12 | ^ 16:43:12 62 | homeAllApp, 16:43:12 63 | homeManageCockPit, 16:43:12 64 | homeSecCockPit, 16:43:12 16:43:12 16:43:12 error: The "homeSecCockPit" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:64:9: 16:43:12 62 | homeAllApp, 16:43:12 63 | homeManageCockPit, 16:43:12 > 64 | homeSecCockPit, 16:43:12 | ^ 16:43:12 65 | homeCalendarBox 16:43:12 66 | } 16:43:12 67 | } 16:43:12 16:43:12 16:43:12 4 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:66:11: 16:43:12 64 | key:"" 16:43:12 65 | } 16:43:12 > 66 | console.log(this.$listeners) 16:43:12 | ^ 16:43:12 67 | this.addTab(param) 16:43:12 68 | }, 16:43:12 69 | applistIframe(){//查询应用列表 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:76:25: 16:43:12 74 | onSucess: response => { 16:43:12 75 | if (response.data && response.data.errmsg == "ok") { 16:43:12 > 76 | console.log(response.data) 16:43:12 | ^ 16:43:12 77 | if(response.data.data.data.length){ 16:43:12 78 | let arr=[] 16:43:12 79 | response.data.data.data.forEach((item,index)=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:95:29: 16:43:12 93 | 16:43:12 94 | }) 16:43:12 > 95 | console.log(arr) 16:43:12 | ^ 16:43:12 96 | arr.sort((a,b)=>{return Number(a.cateSort)-Number(b.cateSort)}) //分类排序cateSort 16:43:12 97 | 16:43:12 98 | const titleMap = {} 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:146:28: 16:43:12 144 | } 16:43:12 145 | } 16:43:12 > 146 | console.log(arr2) 16:43:12 | ^ 16:43:12 147 | this.appcateArrList=arr2 16:43:12 148 | 16:43:12 149 | if(this.appcateArrList[0].children[0].appid=='__d1qEDy3wYq8VF5KvUoE'){//智能人事(__xkeybkGaZa1SboC9GL1)、机构用户管理(__d1qEDy3wYq8VF5KvUoE) 16:43:12 16:43:12 16:43:12 4 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:325:12: 16:43:12 323 | this.activeIndex=index 16:43:12 324 | var dayobjectStr=new Date(dayobject.day) 16:43:12 > 325 | console.log(dayobjectStr.getFullYear()) 16:43:12 | ^ 16:43:12 326 | console.log(dayobjectStr.getMonth()+1) 16:43:12 327 | console.log(dayobjectStr.getDate()) 16:43:12 328 | let year=dayobjectStr.getFullYear() 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:326:12: 16:43:12 324 | var dayobjectStr=new Date(dayobject.day) 16:43:12 325 | console.log(dayobjectStr.getFullYear()) 16:43:12 > 326 | console.log(dayobjectStr.getMonth()+1) 16:43:12 | ^ 16:43:12 327 | console.log(dayobjectStr.getDate()) 16:43:12 328 | let year=dayobjectStr.getFullYear() 16:43:12 329 | let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:327:12: 16:43:12 325 | console.log(dayobjectStr.getFullYear()) 16:43:12 326 | console.log(dayobjectStr.getMonth()+1) 16:43:12 > 327 | console.log(dayobjectStr.getDate()) 16:43:12 | ^ 16:43:12 328 | let year=dayobjectStr.getFullYear() 16:43:12 329 | let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1) 16:43:12 330 | let day=dayobjectStr.getDate()<10?'0'+dayobjectStr.getDate():dayobjectStr.getDate() 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:346:13: 16:43:12 344 | let str=this.currentYear+'-'+currentMonthStr 16:43:12 345 | let obj={startTime:str} 16:43:12 > 346 | console.log(obj) 16:43:12 | ^ 16:43:12 347 | this.$api.v3searchCalendarListApi(obj,{ 16:43:12 348 | onSucess: response => { 16:43:12 349 | console.log(response.data) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:349:21: 16:43:12 347 | this.$api.v3searchCalendarListApi(obj,{ 16:43:12 348 | onSucess: response => { 16:43:12 > 349 | console.log(response.data) 16:43:12 | ^ 16:43:12 350 | if(response.data.code){ 16:43:12 351 | this.calendarAllItem=response.data.datas 16:43:12 352 | console.log(this.calendarAllItem) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:352:25: 16:43:12 350 | if(response.data.code){ 16:43:12 351 | this.calendarAllItem=response.data.datas 16:43:12 > 352 | console.log(this.calendarAllItem) 16:43:12 | ^ 16:43:12 353 | if(this.calendarAllItem.length){ 16:43:12 354 | this.calendarAllItem.forEach(item=>{ 16:43:12 355 | let date=new Date(item.item_starttime.time) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:362:29: 16:43:12 360 | this.$set(item,'itemStartTimeAllTime',dateStr) 16:43:12 361 | }) 16:43:12 > 362 | console.log(this.calendarAllItem) 16:43:12 | ^ 16:43:12 363 | 16:43:12 364 | //同一天 16:43:12 365 | this.days.forEach(item=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:370:44: 16:43:12 368 | this.$nextTick(()=>{ 16:43:12 369 | this.$set(item,'count',item.count+1) 16:43:12 > 370 | console.log(its.item_state) 16:43:12 | ^ 16:43:12 371 | if(its.item_state=='已完成'){ 16:43:12 372 | this.$set(item,'itemstatecount',item.itemstatecount+1) 16:43:12 373 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:379:29: 16:43:12 377 | }) 16:43:12 378 | 16:43:12 > 379 | console.log(this.days) 16:43:12 | ^ 16:43:12 380 | } 16:43:12 381 | } 16:43:12 382 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:401:13: 16:43:12 399 | } 16:43:12 400 | let obj={startTime:str} 16:43:12 > 401 | console.log(obj) 16:43:12 | ^ 16:43:12 402 | this.$api.v3searchCalendarListApi(obj,{ 16:43:12 403 | onSucess: response => { 16:43:12 404 | console.log(response.data) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:404:21: 16:43:12 402 | this.$api.v3searchCalendarListApi(obj,{ 16:43:12 403 | onSucess: response => { 16:43:12 > 404 | console.log(response.data) 16:43:12 | ^ 16:43:12 405 | if(response.data.code){ 16:43:12 406 | this.calendarDataItems=response.data.datas 16:43:12 407 | if(this.calendarDataItems.length){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:416:26: 16:43:12 414 | }) 16:43:12 415 | } 16:43:12 > 416 | console.log(this.calendarDataItems) 16:43:12 | ^ 16:43:12 417 | } 16:43:12 418 | } 16:43:12 419 | }) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:422:13: 16:43:12 420 | }, 16:43:12 421 | itemState(item){ 16:43:12 > 422 | console.log(item) 16:43:12 | ^ 16:43:12 423 | let obj={ 16:43:12 424 | id:item.id, 16:43:12 425 | state:item.item_stateFlag?'已完成':'未完成' 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:429:21: 16:43:12 427 | this.$api.v3CanlendarFinishStatusApi(obj,{ 16:43:12 428 | onSucess: response => { 16:43:12 > 429 | console.log(response.data) 16:43:12 | ^ 16:43:12 430 | if(response.data.code){ 16:43:12 431 | this.searchCalendarList() 16:43:12 432 | this.searchCalendarListDay() 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:467:13: 16:43:12 465 | }, 16:43:12 466 | submit(){ 16:43:12 > 467 | console.log(this.formList.startTime) 16:43:12 | ^ 16:43:12 468 | console.log(typeof this.formList.startTime) 16:43:12 469 | console.log(this.formList) 16:43:12 470 | console.log(this.resultArr) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:468:13: 16:43:12 466 | submit(){ 16:43:12 467 | console.log(this.formList.startTime) 16:43:12 > 468 | console.log(typeof this.formList.startTime) 16:43:12 | ^ 16:43:12 469 | console.log(this.formList) 16:43:12 470 | console.log(this.resultArr) 16:43:12 471 | if(this.formList.endTime){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:469:13: 16:43:12 467 | console.log(this.formList.startTime) 16:43:12 468 | console.log(typeof this.formList.startTime) 16:43:12 > 469 | console.log(this.formList) 16:43:12 | ^ 16:43:12 470 | console.log(this.resultArr) 16:43:12 471 | if(this.formList.endTime){ 16:43:12 472 | if(this.formList.endTime<this.formList.startTime) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:470:13: 16:43:12 468 | console.log(typeof this.formList.startTime) 16:43:12 469 | console.log(this.formList) 16:43:12 > 470 | console.log(this.resultArr) 16:43:12 | ^ 16:43:12 471 | if(this.formList.endTime){ 16:43:12 472 | if(this.formList.endTime<this.formList.startTime) { 16:43:12 473 | this.$message({type:'warning',message:'结束时间不能小于开始时间'}) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:489:22: 16:43:12 487 | ParticipantName=ParticipantName.substring(0,ParticipantName.length-1) 16:43:12 488 | } 16:43:12 > 489 | console.log(participant) 16:43:12 | ^ 16:43:12 490 | let obj={ 16:43:12 491 | items:{ 16:43:12 492 | thescheduleofTheType:this.formList.thescheduleofTheType, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:509:33: 16:43:12 507 | this.$api.v3CalendarOkUpdateApi(obj,{ 16:43:12 508 | onSucess: response => { 16:43:12 > 509 | console.log(response.data) 16:43:12 | ^ 16:43:12 510 | if(response.data.code==0){ 16:43:12 511 | this.dialog=false 16:43:12 512 | this.$nextTick(function () { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:524:33: 16:43:12 522 | this.$api.v3CalendarOkApi(obj,{ 16:43:12 523 | onSucess: response => { 16:43:12 > 524 | console.log(response.data) 16:43:12 | ^ 16:43:12 525 | if(response.data.code==0){ 16:43:12 526 | this.dialog=false 16:43:12 527 | this.$nextTick(function () { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:551:13: 16:43:12 549 | }, 16:43:12 550 | filterMethod(val){//输入框过滤搜索 16:43:12 > 551 | console.log(val)//输入框关键词名称 16:43:12 | ^ 16:43:12 552 | this.params.keyword=val 16:43:12 553 | let obj2={domainId:localStorage.getItem("domainId")||''} 16:43:12 554 | this.$api.v3employeeTableListApi(this.params,obj2,{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:588:13: 16:43:12 586 | }, 16:43:12 587 | filterMethodParty(val){//输入框过滤搜索 16:43:12 > 588 | console.log(val)//输入框关键词名称 16:43:12 | ^ 16:43:12 589 | this.params2.keyword=val 16:43:12 590 | let obj2={domainId:localStorage.getItem("domainId")||''} 16:43:12 591 | this.$api.v3employeeTableListApi(this.params2,obj2,{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:613:13: 16:43:12 611 | this.resultArr=resultArr2 16:43:12 612 | this.resultArr=[...new Set(this.resultArr)] 16:43:12 > 613 | console.log(this.resultArr) 16:43:12 | ^ 16:43:12 614 | }, 16:43:12 615 | removetagParty(val){ 16:43:12 616 | console.log(val) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:616:13: 16:43:12 614 | }, 16:43:12 615 | removetagParty(val){ 16:43:12 > 616 | console.log(val) 16:43:12 | ^ 16:43:12 617 | this.resultArr.forEach(item=>{ 16:43:12 618 | if(item.id==val){ 16:43:12 619 | this.resultArr.splice(item,1) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:622:13: 16:43:12 620 | } 16:43:12 621 | }) 16:43:12 > 622 | console.log(this.resultArr) 16:43:12 | ^ 16:43:12 623 | }, 16:43:12 624 | uploadImg(e) { 16:43:12 625 | // alert(this.fileList.length) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:630:13: 16:43:12 628 | // return false 16:43:12 629 | // } 16:43:12 > 630 | console.log(e.file) 16:43:12 | ^ 16:43:12 631 | let fd=new FormData() 16:43:12 632 | fd.append("file",e.file) 16:43:12 633 | console.log(fd) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:633:13: 16:43:12 631 | let fd=new FormData() 16:43:12 632 | fd.append("file",e.file) 16:43:12 > 633 | console.log(fd) 16:43:12 | ^ 16:43:12 634 | this.$api.v3commonFileUploadApi(fd,{ 16:43:12 635 | onSucess: response => { 16:43:12 636 | console.log(response.data.data) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:636:21: 16:43:12 634 | this.$api.v3commonFileUploadApi(fd,{ 16:43:12 635 | onSucess: response => { 16:43:12 > 636 | console.log(response.data.data) 16:43:12 | ^ 16:43:12 637 | let obj={ 16:43:12 638 | name:e.file.name, 16:43:12 639 | path:response.data.data, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:656:12: 16:43:12 654 | }, 16:43:12 655 | handleRemove(file, fileList){ 16:43:12 > 656 | console.log(file) 16:43:12 | ^ 16:43:12 657 | this.fileList.forEach((item,index)=>{ 16:43:12 658 | if(item==file){ 16:43:12 659 | this.fileList.splice(index,1) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:700:11: 16:43:12 698 | }, 16:43:12 699 | onpreview(file){ 16:43:12 > 700 | console.log(file) 16:43:12 | ^ 16:43:12 701 | if(file.path.indexOf('http')==-1){ 16:43:12 702 | if(location.origin.indexOf('test')>-1){ 16:43:12 703 | window.open('/v3/shared'+file.path) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:727:29: 16:43:12 725 | this.$api.v3CanlendarDelApi(obj,{ 16:43:12 726 | onSucess: response => { 16:43:12 > 727 | console.log(response.data) 16:43:12 | ^ 16:43:12 728 | if(response.data.code){ 16:43:12 729 | this.searchCalendarList() 16:43:12 730 | this.searchCalendarListDay() 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:745:21: 16:43:12 743 | this.$api.v3CanlendarFinishStatusApi(obj,{ 16:43:12 744 | onSucess: response => { 16:43:12 > 745 | console.log(response.data) 16:43:12 | ^ 16:43:12 746 | if(response.data.code){ 16:43:12 747 | this.searchCalendarList() 16:43:12 748 | this.searchCalendarListDay() 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:766:25: 16:43:12 764 | if(response.data.code==0){ 16:43:12 765 | this.formList=response.data.datas[0] 16:43:12 > 766 | console.log(this.formList) 16:43:12 | ^ 16:43:12 767 | if(this.formList.item_starttime){ 16:43:12 768 | let date=new Date(this.formList.item_starttime.time) 16:43:12 769 | let year=date.getFullYear() 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:775:29: 16:43:12 773 | let mm=date.getMinutes()<10?'0'+date.getMinutes():date.getMinutes() 16:43:12 774 | let startTime=year+'-'+month+'-'+dates+' '+HH+':'+mm 16:43:12 > 775 | console.log(startTime) 16:43:12 | ^ 16:43:12 776 | console.log(typeof startTime) 16:43:12 777 | this.$set(this.formList,'startTime',startTime) 16:43:12 778 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:776:29: 16:43:12 774 | let startTime=year+'-'+month+'-'+dates+' '+HH+':'+mm 16:43:12 775 | console.log(startTime) 16:43:12 > 776 | console.log(typeof startTime) 16:43:12 | ^ 16:43:12 777 | this.$set(this.formList,'startTime',startTime) 16:43:12 778 | } 16:43:12 779 | if(this.formList.item_endtime){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:796:29: 16:43:12 794 | this.$set(this.formList,'executorName',this.formList.item_executorname) 16:43:12 795 | if(this.formList.item_participant){ 16:43:12 > 796 | console.log(this.formList.item_participant) 16:43:12 | ^ 16:43:12 797 | let participantStr=this.formList.item_participant.split(";") 16:43:12 798 | this.$set(this.formList,'participant',participantStr) 16:43:12 799 | this.$set(this.formList,'ParticipantName',this.formList.item_participantname) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:869:13: 16:43:12 867 | this.$set(item,'count',0) 16:43:12 868 | }) 16:43:12 > 869 | console.log(this.days) 16:43:12 | ^ 16:43:12 870 | }, 16:43:12 871 | pickPre(year, month){ 16:43:12 872 | // setDate(0); 上月最后一天 16:43:12 16:43:12 16:43:12 38 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/homeSecCockPit.vue:80:21: 16:43:12 78 | this.$api.v3manageCockPitListApi(data,{ 16:43:12 79 | onSucess: response => { 16:43:12 > 80 | console.log(response.data) 16:43:12 | ^ 16:43:12 81 | if(response.data.code==0){ 16:43:12 82 | let dataNums=response.data.data 16:43:12 83 | if(dataNums.length){ 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:55:9: 16:43:12 53 | }, 16:43:12 54 | created() { 16:43:12 > 55 | console.log(this.$root.user) 16:43:12 | ^ 16:43:12 56 | this.network = __network__ 16:43:12 57 | if(this.network){ 16:43:12 58 | this.getLocation(); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:107:24: 16:43:12 105 | if(response.data.data){ 16:43:12 106 | this.hiredDate=response.data.data.hiredDate 16:43:12 > 107 | console.log(this.hiredDate) 16:43:12 | ^ 16:43:12 108 | this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate()) 16:43:12 109 | } 16:43:12 110 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:121:23: 16:43:12 119 | onSucess: response => { 16:43:12 120 | if(response.data.data){ 16:43:12 > 121 | console.log(response.data.data) 16:43:12 | ^ 16:43:12 122 | if(response.data.data.datas.length){ 16:43:12 123 | this.getAnnouncementFirst=response.data.data.datas[0] 16:43:12 124 | }else{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:159:21: 16:43:12 157 | function onComplete (data) { 16:43:12 158 | // data是具体的定位信息 16:43:12 > 159 | console.log('定位成功信息:', data.addressComponent.city); 16:43:12 | ^ 16:43:12 160 | self.city = data.addressComponent.city; 16:43:12 161 | AMap.plugin('AMap.Weather', function() { 16:43:12 162 | console.log(self.city) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:162:25: 16:43:12 160 | self.city = data.addressComponent.city; 16:43:12 161 | AMap.plugin('AMap.Weather', function() { 16:43:12 > 162 | console.log(self.city) 16:43:12 | ^ 16:43:12 163 | var weather = new AMap.Weather(); 16:43:12 164 | weather.getLive(self.city, function(err, data) { 16:43:12 165 | if (!err) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:166:33: 16:43:12 164 | weather.getLive(self.city, function(err, data) { 16:43:12 165 | if (!err) { 16:43:12 > 166 | console.log(data) 16:43:12 | ^ 16:43:12 167 | self.cityInfo=data 16:43:12 168 | if(data.weather.indexOf('晴')>-1){ 16:43:12 169 | self.weatherImg=self.sun 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:200:21: 16:43:12 198 | function onError (data) { 16:43:12 199 | // 定位出错 16:43:12 > 200 | console.log('定位失败错误:', data); 16:43:12 | ^ 16:43:12 201 | self.city=''//定位失败隐藏 16:43:12 202 | // 调用IP定位 16:43:12 203 | self.getLngLatLocation(); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:213:21: 16:43:12 211 | if (status === 'complete' && result.info === 'OK') { 16:43:12 212 | // 查询成功,result即为当前所在城市信息 16:43:12 > 213 | console.log('通过ip获取当前城市:', result); 16:43:12 | ^ 16:43:12 214 | // 逆向地理编码 16:43:12 215 | AMap.plugin('AMap.Geocoder', function () { 16:43:12 216 | var geocoder = new AMap.Geocoder({ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:225:25: 16:43:12 223 | if (status === 'complete' && data.info === 'OK') { 16:43:12 224 | // result为对应的地理位置详细信息 16:43:12 > 225 | console.log(data); 16:43:12 | ^ 16:43:12 226 | } 16:43:12 227 | }); 16:43:12 228 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:246:20: 16:43:12 244 | // loading.close();//关闭加载 16:43:12 245 | // }); 16:43:12 > 246 | console.log(response.data.data.data) 16:43:12 | ^ 16:43:12 247 | if(response.data.data.data){ 16:43:12 248 | let Arry=[] 16:43:12 249 | response.data.data.data.forEach(item=>{ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:258:24: 16:43:12 256 | }) 16:43:12 257 | this.bannerArr=Arry 16:43:12 > 258 | console.log(this.bannerArr) 16:43:12 | ^ 16:43:12 259 | } 16:43:12 260 | } 16:43:12 261 | }) 16:43:12 16:43:12 16:43:12 11 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/main_content.vue:237:7: 16:43:12 235 | onTabClick: function(tab,index) { 16:43:12 236 | // debugger 16:43:12 > 237 | console.log(tab) 16:43:12 | ^ 16:43:12 238 | console.log(index) 16:43:12 239 | this.$emit("active-tab", tab,index); 16:43:12 240 | //点击tab标签左边菜单显示对应的应用--bcx新增功能 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/main_content.vue:238:7: 16:43:12 236 | // debugger 16:43:12 237 | console.log(tab) 16:43:12 > 238 | console.log(index) 16:43:12 | ^ 16:43:12 239 | this.$emit("active-tab", tab,index); 16:43:12 240 | //点击tab标签左边菜单显示对应的应用--bcx新增功能 16:43:12 241 | let appId=tab.appId 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/main_content.vue:255:9: 16:43:12 253 | this.$root.appid = appId; 16:43:12 254 | } 16:43:12 > 255 | console.log(tab) 16:43:12 | ^ 16:43:12 256 | this.setMaincontent(false) 16:43:12 257 | this.$parent.showApp=true 16:43:12 258 | this.$parent.showWait=false 16:43:12 16:43:12 16:43:12 3 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:157:7: 16:43:12 155 | defaultClickFirst(dataArr){ 16:43:12 156 | // debugger 16:43:12 > 157 | console.log(dataArr) 16:43:12 | ^ 16:43:12 158 | if(dataArr[0].children){ 16:43:12 159 | if(dataArr[0].children[0].children){ 16:43:12 160 | this.onMenuClick(dataArr[0].children[0].children[0]) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:165:11: 16:43:12 163 | } 16:43:12 164 | }else{ 16:43:12 > 165 | console.log(dataArr[0]) 16:43:12 | ^ 16:43:12 166 | this.onMenuClick(dataArr[0]) 16:43:12 167 | } 16:43:12 168 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:171:7: 16:43:12 169 | onMenuClick: function(menu) { 16:43:12 170 | // debugger 16:43:12 > 171 | console.log(menu) 16:43:12 | ^ 16:43:12 172 | this.currentMenuId = menu.id; 16:43:12 173 | if(menu.opentarget == "target") { 16:43:12 174 | let paramKey = ''; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:198:1: 16:43:12 196 | }); 16:43:12 197 | 16:43:12 > 198 | console.log(routeData,'routeDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteData'); 16:43:12 | ^ 16:43:12 199 | 16:43:12 200 | window.open(routeData.href, '_blank'); 16:43:12 201 | 16:43:12 16:43:12 16:43:12 4 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/main_pending.vue:605:9: 16:43:12 603 | activate() { 16:43:12 604 | if (this.backlogRight.length === 0) { 16:43:12 > 605 | console.log("--->0"); 16:43:12 | ^ 16:43:12 606 | } 16:43:12 607 | }, 16:43:12 608 | //点击左侧导航触发待办事项 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/main_processing.vue:248:7: 16:43:12 246 | }, 16:43:12 247 | isComplete() { 16:43:12 > 248 | console.log("isComplete---->",this.status); 16:43:12 | ^ 16:43:12 249 | let appId = this.openParams.appId ? this.openParams.appId : this.currentAppId; 16:43:12 250 | let params = { 16:43:12 251 | applicationId: appId, 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/main_read.vue:209:7: 16:43:12 207 | }, 16:43:12 208 | onRowClick(row, column, event ) { 16:43:12 > 209 | console.log("row--->",row.index); 16:43:12 | ^ 16:43:12 210 | 16:43:12 211 | let params = { 16:43:12 212 | appId: this.$root.appid, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/main_read.vue:351:9: 16:43:12 349 | activate() { 16:43:12 350 | if (this.backlogRight.length === 0) { 16:43:12 > 351 | console.log("--->0"); 16:43:12 | ^ 16:43:12 352 | } 16:43:12 353 | }, 16:43:12 354 | //点击左侧导航触发待办事项 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/main_unread.vue:211:7: 16:43:12 209 | }, 16:43:12 210 | onRowClick(row, column, event ) { 16:43:12 > 211 | console.log("row--->",row.index); 16:43:12 | ^ 16:43:12 212 | 16:43:12 213 | let params = { 16:43:12 214 | appId: this.$root.appid, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/main_unread.vue:353:9: 16:43:12 351 | activate() { 16:43:12 352 | if (this.backlogRight.length === 0) { 16:43:12 > 353 | console.log("--->0"); 16:43:12 | ^ 16:43:12 354 | } 16:43:12 355 | }, 16:43:12 356 | //点击左侧导航触发待办事项 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/map_arcGIS.vue:122:9: 16:43:12 120 | 16:43:12 121 | }, reason => { 16:43:12 > 122 | console.log (reason); 16:43:12 | ^ 16:43:12 123 | }) 16:43:12 124 | }, 16:43:12 125 | 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:49:5: 16:43:12 47 | created() { 16:43:12 48 | 16:43:12 > 49 | console.log(this.openParams,'openParams'); 16:43:12 | ^ 16:43:12 50 | 16:43:12 51 | // Function to check if the URL contains the specified domain and redirect 16:43:12 52 | function checkAndRedirect(v) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:84:11: 16:43:12 82 | if(mainFrame.contentDocument){//同源有contentDocument,监听iframe页面点击,鼠标,键盘事件 16:43:12 83 | mainFrame.contentDocument.onclick=function(){ 16:43:12 > 84 | console.log('点击同源iframe onclick页面') 16:43:12 | ^ 16:43:12 85 | that.$store.commit('SET_LASTTIME',new Date().getTime())//全局触发点击事件--获取最后一次时间 16:43:12 86 | } 16:43:12 87 | mainFrame.contentDocument.onkeyup=function(){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:88:11: 16:43:12 86 | } 16:43:12 87 | mainFrame.contentDocument.onkeyup=function(){ 16:43:12 > 88 | console.log('点击同源iframe onkeyup页面') 16:43:12 | ^ 16:43:12 89 | that.$store.commit('SET_LASTTIME',new Date().getTime())//全局触发点击事件--获取最后一次时间 16:43:12 90 | } 16:43:12 91 | mainFrame.contentDocument.onmousemove=function(){ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:92:11: 16:43:12 90 | } 16:43:12 91 | mainFrame.contentDocument.onmousemove=function(){ 16:43:12 > 92 | console.log('点击同源iframe onmousemove页面') 16:43:12 | ^ 16:43:12 93 | that.$store.commit('SET_LASTTIME',new Date().getTime())//全局触发点击事件--获取最后一次时间 16:43:12 94 | } 16:43:12 95 | window.addEventListener('message',function(obj){//接收监听子元素iframe发过来的信息 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:96:12: 16:43:12 94 | } 16:43:12 95 | window.addEventListener('message',function(obj){//接收监听子元素iframe发过来的信息 16:43:12 > 96 | console.log(obj) 16:43:12 | ^ 16:43:12 97 | if(obj.data){ 16:43:12 98 | let url=obj.data.url 16:43:12 99 | if(url&&url.indexOf('http')>-1){ 16:43:12 16:43:12 16:43:12 5 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_calctext.vue:47:7: 16:43:12 45 | methods: { 16:43:12 46 | setValue(value) { 16:43:12 > 47 | console.log(value) 16:43:12 | ^ 16:43:12 48 | if(value&&value.indexOf("pdfviewer.html") > -1) { 16:43:12 49 | let statiContextPath = obpmConfig.statiContextPath; 16:43:12 50 | if(statiContextPath) { //5.0 trunk 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_dept_select.vue:297:11: 16:43:12 295 | onSucess: (res) => { 16:43:12 296 | this.tableData = res.data.data; 16:43:12 > 297 | console.log(this.tableData); 16:43:12 | ^ 16:43:12 298 | }, 16:43:12 299 | }); 16:43:12 300 | }, 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:323:7: 16:43:12 321 | this.activeRightDept.push(key); 16:43:12 322 | } 16:43:12 > 323 | console.log("------------->", this.activeRightDept); 16:43:12 | ^ 16:43:12 324 | }, 16:43:12 325 | selectType(val) { 16:43:12 326 | if (val == "TORIGHT") { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:524:13: 16:43:12 522 | // name: "test123" 16:43:12 523 | // userCount: 21 16:43:12 > 524 | console.log("this.nodes--->", nodes); 16:43:12 | ^ 16:43:12 525 | resolve(nodes); 16:43:12 526 | }, 16:43:12 527 | }); 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:252:11: 16:43:12 250 | this.$api.templateDownload(name, path, { 16:43:12 251 | onSucess: (response) => { 16:43:12 > 252 | console.log("res--->", response); 16:43:12 | ^ 16:43:12 253 | let fileName = ""; 16:43:12 254 | let type = response.headers["content-type"]; 16:43:12 255 | if (response.headers["content-disposition"]) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:333:7: 16:43:12 331 | }, 16:43:12 332 | openKmDialog() { 16:43:12 > 333 | console.log("------------>", this.selectData); 16:43:12 | ^ 16:43:12 334 | this.dialogVisible = true; 16:43:12 335 | //fileName=&orderByfield=CREATE_DATE&orderMode=desc&pageNo=1&linesPerPage=10&_=1594349604925 16:43:12 336 | let params = { 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:387:9: 16:43:12 385 | listUp(index) { 16:43:12 386 | if (index == 0) { 16:43:12 > 387 | console.log("最顶部-->"); 16:43:12 | ^ 16:43:12 388 | } else { 16:43:12 389 | let arr = this.field.value; 16:43:12 390 | arr[index] = arr.splice(index - 1, 1, arr[index])[0]; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:397:9: 16:43:12 395 | listDown(index) { 16:43:12 396 | if (index == this.field.value.length - 1) { 16:43:12 > 397 | console.log("最底部-->"); 16:43:12 | ^ 16:43:12 398 | } else { 16:43:12 399 | let arr = this.field.value; 16:43:12 400 | arr[index] = arr.splice(index + 1, 1, arr[index])[0]; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:419:4: 16:43:12 417 | 16:43:12 418 | uploadImg(e){ 16:43:12 > 419 | console.log(e.file) 16:43:12 | ^ 16:43:12 420 | //obs文件上传start 16:43:12 421 | if(__network__){ 16:43:12 422 | this.obsFile(e)//obs文件上传 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:668:5: 16:43:12 666 | } 16:43:12 667 | link.href = op + "/runtime/file/download?filename=" + encodeURI(file.name) + "&filepath=" + file.path+'&v='+new Date().getTime(); 16:43:12 > 668 | console.log(link.href) 16:43:12 | ^ 16:43:12 669 | link.setAttribute('download', file.name); 16:43:12 670 | link.click(); 16:43:12 671 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:676:6: 16:43:12 674 | handleExceed(files, fileList) { //文件超出个数限制时的钩子 16:43:12 675 | if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传 16:43:12 > 676 | console.log(files[0]) 16:43:12 | ^ 16:43:12 677 | files[0].uid=new Date().getTime() 16:43:12 678 | this.field.value=[] 16:43:12 679 | let e={file:files[0]} 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:850:4: 16:43:12 848 | }) 16:43:12 849 | form.get('files') 16:43:12 > 850 | console.log(form.get('files')) 16:43:12 | ^ 16:43:12 851 | e.file=form.get('files') 16:43:12 852 | //去掉文件名称空格end 16:43:12 853 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:876:5: 16:43:12 874 | SourceFile:e.file //获取file文件 16:43:12 875 | }).then(function(result) { 16:43:12 > 876 | console.log(result) 16:43:12 | ^ 16:43:12 877 | 16:43:12 878 | if(result.CommonMsg.Status < 300){ 16:43:12 879 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:880:6: 16:43:12 878 | if(result.CommonMsg.Status < 300){ 16:43:12 879 | 16:43:12 > 880 | console.log('Create object:' + objectKey + ' successfully!\n'); 16:43:12 | ^ 16:43:12 881 | var httpurl=`https://${BucketName}.${urlserver}/${objectKey}` 16:43:12 882 | 16:43:12 883 | // let ob = {}; 16:43:12 16:43:12 16:43:12 8 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:310:4: 16:43:12 308 | } 16:43:12 309 | 16:43:12 > 310 | console.log("formData.value-->",formData.value) 16:43:12 | ^ 16:43:12 311 | 16:43:12 312 | 16:43:12 313 | if(formData.value && formData.value.length > 0) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:463:4: 16:43:12 461 | 16:43:12 462 | uploadSuccess(response, file, fileList) { 16:43:12 > 463 | console.log(file); 16:43:12 | ^ 16:43:12 464 | console.log(fileList); 16:43:12 465 | let obj = { 16:43:12 466 | name: response.data[0].fileName, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:464:4: 16:43:12 462 | uploadSuccess(response, file, fileList) { 16:43:12 463 | console.log(file); 16:43:12 > 464 | console.log(fileList); 16:43:12 | ^ 16:43:12 465 | let obj = { 16:43:12 466 | name: response.data[0].fileName, 16:43:12 467 | path: response.data[0].filePath, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:569:4: 16:43:12 567 | 16:43:12 568 | handleRemove(file, fileList) { 16:43:12 > 569 | console.log("file--->",file); 16:43:12 | ^ 16:43:12 570 | console.log(fileList); 16:43:12 571 | let appId = this.$root.appid; 16:43:12 572 | let formId = this.field.formId; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:570:4: 16:43:12 568 | handleRemove(file, fileList) { 16:43:12 569 | console.log("file--->",file); 16:43:12 > 570 | console.log(fileList); 16:43:12 | ^ 16:43:12 571 | let appId = this.$root.appid; 16:43:12 572 | let formId = this.field.formId; 16:43:12 573 | let docId = this.field.docId; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:584:7: 16:43:12 582 | } 16:43:12 583 | } 16:43:12 > 584 | console.log("this.field.value--->",this.field.value); 16:43:12 | ^ 16:43:12 585 | } 16:43:12 586 | if (this.field.refreshOnChanged){ 16:43:12 587 | // this.$parent.refresh(this.field.id); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:696:9: 16:43:12 694 | 16:43:12 695 | obsFile(e){//obs文件上传 16:43:12 > 696 | console.log(e) 16:43:12 | ^ 16:43:12 697 | //去掉文件名称空格start 16:43:12 698 | let form = new FormData(); 16:43:12 699 | form.append("files", e.file); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:706:4: 16:43:12 704 | }) 16:43:12 705 | form.get('files') 16:43:12 > 706 | console.log(form.get('files')) 16:43:12 | ^ 16:43:12 707 | e.file=form.get('files') 16:43:12 708 | //去掉文件名称空格end 16:43:12 709 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:732:5: 16:43:12 730 | SourceFile:e.file //获取file文件 16:43:12 731 | }).then(function(result) { 16:43:12 > 732 | console.log(result) 16:43:12 | ^ 16:43:12 733 | 16:43:12 734 | if(result.CommonMsg.Status < 300){ 16:43:12 735 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:736:6: 16:43:12 734 | if(result.CommonMsg.Status < 300){ 16:43:12 735 | 16:43:12 > 736 | console.log('Create object:' + objectKey + ' successfully!\n'); 16:43:12 | ^ 16:43:12 737 | var httpurl=`https://${BucketName}.${urlserver}/${objectKey}` 16:43:12 738 | 16:43:12 739 | // let ob = {}; 16:43:12 16:43:12 16:43:12 10 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_input.vue:189:12: 16:43:12 187 | window.addEventListener('message',function(e){ 16:43:12 188 | // console.log('formData.id',formData.id) 16:43:12 > 189 | console.log('e.data',e.data) 16:43:12 | ^ 16:43:12 190 | if(formData.id.indexOf('attendanceSiteLongitude')>-1){ 16:43:12 191 | formData.value=e.data.longitude 16:43:12 192 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_input.vue:234:9: 16:43:12 232 | handler:function(newV,oldV){ 16:43:12 233 | this.value = newV 16:43:12 > 234 | console.log('this.value',this.value) 16:43:12 | ^ 16:43:12 235 | let field = this.field 16:43:12 236 | if (field.refreshOnChanged) {//判断是否需要刷新 16:43:12 237 | if(field.refreshMode == 1) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_input.vue:326:11: 16:43:12 324 | sub = arr[i].split("="); 16:43:12 325 | sub = sub[0].split(":"); 16:43:12 > 326 | console.log(sub[1]); 16:43:12 | ^ 16:43:12 327 | 16:43:12 328 | key = sub[0]; 16:43:12 329 | value = sub[1]; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_input.vue:484:16: 16:43:12 482 | let index=fieldStyle.lastIndexOf("width:") + 6 16:43:12 483 | fieldStyle=fieldStyle.slice(index) 16:43:12 > 484 | console.log(fieldStyle,1) 16:43:12 | ^ 16:43:12 485 | if(fieldStyle.indexOf("%")!==-1){ 16:43:12 486 | index=fieldStyle.indexOf("%") 16:43:12 487 | fieldStyle=fieldStyle.slice(0,index) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_input.vue:488:21: 16:43:12 486 | index=fieldStyle.indexOf("%") 16:43:12 487 | fieldStyle=fieldStyle.slice(0,index) 16:43:12 > 488 | console.log(fieldStyle,2) 16:43:12 | ^ 16:43:12 489 | if(fieldStyle.length<=3){ 16:43:12 490 | console.log(fieldStyle,3) 16:43:12 491 | fieldStyle=parseFloat(fieldStyle) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_input.vue:490:19: 16:43:12 488 | console.log(fieldStyle,2) 16:43:12 489 | if(fieldStyle.length<=3){ 16:43:12 > 490 | console.log(fieldStyle,3) 16:43:12 | ^ 16:43:12 491 | fieldStyle=parseFloat(fieldStyle) 16:43:12 492 | 16:43:12 493 | this.$refs.inputWrap.style.width="100%" 16:43:12 16:43:12 16:43:12 6 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_map.vue:471:7: 16:43:12 469 | 16:43:12 470 | handler({ BMap, map }) { 16:43:12 > 471 | console.log({ BMap, map }); 16:43:12 | ^ 16:43:12 472 | this.center.lng = 116.404; 16:43:12 473 | this.center.lat = 39.915; 16:43:12 474 | this.zoom = 3; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_map.vue:478:7: 16:43:12 476 | 16:43:12 477 | zoomEnd(e) { 16:43:12 > 478 | console.log(e); 16:43:12 | ^ 16:43:12 479 | this.zoom = e.target.getZoom(); 16:43:12 480 | }, 16:43:12 481 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_map.vue:492:7: 16:43:12 490 | this.zoom = 19; 16:43:12 491 | } 16:43:12 > 492 | console.log(this.zoom); 16:43:12 | ^ 16:43:12 493 | }, 16:43:12 494 | 16:43:12 495 | //右键$t('shrink') 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_map.vue:599:7: 16:43:12 597 | 16:43:12 598 | changeLAL() { 16:43:12 > 599 | console.log("经纬度改变了"); 16:43:12 | ^ 16:43:12 600 | let that = this; 16:43:12 601 | if (this.currentLongitude && this.currentLatitude) { 16:43:12 602 | (this.center = { 16:43:12 16:43:12 16:43:12 4 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_photo.vue:156:11: 16:43:12 154 | }) 16:43:12 155 | .catch((error) => { 16:43:12 > 156 | console.error("摄像头开启失败,请检查摄像头是否可用!"); 16:43:12 | ^ 16:43:12 157 | console.log(error); 16:43:12 158 | }); 16:43:12 159 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_photo.vue:157:11: 16:43:12 155 | .catch((error) => { 16:43:12 156 | console.error("摄像头开启失败,请检查摄像头是否可用!"); 16:43:12 > 157 | console.log(error); 16:43:12 | ^ 16:43:12 158 | }); 16:43:12 159 | }, 16:43:12 160 | // 拍照 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_photo.vue:167:7: 16:43:12 165 | // 转base64格式、图片格式转换、图片质量压缩 16:43:12 166 | let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7); 16:43:12 > 167 | console.log("拍的图片-->"); 16:43:12 | ^ 16:43:12 168 | console.log(imgBase64); 16:43:12 169 | this.savePhoto = imgBase64; 16:43:12 170 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_photo.vue:168:7: 16:43:12 166 | let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7); 16:43:12 167 | console.log("拍的图片-->"); 16:43:12 > 168 | console.log(imgBase64); 16:43:12 | ^ 16:43:12 169 | this.savePhoto = imgBase64; 16:43:12 170 | }, 16:43:12 171 | // 关闭摄像头 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_photo.vue:180:7: 16:43:12 178 | }); 16:43:12 179 | this.$refs["video"].srcObject = null; 16:43:12 > 180 | console.log("关闭了"); 16:43:12 | ^ 16:43:12 181 | }, 16:43:12 182 | showDialog() { 16:43:12 183 | var explorer = window.navigator.userAgent; 16:43:12 16:43:12 16:43:12 5 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_reminder_history.vue:250:7: 16:43:12 248 | methods: { 16:43:12 249 | getFlowHistory(){ 16:43:12 > 250 | console.log("this.fleld---->",this.field); 16:43:12 | ^ 16:43:12 251 | let appId = this.$root.appid 16:43:12 252 | let docId = this.field.docId; 16:43:12 253 | this.$api.getRemindHistorys( 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:606:11: 16:43:12 604 | onSucess: (res) => { 16:43:12 605 | this.tableData = res.data.data; 16:43:12 > 606 | console.log(this.tableData); 16:43:12 | ^ 16:43:12 607 | }, 16:43:12 608 | }); 16:43:12 609 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:715:7: 16:43:12 713 | this.selectedUsers = arrID; 16:43:12 714 | this.selectedUsersList = arr; 16:43:12 > 715 | console.log("this.selectedUsersList---->", this.selectedUsersList); 16:43:12 | ^ 16:43:12 716 | }, 16:43:12 717 | 16:43:12 718 | /** 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:831:7: 16:43:12 829 | //加载更多在线用户 16:43:12 830 | onlinesLoadingMore() { 16:43:12 > 831 | console.log(111); 16:43:12 | ^ 16:43:12 832 | this.loadingIcon = true; 16:43:12 833 | let pageSize = 10; 16:43:12 834 | API.getOnlines(this.onlinesPage++, pageSize, { 16:43:12 16:43:12 16:43:12 3 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/obpm_open_container.vue:82:5: 16:43:12 80 | created() { 16:43:12 81 | let op = this.openParams; 16:43:12 > 82 | console.log(this.openParams) 16:43:12 | ^ 16:43:12 83 | this.doAction(op); 16:43:12 84 | }, 16:43:12 85 | mounted() { 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/platAd.vue:106:12: 16:43:12 104 | value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开 16:43:12 105 | } 16:43:12 > 106 | console.log(value) 16:43:12 | ^ 16:43:12 107 | return value 16:43:12 108 | }, 16:43:12 109 | // 取消 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/platAdPop.vue:114:12: 16:43:12 112 | value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开 16:43:12 113 | } 16:43:12 > 114 | console.log(value) 16:43:12 | ^ 16:43:12 115 | return value 16:43:12 116 | }, 16:43:12 117 | cancle() {// 取消 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/pop.vue:68:7: 16:43:12 66 | this.formList = newRowData; //拷贝一份存储对象引用不同地址 16:43:12 67 | this.OperType = type; 16:43:12 > 68 | console.log(this.formList.parentId) 16:43:12 | ^ 16:43:12 69 | if (this.OperType == 0) { 16:43:12 70 | this.title = this.agreementTitle; 16:43:12 71 | 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/print_view.vue:55:5: 16:43:12 53 | } 16:43:12 54 | } 16:43:12 > 55 | console.log("--->",this.$route.query) 16:43:12 | ^ 16:43:12 56 | }, 16:43:12 57 | mounted() { 16:43:12 58 | this.getViewData(); 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/profile.vue:554:11: 16:43:12 552 | } 16:43:12 553 | 16:43:12 > 554 | console.log("arr---->", arr); 16:43:12 | ^ 16:43:12 555 | this.flowData = arr; 16:43:12 556 | this.$nextTick(() => { 16:43:12 557 | for (let i = 0; i < arr.length; i++) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/profile.vue:881:11: 16:43:12 879 | }); 16:43:12 880 | this.process = newData; 16:43:12 > 881 | console.log("this.process--->", this.process); 16:43:12 | ^ 16:43:12 882 | }, 16:43:12 883 | }); 16:43:12 884 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/profile.vue:954:11: 16:43:12 952 | } 16:43:12 953 | } 16:43:12 > 954 | console.log("arr---->", arr); 16:43:12 | ^ 16:43:12 955 | this.flowData = arr; 16:43:12 956 | }, 16:43:12 957 | }); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/profile.vue:1048:7: 16:43:12 1046 | checkedMobile() { 16:43:12 1047 | var phoneReg = /^1\d{10}$/; 16:43:12 > 1048 | console.log( 16:43:12 | ^ 16:43:12 1049 | !phoneReg.test(this.information.mobile) && !this.information.mobile 16:43:12 1050 | ); 16:43:12 1051 | console.log(this.information.mobile); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/profile.vue:1051:7: 16:43:12 1049 | !phoneReg.test(this.information.mobile) && !this.information.mobile 16:43:12 1050 | ); 16:43:12 > 1051 | console.log(this.information.mobile); 16:43:12 | ^ 16:43:12 1052 | if ( 16:43:12 1053 | !phoneReg.test(this.information.mobile) && 16:43:12 1054 | this.information.mobile !== "" && 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/profile.vue:1178:13: 16:43:12 1176 | }, 16:43:12 1177 | onError: (error) => { 16:43:12 > 1178 | console.log(error); 16:43:12 | ^ 16:43:12 1179 | }, 16:43:12 1180 | } 16:43:12 1181 | ); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/profile.vue:1296:11: 16:43:12 1294 | }); 16:43:12 1295 | this.process = newData; 16:43:12 > 1296 | console.log("this.process--->", this.process); 16:43:12 | ^ 16:43:12 1297 | }, 16:43:12 1298 | }); 16:43:12 1299 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/profile.vue:1332:11: 16:43:12 1330 | }); 16:43:12 1331 | this.process = newData; 16:43:12 > 1332 | console.log("this.process--->", this.process); 16:43:12 | ^ 16:43:12 1333 | }, 16:43:12 1334 | }); 16:43:12 1335 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/profile.vue:1433:13: 16:43:12 1431 | }, 16:43:12 1432 | onError: (error) => { 16:43:12 > 1433 | console.log(error); 16:43:12 | ^ 16:43:12 1434 | }, 16:43:12 1435 | } 16:43:12 1436 | ); 16:43:12 16:43:12 16:43:12 9 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:26:7: 16:43:12 24 | this.employeeId = localStorage.getItem('employeeId'); 16:43:12 25 | this.organizationsId = localStorage.getItem('domainId'); 16:43:12 > 26 | console.info('href', window.location.href); 16:43:12 | ^ 16:43:12 27 | let domainUrl = window.location.href.split('/')[2]; 16:43:12 28 | console.info('domain url', domainUrl); 16:43:12 29 | // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:28:7: 16:43:12 26 | console.info('href', window.location.href); 16:43:12 27 | let domainUrl = window.location.href.split('/')[2]; 16:43:12 > 28 | console.info('domain url', domainUrl); 16:43:12 | ^ 16:43:12 29 | // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`; 16:43:12 30 | this.inviteUrl = `https://${domainUrl}/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`; 16:43:12 31 | this.showDialog = newVal; 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/report.vue:152:7: 16:43:12 150 | setImgUrl(id) { 16:43:12 151 | let imgLists = document.getElementById(id).getElementsByTagName("img"); 16:43:12 > 152 | console.log("imgLists-->", imgLists); 16:43:12 | ^ 16:43:12 153 | let src = ""; 16:43:12 154 | for (let i = 0; i < imgLists.length; i++) { 16:43:12 155 | let imgName = imgLists[i].src.split("/"); 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/service.vue:143:29: 16:43:12 141 | Arry.sort((a,b)=>{return Number(a.sort)-Number(b.sort)}) 16:43:12 142 | this.appMarketServiceArry=Arry 16:43:12 > 143 | console.log(this.appMarketServiceArry) 16:43:12 | ^ 16:43:12 144 | } 16:43:12 145 | } 16:43:12 146 | } 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/view_blank.vue:79:7: 16:43:12 77 | contentType: function() { 16:43:12 78 | 16:43:12 > 79 | console.log(this.params,"this.__________________________"); 16:43:12 | ^ 16:43:12 80 | let compName; 16:43:12 81 | switch (this.params.linkType) { 16:43:12 82 | case "00": 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:1965:7: 16:43:12 1963 | } 16:43:12 1964 | this.currentDocIds = docIds; 16:43:12 > 1965 | console.log("docIds--->",docIds); 16:43:12 | ^ 16:43:12 1966 | }, 16:43:12 1967 | 16:43:12 1968 | getShowListData(page, size, searchData, startTime, endTime,) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:2133:15: 16:43:12 2131 | onSucess: response => { 16:43:12 2132 | let viewData = response.data; 16:43:12 > 2133 | console.log("viewData-------->",viewData) 16:43:12 | ^ 16:43:12 2134 | resolve(viewData); 16:43:12 2135 | } 16:43:12 2136 | } 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/view_cardview.vue:126:11: 16:43:12 124 | this.loading = false; 16:43:12 125 | this.CardData = tds; 16:43:12 > 126 | console.log("this.tableData---->", this.CardData); 16:43:12 | ^ 16:43:12 127 | } 16:43:12 128 | }); 16:43:12 129 | }, 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:300:9: 16:43:12 298 | }) 16:43:12 299 | if (hasSelect) { 16:43:12 > 300 | console.log(selection) 16:43:12 | ^ 16:43:12 301 | console.log(row) 16:43:12 302 | this.$nextTick(() => { 16:43:12 303 | this.$refs.multipleTable.toggleRowSelection(row,true); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:301:9: 16:43:12 299 | if (hasSelect) { 16:43:12 300 | console.log(selection) 16:43:12 > 301 | console.log(row) 16:43:12 | ^ 16:43:12 302 | this.$nextTick(() => { 16:43:12 303 | this.$refs.multipleTable.toggleRowSelection(row,true); 16:43:12 304 | }) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:565:23: 16:43:12 563 | tds.push(rows); 16:43:12 564 | }); 16:43:12 > 565 | console.log(tds) 16:43:12 | ^ 16:43:12 566 | resolve(tds); 16:43:12 567 | } 16:43:12 568 | } 16:43:12 16:43:12 16:43:12 error: Duplicated key 'reloadListView' (vue/no-dupe-keys) at src/components/view_collapsibleview.vue:583:5: 16:43:12 581 | }, 16:43:12 582 | 16:43:12 > 583 | reloadListView(){ 16:43:12 | ^ 16:43:12 584 | this.getData(this.currentPage); 16:43:12 585 | }, 16:43:12 586 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:618:7: 16:43:12 616 | docIds = []; 16:43:12 617 | } 16:43:12 > 618 | console.log(docIds) 16:43:12 | ^ 16:43:12 619 | this.$emit("getDocIds",docIds); 16:43:12 620 | }, 16:43:12 621 | 16:43:12 16:43:12 16:43:12 5 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:460:7: 16:43:12 458 | init(isCloseDialog) { 16:43:12 459 | // debugger 16:43:12 > 460 | console.log(this.jumpParams); 16:43:12 | ^ 16:43:12 461 | let op = this.openParams; 16:43:12 462 | let exparams = {}; 16:43:12 463 | if (op.exparams) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:676:7: 16:43:12 674 | //包含元素弹出层和当前页打开都是使用这个刷新 16:43:12 675 | closeDialog(isSave) { 16:43:12 > 676 | console.log(this.viewType) 16:43:12 | ^ 16:43:12 677 | this.$refs.delegate.reloadListView(); 16:43:12 678 | if (!isSave) { 16:43:12 679 | this.dialogVisible = false; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:724:9: 16:43:12 722 | } 16:43:12 723 | if ((st && st == "tab") || (st && st == "include")) { 16:43:12 > 724 | console.log(exparams); 16:43:12 | ^ 16:43:12 725 | console.log(5455); 16:43:12 726 | //如果是控件选项卡 16:43:12 727 | exparams.parentId = op.parentId; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:725:9: 16:43:12 723 | if ((st && st == "tab") || (st && st == "include")) { 16:43:12 724 | console.log(exparams); 16:43:12 > 725 | console.log(5455); 16:43:12 | ^ 16:43:12 726 | //如果是控件选项卡 16:43:12 727 | exparams.parentId = op.parentId; 16:43:12 728 | exparams.isRelate = op.isRelate; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:730:7: 16:43:12 728 | exparams.isRelate = op.isRelate; 16:43:12 729 | } 16:43:12 > 730 | console.info('delegate 1', appId); 16:43:12 | ^ 16:43:12 731 | this.$api.getViewTemplate(appId, viewId, exparams, { 16:43:12 732 | onSucess: (response) => { 16:43:12 733 | // alert(88) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:736:11: 16:43:12 734 | this.loading = true; 16:43:12 735 | 16:43:12 > 736 | console.info('response', response); 16:43:12 | ^ 16:43:12 737 | if (response.data.data) { 16:43:12 738 | if (!response.data.data.activities) { 16:43:12 739 | //后台配置的视图操作按钮为0 16:43:12 16:43:12 16:43:12 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:1519:19: 16:43:12 1517 | break; 16:43:12 1518 | case 16: //导出excel 16:43:12 > 1519 | debugger 16:43:12 | ^ 16:43:12 1520 | this.isBlockClick = false; 16:43:12 1521 | this.currentClickBtnAct = act; 16:43:12 1522 | let excelColumns = []; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1525:19: 16:43:12 1523 | let columns = this.copyColumns; 16:43:12 1524 | let selectAll = []; 16:43:12 > 1525 | console.log(columns) 16:43:12 | ^ 16:43:12 1526 | for (let i = 0; i < columns.length; i++) { 16:43:12 1527 | if (columns[i].visible4ExpExcel) { 16:43:12 1528 | excelColumns.push(columns[i]); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1775:13: 16:43:12 1773 | if (res.data.errcode === 0) { 16:43:12 1774 | let url = res.data.data.content; 16:43:12 > 1775 | console.log(url); 16:43:12 | ^ 16:43:12 1776 | let queryString = act.dispatcherParams; 16:43:12 1777 | let isForm = url.search("form.html") != -1; //兼容good的url的写法(后期改) 16:43:12 1778 | let isView = url.search("view.html") != -1; //兼容good的url的写法(后期改) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1796:13: 16:43:12 1794 | let isExternalLink = false; 16:43:12 1795 | 16:43:12 > 1796 | console.log("编辑流程"); 16:43:12 | ^ 16:43:12 1797 | console.log(url); 16:43:12 1798 | if (url && url.indexOf("processHtmlTem.html") > -1) { 16:43:12 1799 | API.softwareApplication(this.openParams.appId, { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1797:13: 16:43:12 1795 | 16:43:12 1796 | console.log("编辑流程"); 16:43:12 > 1797 | console.log(url); 16:43:12 | ^ 16:43:12 1798 | if (url && url.indexOf("processHtmlTem.html") > -1) { 16:43:12 1799 | API.softwareApplication(this.openParams.appId, { 16:43:12 1800 | onSucess: (res) => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1881:21: 16:43:12 1879 | if (isOpenCurrentSoftwareData) { 16:43:12 1880 | let formParams = ""; 16:43:12 > 1881 | console.log(obj); 16:43:12 | ^ 16:43:12 1882 | for (let key in obj) { 16:43:12 1883 | if ( 16:43:12 1884 | key != "name" && 16:43:12 16:43:12 16:43:12 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2272:9: 16:43:12 2270 | } 16:43:12 2271 | } 16:43:12 > 2272 | debugger 16:43:12 | ^ 16:43:12 2273 | console.log(view) 16:43:12 2274 | if (view.searchFormId != undefined) { 16:43:12 2275 | //高级查询 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2273:9: 16:43:12 2271 | } 16:43:12 2272 | debugger 16:43:12 > 2273 | console.log(view) 16:43:12 | ^ 16:43:12 2274 | if (view.searchFormId != undefined) { 16:43:12 2275 | //高级查询 16:43:12 2276 | let sfd = this.$refs.delegate.getSearchformBuildData(); 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2277:11: 16:43:12 2275 | //高级查询 16:43:12 2276 | let sfd = this.$refs.delegate.getSearchformBuildData(); 16:43:12 > 2277 | console.log('sfd', sfd) 16:43:12 | ^ 16:43:12 2278 | console.log('sd', sd) 16:43:12 2279 | sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd 16:43:12 2280 | obj.items = sd; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2278:11: 16:43:12 2276 | let sfd = this.$refs.delegate.getSearchformBuildData(); 16:43:12 2277 | console.log('sfd', sfd) 16:43:12 > 2278 | console.log('sd', sd) 16:43:12 | ^ 16:43:12 2279 | sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd 16:43:12 2280 | obj.items = sd; 16:43:12 2281 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2302:17: 16:43:12 2300 | window.clearInterval(this.task); 16:43:12 2301 | } 16:43:12 > 2302 | console.log(excelRowCount); 16:43:12 | ^ 16:43:12 2303 | if (excelRowCount == 10000) { 16:43:12 2304 | process = 100; 16:43:12 2305 | this.$message({ 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2385:7: 16:43:12 2383 | 16:43:12 2384 | onAction(act) { 16:43:12 > 2385 | console.log(act); 16:43:12 | ^ 16:43:12 2386 | //绑定视图的处理事件 16:43:12 2387 | let actId = act.id; 16:43:12 2388 | let activityType = act.type; 16:43:12 16:43:12 16:43:12 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2668:7: 16:43:12 2666 | formData = { ...formData, ...this.$route.query }; 16:43:12 2667 | } 16:43:12 > 2668 | debugger 16:43:12 | ^ 16:43:12 2669 | let divId = act.id; 16:43:12 2670 | let actType = act.type; 16:43:12 2671 | 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2810:19: 16:43:12 2808 | let columns = this.copyColumns; 16:43:12 2809 | let selectAll = []; 16:43:12 > 2810 | console.log(columns) 16:43:12 | ^ 16:43:12 2811 | for (let i = 0; i < columns.length; i++) { 16:43:12 2812 | if (columns[i].visible4ExpExcel) { 16:43:12 2813 | excelColumns.push(columns[i]); 16:43:12 16:43:12 16:43:12 20 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/view_gantt.vue:370:9: 16:43:12 368 | } 16:43:12 369 | } 16:43:12 > 370 | console.log("maxTime-->",maxTime,minTime) 16:43:12 | ^ 16:43:12 371 | let monthBetweenNum = this.getMonthBetween(minTime, maxTime); 16:43:12 372 | 16:43:12 373 | this.monthBetweenHeadNum = JSON.parse(JSON.stringify(monthBetweenNum)); 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:275:11: 16:43:12 273 | ls.search(currentLocation); 16:43:12 274 | ls.setSearchCompleteCallback(function (rs) { 16:43:12 > 275 | console.log(rs); 16:43:12 | ^ 16:43:12 276 | if (rs.Hr) { 16:43:12 277 | let point = rs.Hr[0].point; 16:43:12 278 | that.center = { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:285:9: 16:43:12 283 | }); 16:43:12 284 | 16:43:12 > 285 | console.log( 16:43:12 | ^ 16:43:12 286 | this.openParams.appId, 16:43:12 287 | this.view.id, 16:43:12 288 | "_____________________" 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:303:15: 16:43:12 301 | // let myGeo = new BMap.Geocoder(); 16:43:12 302 | let view = this.view; 16:43:12 > 303 | console.log( 16:43:12 | ^ 16:43:12 304 | view, 16:43:12 305 | viewData, 16:43:12 306 | "###################################" 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:331:17: 16:43:12 329 | } 16:43:12 330 | } catch (error) { 16:43:12 > 331 | console.log(error); 16:43:12 | ^ 16:43:12 332 | } 16:43:12 333 | 16:43:12 334 | this.viewDataList = viewData; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:465:7: 16:43:12 463 | }, 16:43:12 464 | zoomEnd(e) { 16:43:12 > 465 | console.log(e); 16:43:12 | ^ 16:43:12 466 | this.zoom = e.target.getZoom(); 16:43:12 467 | }, 16:43:12 468 | //右键放大 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:478:7: 16:43:12 476 | this.zoom = 19; 16:43:12 477 | } 16:43:12 > 478 | console.log(this.zoom); 16:43:12 | ^ 16:43:12 479 | }, 16:43:12 480 | //右键缩小 16:43:12 481 | reduceMap(e) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:499:7: 16:43:12 497 | //有问题,隐藏 16:43:12 498 | this.markerHidden = false; 16:43:12 > 499 | console.log(BMap); 16:43:12 | ^ 16:43:12 500 | console.log(map); 16:43:12 501 | }, 16:43:12 502 | infoWindowClose() { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:500:7: 16:43:12 498 | this.markerHidden = false; 16:43:12 499 | console.log(BMap); 16:43:12 > 500 | console.log(map); 16:43:12 | ^ 16:43:12 501 | }, 16:43:12 502 | infoWindowClose() { 16:43:12 503 | this.currentShowId = ""; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:530:7: 16:43:12 528 | searchBox(e) { 16:43:12 529 | this.isActive = !this.isActive; 16:43:12 > 530 | console.log(e); 16:43:12 | ^ 16:43:12 531 | }, 16:43:12 532 | Delete(id) { 16:43:12 533 | let that = this; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:534:7: 16:43:12 532 | Delete(id) { 16:43:12 533 | let that = this; 16:43:12 > 534 | console.log("删除", id); 16:43:12 | ^ 16:43:12 535 | let arr = []; 16:43:12 536 | arr.push(id); 16:43:12 537 | this.$api.batchRemoveDocuments(this.openParams.appId, arr, { 16:43:12 16:43:12 16:43:12 10 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/components/view_treeview.vue:716:17: 16:43:12 714 | }); 16:43:12 715 | this.arrNodes = nodes 16:43:12 > 716 | console.log("this.arrNodes-1--->",this.arrNodes) 16:43:12 | ^ 16:43:12 717 | resolve(this.arrNodes); 16:43:12 718 | if(this.arrNodes.length){//展开第一个节点的二级菜单 16:43:12 719 | this.arrNodes.forEach((item,index)=>{ 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/expandedComponents/view_multi_level_column.vue:307:9: 16:43:12 305 | initialIndex: i, 16:43:12 306 | }; 16:43:12 > 307 | console.log("params--2->",params) 16:43:12 | ^ 16:43:12 308 | this.$parent.setDialogStatus(params); 16:43:12 309 | } 16:43:12 310 | }, 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/views/Main.vue:423:11: 16:43:12 421 | }, 16:43:12 422 | onError: (error) => { 16:43:12 > 423 | console.log(error); 16:43:12 | ^ 16:43:12 424 | }, 16:43:12 425 | }); 16:43:12 426 | }, 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/views/main_pending.vue:677:9: 16:43:12 675 | activate() { 16:43:12 676 | if (this.backlogRight.length === 0) { 16:43:12 > 677 | console.log("--->0"); 16:43:12 | ^ 16:43:12 678 | } 16:43:12 679 | }, 16:43:12 680 | //点击左侧导航触发待办事项 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected console statement (no-console) at src/views/mixin_LockScreen.vue:60:29: 16:43:12 58 | { 16:43:12 59 | onSucess: res => { 16:43:12 > 60 | console.log(res) 16:43:12 | ^ 16:43:12 61 | if (res == undefined) { 16:43:12 62 | that.isPasswordError = 'true'; 16:43:12 63 | // that.$message({type:'warning',message:'密码错误',customClass: 'message-override'}) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/views/mixin_LockScreen.vue:80:29: 16:43:12 78 | } 16:43:12 79 | }, catch: error => { 16:43:12 > 80 | console.log('error1', error) 16:43:12 | ^ 16:43:12 81 | } 16:43:12 82 | 16:43:12 83 | 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected side effect in "activeColor" computed property (vue/no-side-effects-in-computed-properties) at src/components/activity.vue:353:11: 16:43:12 351 | return data; 16:43:12 352 | case 0: //流程处理在流程的表单权限里设置了隐藏,type返回0 16:43:12 > 353 | this.isShowBtn = false 16:43:12 | ^ 16:43:12 354 | default: 16:43:12 355 | break; 16:43:12 356 | } 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_tab.vue:323:7: 16:43:12 321 | } 16:43:12 322 | // this.tabWidth = document.documentElement.clientWidth - 327; 16:43:12 > 323 | this.tabWidth = document.documentElement.clientWidth - 0; 16:43:12 | ^ 16:43:12 324 | return this.setField(formData); 16:43:12 325 | //return this.$parent.findField(this.id); 16:43:12 326 | }, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/o_tab.vue:475:7: 16:43:12 473 | 16:43:12 474 | handleChange(val) { 16:43:12 > 475 | console.log(val); 16:43:12 | ^ 16:43:12 476 | }, 16:43:12 477 | 16:43:12 478 | handleClick(tab) { 16:43:12 16:43:12 16:43:12 2 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:84:11: 16:43:12 82 | if (formData.divWidth) { 16:43:12 83 | if (formData.divWidth.indexOf("px") > -1) { 16:43:12 > 84 | this.dialogWidth = formData.divWidth; 16:43:12 | ^ 16:43:12 85 | } else if (formData.divWidth.indexOf("%") > -1) { 16:43:12 86 | this.dialogWidth = formData.divWidth; 16:43:12 87 | } else { 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:86:11: 16:43:12 84 | this.dialogWidth = formData.divWidth; 16:43:12 85 | } else if (formData.divWidth.indexOf("%") > -1) { 16:43:12 > 86 | this.dialogWidth = formData.divWidth; 16:43:12 | ^ 16:43:12 87 | } else { 16:43:12 88 | this.dialogWidth = formData.divWidth + "px"; 16:43:12 89 | } 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:88:11: 16:43:12 86 | this.dialogWidth = formData.divWidth; 16:43:12 87 | } else { 16:43:12 > 88 | this.dialogWidth = formData.divWidth + "px"; 16:43:12 | ^ 16:43:12 89 | } 16:43:12 90 | } 16:43:12 91 | if (formData.divHeight) { 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:96:11: 16:43:12 94 | if (formData.divHeight.indexOf("px") > -1) { 16:43:12 95 | h = formData.divHeight.split("px")[0]; 16:43:12 > 96 | this.dialogHidth = parseInt(h) - 100 + "px"; 16:43:12 | ^ 16:43:12 97 | } else if (formData.divHeight.indexOf("%") > -1) { 16:43:12 98 | h = formData.divHeight; 16:43:12 99 | let num = h.split("%")[0]; 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:101:11: 16:43:12 99 | let num = h.split("%")[0]; 16:43:12 100 | let he = (screen * parseInt(num)) / 100; 16:43:12 > 101 | this.dialogHidth = he - 124 + "px"; 16:43:12 | ^ 16:43:12 102 | } else { 16:43:12 103 | let t = screen * 0.15; 16:43:12 104 | //let t = 1 - (formData.divHeight / screen); 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:106:13: 16:43:12 104 | //let t = 1 - (formData.divHeight / screen); 16:43:12 105 | if (parseInt(formData.divHeight) >= screen) { 16:43:12 > 106 | this.dialogTop = "1%"; 16:43:12 | ^ 16:43:12 107 | } else { 16:43:12 108 | let hd = screen - parseInt(formData.divHeight); 16:43:12 109 | if (hd < t) { 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:112:17: 16:43:12 110 | let d = Math.ceil(hd / t); 16:43:12 111 | if (d >= 15) { 16:43:12 > 112 | this.dialogTop = "15%"; 16:43:12 | ^ 16:43:12 113 | } else { 16:43:12 114 | this.dialogTop = d + "%"; 16:43:12 115 | } 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:114:17: 16:43:12 112 | this.dialogTop = "15%"; 16:43:12 113 | } else { 16:43:12 > 114 | this.dialogTop = d + "%"; 16:43:12 | ^ 16:43:12 115 | } 16:43:12 116 | } 16:43:12 117 | } 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:118:11: 16:43:12 116 | } 16:43:12 117 | } 16:43:12 > 118 | this.dialogHidth = parseInt(formData.divHeight) - 124 + "px"; 16:43:12 | ^ 16:43:12 119 | } 16:43:12 120 | } else { 16:43:12 121 | let screen = document.documentElement.clientHeight; 16:43:12 16:43:12 16:43:12 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:122:9: 16:43:12 120 | } else { 16:43:12 121 | let screen = document.documentElement.clientHeight; 16:43:12 > 122 | this.dialogHidth = screen / 2 + 24 + "px"; 16:43:12 | ^ 16:43:12 123 | } 16:43:12 124 | 16:43:12 125 | formData.obpmFilePath = obpmConfig.obpmFilePath; 16:43:12 16:43:12 16:43:12 10 errors found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected side effect in "options" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_select_about.vue:137:7: 16:43:12 135 | }); 16:43:12 136 | }); 16:43:12 > 137 | this.selectData = selectData; 16:43:12 | ^ 16:43:12 138 | return data; 16:43:12 139 | } 16:43:12 140 | 16:43:12 16:43:12 16:43:12 1 error found. 16:43:12 16:43:12 Module Warning (from ./node_modules/eslint-loader/index.js): 16:43:12 error: Unexpected side effect in "template" computed property (vue/no-side-effects-in-computed-properties) at src/components/form_normalform.vue:378:11: 16:43:12 376 | 16:43:12 377 | if (!data.formTemplate.template) { 16:43:12 > 378 | this.isShowFormActivity = false; 16:43:12 | ^ 16:43:12 379 | return { 16:43:12 380 | components: { authority }, 16:43:12 381 | template: "<div><authority /></div>", 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:433:7: 16:43:12 431 | let that=this; 16:43:12 432 | window.addEventListener('message',function(e){//监听弹窗关闭-bcx 16:43:12 > 433 | console.log('e',e) 16:43:12 | ^ 16:43:12 434 | if(e.data){ 16:43:12 435 | that.jumpPopup=false 16:43:12 436 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:448:7: 16:43:12 446 | // 处理include-control 自动增大逻辑 16:43:12 447 | handleIncludeControlBug() { 16:43:12 > 448 | console.log('触发了') 16:43:12 | ^ 16:43:12 449 | this.timeIds.forEach(id => { 16:43:12 450 | clearInterval(id) 16:43:12 451 | }) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:463:7: 16:43:12 461 | }, 16:43:12 462 | handleIncludeControlRefresh(controls, cb) { 16:43:12 > 463 | console.log('controls', controls) 16:43:12 | ^ 16:43:12 464 | // resize 计算会走这里 16:43:12 465 | // include可能原本就被隐藏 这里要集合 16:43:12 466 | let affectedIncludeControls = [] 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:473:7: 16:43:12 471 | } 16:43:12 472 | }) 16:43:12 > 473 | console.log('affectedIncludeControls获取Dom对象', affectedIncludeControls) 16:43:12 | ^ 16:43:12 474 | this.$nextTick(() => { 16:43:12 475 | cb() //这个执行的是handleIncludeControlComputed(controls)(); 16:43:12 476 | affectedIncludeControls.forEach(itm => { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:483:9: 16:43:12 481 | handleIncludeControlComputed(controls) { 16:43:12 482 | controls.forEach(item => { 16:43:12 > 483 | console.log('item.parentNode', item.parentNode) 16:43:12 | ^ 16:43:12 484 | let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight)) 16:43:12 485 | console.log('pw', pw) 16:43:12 486 | if (pw > 0) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:485:9: 16:43:12 483 | console.log('item.parentNode', item.parentNode) 16:43:12 484 | let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight)) 16:43:12 > 485 | console.log('pw', pw) 16:43:12 | ^ 16:43:12 486 | if (pw > 0) { 16:43:12 487 | item.style.width = pw + 'px' //增加父元素固定宽度'.include-control' 与 '.tab-control' 16:43:12 488 | } else { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:490:13: 16:43:12 488 | } else { 16:43:12 489 | let id = setTimeout(() => { 16:43:12 > 490 | console.log(111) 16:43:12 | ^ 16:43:12 491 | // resize 计算会走这里 16:43:12 492 | // include可能原本就被隐藏 这里要集合 16:43:12 493 | if (item.style.display !== 'none') { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:500:15: 16:43:12 498 | } 16:43:12 499 | this.$nextTick(() => { 16:43:12 > 500 | console.log('bb', parseFloat(getComputedStyle(item.parentNode).paddingLeft)); 16:43:12 | ^ 16:43:12 501 | let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight)) 16:43:12 502 | if (pw > 0) { 16:43:12 503 | console.log('item.parentNode', item.parentNode) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:503:17: 16:43:12 501 | let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight)) 16:43:12 502 | if (pw > 0) { 16:43:12 > 503 | console.log('item.parentNode', item.parentNode) 16:43:12 | ^ 16:43:12 504 | item.style.width = pw + 'px' //增加父元素固定宽度'.include-control' 与 '.tab-control' 16:43:12 505 | item.style.display = "block" 16:43:12 506 | clearInterval(id) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:609:15: 16:43:12 607 | signatureid, 16:43:12 608 | function (data) { 16:43:12 > 609 | console.log(data); 16:43:12 | ^ 16:43:12 610 | } 16:43:12 611 | ); 16:43:12 612 | break; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:774:7: 16:43:12 772 | initForm({ appId, formId, docId }) { 16:43:12 773 | let openParams = this.openParams; 16:43:12 > 774 | console.log(docId); 16:43:12 | ^ 16:43:12 775 | if (openParams.appId) { 16:43:12 776 | this.$root.appid = openParams.appId; //如果有多个软件,当从首页进入表单,需要把当前页当前数据的appId赋值给全局变量,否则有可能导致软件的appId拿错 16:43:12 777 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:799:9: 16:43:12 797 | obj = this.setParams(openParams.urlParams, obj); 16:43:12 798 | } 16:43:12 > 799 | console.log("获取表单。。。"); 16:43:12 | ^ 16:43:12 800 | API.getForm( 16:43:12 801 | appId, 16:43:12 802 | formId, 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:938:29: 16:43:12 936 | signatureid, 16:43:12 937 | function (data) { 16:43:12 > 938 | console.log(data); 16:43:12 | ^ 16:43:12 939 | } 16:43:12 940 | ); 16:43:12 941 | break; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:996:21: 16:43:12 994 | for (let i = 0; i < data.fields.length; i++) { 16:43:12 995 | if (data.fields[i].isModified) { 16:43:12 > 996 | console.log("111", showLog); 16:43:12 | ^ 16:43:12 997 | showLog = true; 16:43:12 998 | break; 16:43:12 999 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1179:7: 16:43:12 1177 | params = { ...params, ...this.$route.query }; 16:43:12 1178 | } 16:43:12 > 1179 | console.log(params); 16:43:12 | ^ 16:43:12 1180 | API.getForm(appId, formId, docId, params, { 16:43:12 1181 | onSucess: (res) => { 16:43:12 1182 | let fd = res.data.data; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1236:19: 16:43:12 1234 | //表单嵌套tab判断传递参数 16:43:12 1235 | fields[i].exparams = op.exparams; 16:43:12 > 1236 | console.log(fields[i].exparams); 16:43:12 | ^ 16:43:12 1237 | } 16:43:12 1238 | if (fields[i].tabs && fields[i].tabs.length > 0) { 16:43:12 1239 | for (let j = 0; j < fields[i].tabs.length; j++) { 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1470:19: 16:43:12 1468 | fields.forEach((f, i) => { 16:43:12 1469 | if (field.id == f.id) { 16:43:12 > 1470 | console.log(fields[i].type); 16:43:12 | ^ 16:43:12 1471 | fields[i].value = field.value; //只能更新value,而不能简单做对象替换,field.value绑定在组件v-model上,如果直接替换只是数组内存指针简单变更 16:43:12 1472 | fields[i].options = field.options; 16:43:12 1473 | fields[i].tabs = field.tabs; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1511:7: 16:43:12 1509 | 16:43:12 1510 | handleClose(done) { 16:43:12 > 1511 | console.log('done',done) 16:43:12 | ^ 16:43:12 1512 | done(); 16:43:12 1513 | if (this.isDialogOpenExternalLink) { 16:43:12 1514 | let appId = this.openParams.appId; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2405:15: 16:43:12 2403 | } 16:43:12 2404 | } else if (response.data.errcode == 0) {//请求成功返回 16:43:12 > 2405 | console.log('response.data', response.data) 16:43:12 | ^ 16:43:12 2406 | console.log('activityType', activityType) 16:43:12 2407 | if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示 16:43:12 2408 | this.$message({ type: 'success', message: '操作成功' }) 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2406:15: 16:43:12 2404 | } else if (response.data.errcode == 0) {//请求成功返回 16:43:12 2405 | console.log('response.data', response.data) 16:43:12 > 2406 | console.log('activityType', activityType) 16:43:12 | ^ 16:43:12 2407 | if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示 16:43:12 2408 | this.$message({ type: 'success', message: '操作成功' }) 16:43:12 2409 | } 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2584:7: 16:43:12 2582 | doSave(num, actId, withOld, subDoc, act) { 16:43:12 2583 | // debugger 16:43:12 > 2584 | console.log(777); 16:43:12 | ^ 16:43:12 2585 | let openParams = this.openParams; 16:43:12 2586 | let that = this; 16:43:12 2587 | let transferrData = ""; 16:43:12 16:43:12 16:43:12 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:3449:13: 16:43:12 3447 | API.executeCustom(appId, actId, obj, params, { 16:43:12 3448 | onSucess: (res) => { 16:43:12 > 3449 | console.log(res); 16:43:12 | ^ 16:43:12 3450 | let errcode = res.data.errcode; 16:43:12 3451 | if (errcode == 0) { 16:43:12 3452 | let errmsg = act.name + this.$t("success"); 16:43:12 16:43:12 16:43:12 23 errors found. 16:43:12 16:43:12 You may use special comments to disable some warnings. 16:43:12 Use // eslint-disable-next-line to ignore the next line. 16:43:12 Use /* eslint-disable */ to ignore all warnings in a file. 16:43:12 warning in ./src/api.js 16:43:12 16:43:12 Module Warning (from ./node_modules/thread-loader/dist/cjs.js): 16:43:12 16:43:12 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/api.js 16:43:12 582:5 error Unexpected console statement no-console 16:43:12 735:5 error Unexpected console statement no-console 16:43:12 16:43:12 ✖ 2 problems (2 errors, 0 warnings) 16:43:12 16:43:12 16:43:12 @ ./src/main.js 13:0-27 38:21-24 344:4-7 363:2-5 16:43:12 @ multi ./src/main.js 16:43:12 16:43:12 warning in ./src/main.js 16:43:12 16:43:12 Module Warning (from ./node_modules/thread-loader/dist/cjs.js): 16:43:12 16:43:12 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/main.js 16:43:12 350:3 error Unexpected console statement no-console 16:43:12 353:5 error Unexpected console statement no-console 16:43:12 356:3 error Unexpected console statement no-console 16:43:12 359:7 error Unexpected console statement no-console 16:43:12 366:3 error Unexpected console statement no-console 16:43:12 16:43:12 ✖ 5 problems (5 errors, 0 warnings) 16:43:12 16:43:12 16:43:12 @ multi ./src/main.js 16:43:12 16:43:12 warning in ./src/store.js 16:43:12 16:43:12 Module Warning (from ./node_modules/thread-loader/dist/cjs.js): 16:43:12 16:43:12 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/store.js 16:43:12 193:7 error Unexpected console statement no-console 16:43:12 205:7 error Unexpected console statement no-console 16:43:12 346:15 error Unexpected console statement no-console 16:43:12 347:15 error Unexpected console statement no-console 16:43:12 351:17 error Unexpected console statement no-console 16:43:12 16:43:12 ✖ 5 problems (5 errors, 0 warnings) 16:43:12 16:43:12 16:43:12 @ ./src/main.js 12:0-28 380:11-16 16:43:12 @ multi ./src/main.js 16:43:12 16:43:12 warning 16:43:12 16:43:12 asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). 16:43:12 This can impact web performance. 16:43:12 Assets: 16:43:12 fonts/Source Han Sans CN Regular.552b3917.eot (8.14 MiB) 16:43:12 fonts/Source Han Sans CN Regular.d1fb7855.woff (5.1 MiB) 16:43:12 img/fontawesome-webfont.912ec66d.svg (434 KiB) 16:43:12 fonts/Source Han Sans CN Regular.50f2d6d6.ttf (8.14 MiB) 16:43:12 img/Source Han Sans CN Regular.63d44fde.svg (17.8 MiB) 16:43:12 js/about.26f1c223.js (3.44 MiB) 16:43:12 js/app.040b7e4d.js (4.5 MiB) 16:43:12 iwebapp/pdfjs/core/pdf.js (584 KiB) 16:43:12 iwebapp/pdfjs/core/pdf.worker.js (723 KiB) 16:43:12 iwebapp/pdfjs/pdf-34bd0a9d29.viewer.js (1.36 MiB) 16:43:12 js/esdk-obs-browserjs.min.js (304 KiB) 16:43:12 pdf/word/pdfjs/build/pdf.js (774 KiB) 16:43:12 iwebapp/pdfjs/pdf-8cc3ba5958.viewer.js (1.37 MiB) 16:43:12 pdf/word/pdfjs/build/pdf.js.map (1.48 MiB) 16:43:12 pdf/word/pdfjs/build/pdf.worker.js (1.66 MiB) 16:43:12 pdf/word/pdfjs/build/pdf.worker.js.map (3.39 MiB) 16:43:12 pdf/word/pdfjs/web/viewer.js (655 KiB) 16:43:12 pdf/word/pdfjs/web/viewer.js.map (751 KiB) 16:43:12 UEditor/jsp/lib/commons-codec-1.9.jar (258 KiB) 16:43:12 pdf/word/iWebOffice2015.cab (12.4 MiB) 16:43:12 UEditor/third-party/jquery-1.10.2.js (267 KiB) 16:43:12 UEditor/third-party/highcharts/highcharts.src.js (434 KiB) 16:43:12 UEditor/ueditor.all.min.js (373 KiB) 16:43:12 UEditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB) 16:43:12 UEditor/ueditor.all.js (1.06 MiB) 16:43:12 16:43:12 warning 16:43:12 16:43:12 entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. 16:43:12 Entrypoints: 16:43:12 app (7.94 MiB) 16:43:12 js/about.26f1c223.js 16:43:12 js/app.040b7e4d.js 16:43:12 16:43:12 16:43:13 File Size Gzipped 16:43:13 16:43:13 dist/UEditor/ueditor.all.min.js 373.46 KiB 100.76 KiB 16:43:13 dist/js/esdk-obs-browserjs.min.js 303.80 KiB 78.74 KiB 16:43:13 dist/iwebapp/pdfjs/jquery-1.11.3.min.j 93.71 KiB 32.54 KiB 16:43:13 s 16:43:13 dist/js/jquery-1.11.3.min.js 93.71 KiB 32.54 KiB 16:43:13 dist/pdf/word/jquery.min.js 93.54 KiB 32.48 KiB 16:43:13 dist/UEditor/third-party/jquery-1.10.2 90.92 KiB 32.06 KiB 16:43:13 .min.js 16:43:13 dist/js/swiper.min.js 64.88 KiB 16.44 KiB 16:43:13 dist/UEditor/third-party/webuploader/w 56.91 KiB 18.66 KiB 16:43:13 ebuploader.min.js 16:43:13 dist/UEditor/third-party/webuploader/w 45.99 KiB 14.37 KiB 16:43:13 ebuploader.html5only.min.js 16:43:13 dist/UEditor/third-party/webuploader/w 45.81 KiB 15.77 KiB 16:43:13 ebuploader.custom.min.js 16:43:13 dist/UEditor/third-party/webuploader/w 38.87 KiB 12.03 KiB 16:43:13 ebuploader.withoutimage.min.js 16:43:13 dist/UEditor/third-party/webuploader/w 32.81 KiB 10.64 KiB 16:43:13 ebuploader.flashonly.min.js 16:43:13 dist/UEditor/third-party/xss.min.js 27.11 KiB 6.38 KiB 16:43:13 dist/pdf/word/viewer.min.js 20.21 KiB 6.41 KiB 16:43:13 dist/UEditor/third-party/zeroclipboard 18.51 KiB 6.52 KiB 16:43:13 /ZeroClipboard.min.js 16:43:13 dist/pdf/word/sweetalert.min.js 16.58 KiB 5.29 KiB 16:43:13 dist/pdf/word/toastr.min.js 16.47 KiB 3.19 KiB 16:43:13 dist/iwebapp/pdfjs/require.min.js 14.86 KiB 6.08 KiB 16:43:13 dist/pdf/word/require.min.js 14.86 KiB 6.08 KiB 16:43:13 dist/UEditor/ueditor.parse.min.js 14.45 KiB 5.01 KiB 16:43:13 dist/js/app.040b7e4d.js 4608.06 KiB 888.63 KiB 16:43:13 dist/js/about.26f1c223.js 3520.33 KiB 1023.85 KiB 16:43:13 dist/pdf/word/pdfjs/build/pdf.worker.j 1700.94 KiB 322.13 KiB 16:43:13 s 16:43:13 dist/iwebapp/pdfjs/pdf-8cc3ba5958.view 1404.33 KiB 367.49 KiB 16:43:13 er.js 16:43:13 dist/iwebapp/pdfjs/pdf-34bd0a9d29.view 1397.68 KiB 362.42 KiB 16:43:13 er.js 16:43:13 dist/UEditor/ueditor.all.js 1086.60 KiB 213.79 KiB 16:43:13 dist/pdf/word/pdfjs/build/pdf.js 774.32 KiB 145.03 KiB 16:43:13 dist/iwebapp/pdfjs/core/pdf.worker.js 723.11 KiB 213.91 KiB 16:43:13 dist/pdf/word/pdfjs/web/viewer.js 654.78 KiB 99.17 KiB 16:43:13 dist/iwebapp/pdfjs/core/pdf.js 584.12 KiB 161.00 KiB 16:43:13 dist/UEditor/third-party/highcharts/hi 433.95 KiB 123.75 KiB 16:43:13 ghcharts.src.js 16:43:13 dist/UEditor/third-party/jquery-1.10.2 266.80 KiB 79.12 KiB 16:43:13 .js 16:43:13 dist/UEditor/third-party/webuploader/w 226.46 KiB 48.94 KiB 16:43:13 ebuploader.js 16:43:13 dist/UEditor/third-party/video-js/vide 212.98 KiB 56.36 KiB 16:43:13 o.dev.js 16:43:13 dist/UEditor/third-party/webuploader/w 193.52 KiB 43.01 KiB 16:43:13 ebuploader.custom.js 16:43:13 dist/UEditor/third-party/webuploader/w 182.25 KiB 39.11 KiB 16:43:13 ebuploader.html5only.js 16:43:13 dist/UEditor/third-party/SyntaxHighlig 155.77 KiB 43.52 KiB 16:43:13 hter/shCore.js 16:43:13 dist/UEditor/third-party/codemirror/co 154.89 KiB 35.91 KiB 16:43:13 demirror.js 16:43:13 dist/UEditor/third-party/webuploader/w 148.40 KiB 31.44 KiB 16:43:13 ebuploader.withoutimage.js 16:43:13 dist/UEditor/third-party/highcharts/hi 137.55 KiB 50.63 KiB 16:43:13 ghcharts.js 16:43:13 dist/UEditor/third-party/webuploader/w 135.64 KiB 29.89 KiB 16:43:13 ebuploader.flashonly.js 16:43:13 dist/pdf/word/WebOffice.js 135.19 KiB 30.89 KiB 16:43:13 dist/UEditor/dialogs/image/image.js 125.19 KiB 55.10 KiB 16:43:13 dist/pdf/word/iWebOffice2015.js 112.08 KiB 50.77 KiB 16:43:13 dist/UEditor/third-party/highcharts/mo 98.32 KiB 22.42 KiB 16:43:13 dules/canvas-tools.src.js 16:43:13 dist/js/china.js 61.26 KiB 43.82 KiB 16:43:13 dist/iwebapp/pdfjs/stamp/laydate/layda 58.98 KiB 15.29 KiB 16:43:13 te.js 16:43:13 dist/UEditor/third-party/highcharts/hi 58.77 KiB 16.33 KiB 16:43:13 ghcharts-more.src.js 16:43:13 dist/UEditor/third-party/highcharts/mo 56.52 KiB 15.35 KiB 16:43:13 dules/canvas-tools.js 16:43:13 dist/UEditor/third-party/video-js/vide 54.09 KiB 16.62 KiB 16:43:13 o.js 16:43:13 dist/UEditor/dialogs/wordimage/tangram 46.41 KiB 12.48 KiB 16:43:13 .js 16:43:13 dist/UEditor/third-party/zeroclipboard 42.20 KiB 9.15 KiB 16:43:13 /ZeroClipboard.js 16:43:13 dist/UEditor/ueditor.parse.js 35.91 KiB 7.93 KiB 16:43:13 dist/pdf/word/util.js 30.10 KiB 8.77 KiB 16:43:13 dist/UEditor/dialogs/video/video.js 29.78 KiB 7.62 KiB 16:43:13 dist/UEditor/dialogs/attachment/attach 29.67 KiB 6.63 KiB 16:43:13 ment.js 16:43:13 dist/UEditor/lang/en/en.js 28.72 KiB 8.24 KiB 16:43:13 dist/pdf/word/l10n.js 28.57 KiB 8.09 KiB 16:43:13 dist/UEditor/dialogs/scrawl/scrawl.js 26.51 KiB 5.97 KiB 16:43:13 dist/UEditor/lang/zh-cn/zh-cn.js 25.88 KiB 8.55 KiB 16:43:13 dist/UEditor/third-party/highcharts/mo 25.16 KiB 7.84 KiB 16:43:13 dules/map.src.js 16:43:13 dist/UEditor/ueditor.config.js 22.75 KiB 8.44 KiB 16:43:13 dist/UEditor/third-party/highcharts/hi 21.30 KiB 7.91 KiB 16:43:13 ghcharts-more.js 16:43:13 dist/pdf/word/pdfjs/web/debugger.js 18.48 KiB 4.89 KiB 16:43:13 dist/pdf/word/compatibility.js 17.70 KiB 5.38 KiB 16:43:13 dist/UEditor/third-party/highcharts/mo 16.86 KiB 5.73 KiB 16:43:13 dules/exporting.src.js 16:43:13 dist/UEditor/third-party/highcharts/mo 15.14 KiB 4.81 KiB 16:43:13 dules/data.src.js 16:43:13 dist/UEditor/dialogs/background/backgr 14.04 KiB 3.56 KiB 16:43:13 ound.js 16:43:13 dist/pdf/word/tray.js 12.96 KiB 3.86 KiB 16:43:13 dist/iwebapp/pdfjs/require.config.js 12.60 KiB 3.15 KiB 16:43:13 dist/pdf/word/require.config.js 12.38 KiB 3.05 KiB 16:43:13 dist/UEditor/dialogs/template/config.j 12.19 KiB 2.50 KiB 16:43:13 s 16:43:13 dist/UEditor/third-party/highcharts/ad 11.38 KiB 3.82 KiB 16:43:13 apters/standalone-framework.src.js 16:43:13 dist/UEditor/dialogs/charts/charts.js 10.89 KiB 3.34 KiB 16:43:13 dist/UEditor/third-party/highcharts/mo 10.69 KiB 3.16 KiB 16:43:13 dules/drilldown.src.js 16:43:13 dist/UEditor/third-party/highcharts/mo 9.88 KiB 4.03 KiB 16:43:13 dules/map.js 16:43:13 dist/UEditor/dialogs/table/edittable.j 8.72 KiB 2.01 KiB 16:43:13 s 16:43:13 dist/UEditor/third-party/highcharts/ad 8.72 KiB 3.18 KiB 16:43:13 apters/prototype-adapter.src.js 16:43:13 dist/UEditor/third-party/highcharts/mo 8.18 KiB 2.56 KiB 16:43:13 dules/annotations.src.js 16:43:13 dist/UEditor/dialogs/music/music.js 7.64 KiB 2.16 KiB 16:43:13 dist/UEditor/third-party/highcharts/ad 7.61 KiB 2.91 KiB 16:43:13 apters/mootools-adapter.src.js 16:43:13 dist/pdf/word/watermark.js 7.55 KiB 1.90 KiB 16:43:13 dist/js/chunk-5d6b8caa.dd096454.js 7.09 KiB 2.23 KiB 16:43:13 dist/UEditor/third-party/highcharts/mo 7.08 KiB 3.07 KiB 16:43:13 dules/exporting.js 16:43:13 dist/UEditor/third-party/highcharts/mo 6.38 KiB 2.33 KiB 16:43:13 dules/funnel.src.js 16:43:13 dist/UEditor/dialogs/emotion/emotion.j 6.15 KiB 2.03 KiB 16:43:13 s 16:43:13 dist/UEditor/third-party/highcharts/mo 5.42 KiB 1.95 KiB 16:43:13 dules/drilldown.js 16:43:13 dist/UEditor/third-party/highcharts/ad 4.95 KiB 2.15 KiB 16:43:13 apters/standalone-framework.js 16:43:13 dist/UEditor/dialogs/spechars/spechars 4.56 KiB 2.37 KiB 16:43:13 .js 16:43:13 dist/UEditor/third-party/highcharts/th 4.38 KiB 1.21 KiB 16:43:13 emes/gray.js 16:43:13 dist/UEditor/third-party/highcharts/mo 4.33 KiB 1.89 KiB 16:43:13 dules/data.js 16:43:13 dist/UEditor/dialogs/searchreplace/sea 4.30 KiB 1.27 KiB 16:43:13 rchreplace.js 16:43:13 dist/UEditor/third-party/highcharts/th 4.25 KiB 1.20 KiB 16:43:13 emes/dark-blue.js 16:43:13 dist/UEditor/third-party/highcharts/th 4.24 KiB 1.21 KiB 16:43:13 emes/dark-green.js 16:43:13 dist/UEditor/dialogs/wordimage/wordima 4.05 KiB 1.95 KiB 16:43:13 ge.js 16:43:13 dist/UEditor/third-party/highcharts/mo 3.32 KiB 1.52 KiB 16:43:13 dules/annotations.js 16:43:13 dist/UEditor/third-party/highcharts/ad 3.23 KiB 1.33 KiB 16:43:13 apters/prototype-adapter.js 16:43:13 dist/js/chunk-2d2163d7.14b7d18f.js 3.02 KiB 0.85 KiB 16:43:13 dist/UEditor/third-party/highcharts/mo 2.79 KiB 1.12 KiB 16:43:13 dules/no-data-to-display.src.js 16:43:13 dist/UEditor/dialogs/internal.js 2.54 KiB 0.98 KiB 16:43:13 dist/UEditor/third-party/highcharts/ad 2.21 KiB 1.06 KiB 16:43:13 apters/mootools-adapter.js 16:43:13 dist/pdf/word/obpm.showMessage.js 2.09 KiB 0.74 KiB 16:43:13 dist/js/chunk-2d0aaba3.d77f3d95.js 1.95 KiB 0.87 KiB 16:43:13 dist/UEditor/third-party/highcharts/mo 1.93 KiB 1.08 KiB 16:43:13 dules/funnel.js 16:43:13 dist/UEditor/third-party/highcharts/th 1.75 KiB 0.65 KiB 16:43:13 emes/grid.js 16:43:13 dist/UEditor/third-party/highcharts/th 1.72 KiB 0.64 KiB 16:43:13 emes/skies.js 16:43:13 dist/js/chunk-f90c670c.ab484946.js 1.70 KiB 0.91 KiB 16:43:13 dist/UEditor/dialogs/template/template 1.55 KiB 0.67 KiB 16:43:13 .js 16:43:13 dist/UEditor/dialogs/help/help.js 1.47 KiB 0.70 KiB 16:43:13 dist/UEditor/dialogs/charts/chart.conf 1.38 KiB 0.44 KiB 16:43:13 ig.js 16:43:13 dist/js/obpm.config.js 1.36 KiB 0.57 KiB 16:43:13 dist/UEditor/third-party/highcharts/mo 1.33 KiB 0.70 KiB 16:43:13 dules/no-data-to-display.js 16:43:13 dist/UEditor/third-party/highcharts/mo 1.10 KiB 0.49 KiB 16:43:13 dules/heatmap.src.js 16:43:13 dist/js/obsConfig.js 0.93 KiB 0.53 KiB 16:43:13 dist/UEditor/third-party/highcharts/mo 0.52 KiB 0.37 KiB 16:43:13 dules/heatmap.js 16:43:13 dist/iwebapp/pdfjs/viewer-df538bd63b.c 111.81 KiB 18.55 KiB 16:43:13 ss 16:43:13 dist/iwebapp/pdfjs/viewer-afb3d53c48.c 111.71 KiB 18.53 KiB 16:43:13 ss 16:43:13 dist/pdf/word/pdfjs/web/viewer.css 58.42 KiB 9.25 KiB 16:43:13 dist/UEditor/themes/default/css/uedito 42.73 KiB 6.84 KiB 16:43:13 r.css 16:43:13 dist/UEditor/themes/default/css/uedito 34.12 KiB 5.53 KiB 16:43:13 r.min.css 16:43:13 dist/UEditor/third-party/video-js/vide 20.82 KiB 5.45 KiB 16:43:13 o-js.css 16:43:13 dist/UEditor/dialogs/image/image.css 17.71 KiB 3.46 KiB 16:43:13 dist/UEditor/dialogs/video/video.css 14.57 KiB 3.10 KiB 16:43:13 dist/UEditor/dialogs/attachment/attach 14.05 KiB 2.81 KiB 16:43:13 ment.css 16:43:13 dist/UEditor/third-party/video-js/vide 11.18 KiB 2.53 KiB 16:43:13 o-js.min.css 16:43:13 dist/iwebapp/pdfjs/stamp/laydate/theme 9.16 KiB 2.21 KiB 16:43:13 /default/laydate.css 16:43:13 dist/UEditor/third-party/SyntaxHighlig 6.95 KiB 1.31 KiB 16:43:13 hter/shCoreDefault.css 16:43:13 dist/UEditor/dialogs/scrawl/scrawl.css 3.73 KiB 0.97 KiB 16:43:13 dist/UEditor/third-party/codemirror/co 2.82 KiB 0.90 KiB 16:43:13 demirror.css 16:43:13 dist/UEditor/dialogs/charts/charts.css 2.54 KiB 0.81 KiB 16:43:13 dist/UEditor/dialogs/background/backgr 2.34 KiB 0.87 KiB 16:43:13 ound.css 16:43:13 dist/UEditor/dialogs/emotion/emotion.c 1.76 KiB 0.53 KiB 16:43:13 ss 16:43:13 dist/UEditor/themes/default/dialogbase 1.65 KiB 0.81 KiB 16:43:13 .css 16:43:13 dist/UEditor/dialogs/music/music.css 1.64 KiB 0.63 KiB 16:43:13 dist/UEditor/dialogs/table/edittable.c 1.16 KiB 0.41 KiB 16:43:13 ss 16:43:13 dist/UEditor/dialogs/template/template 1.01 KiB 0.49 KiB 16:43:13 .css 16:43:13 dist/UEditor/third-party/webuploader/w 0.50 KiB 0.29 KiB 16:43:13 ebuploader.css 16:43:13 dist/UEditor/dialogs/help/help.css 0.38 KiB 0.20 KiB 16:43:13 dist/UEditor/themes/iframe.css 0.04 KiB 0.06 KiB 16:43:13 16:43:13 Images and other types of assets omitted. 16:43:13 16:43:13 DONE Build complete. The dist directory is ready to be deployed. 16:43:13 INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html 16:43:13 16:43:14 Finished: SUCCESS