{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\yhxt-web\\src\\views\\dataScreen\\dataScreenCopy\\js\\bigDataMixin.js","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\dataScreen\\dataScreenCopy\\js\\bigDataMixin.js","mtime":1667326394951},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.number.constructor\";\nexport var bigDataMixin = {\n data: function data() {\n return {\n dailyChart: null,\n checkChart: null,\n workChart: null,\n queryChart: {\n site: {\n params: {\n accDateMonth: '',\n accDateYear: this.getYear()\n }\n },\n daily: {\n params: {\n accDateMonth: '',\n accDateYear: this.getYear()\n }\n },\n check: {\n params: {\n accDateMonth: '',\n accDateYear: this.getYear()\n }\n },\n work: {\n params: {\n accDateMonth: '',\n accDateYear: this.getYear()\n }\n },\n amount: {\n //养护金额\n params: {\n accDateMonth: '',\n accDateYear: this.getYear()\n }\n },\n disease: {\n params: {\n accDateMonth: '',\n accDateYear: this.getYear(),\n roadSegmentId: ''\n }\n },\n diseaseType: {\n params: {\n accDateMonth: '',\n accDateYear: this.getYear(),\n roadSegmentId: ''\n }\n },\n diseaseDay: {\n params: {\n accDateMonth: '',\n accDateYear: this.getYear(),\n roadSegmentId: ''\n }\n },\n task: {\n params: {\n accDateMonth: '',\n accDateYear: this.getYear(),\n roadSegmentId: ''\n }\n }\n },\n queryTopAmount: {\n params: {}\n },\n // 视频\n showVideoModel: false\n };\n },\n methods: {\n changeDate: function changeDate() {\n var _this = this;\n\n var model = ['site', 'daily', 'check', 'work', 'amount', 'disease', 'diseaseType', 'diseaseDay', 'task'];\n console.log(this.value);\n\n if (this.value == null) {\n this.value = ' ';\n }\n\n model.forEach(function (item) {\n _this.queryChart[item].params.accDateYear = '';\n _this.queryChart[item].params.accDateMonth = _this.value;\n });\n console.log(this.value, 'value');\n this.queryTopAmount.params.accDateMonth = this.value;\n this.queryTopAmount.params.accDateYear = '';\n this.getBizTopData(); //业务概况底部数据\n\n this.getCheckJson(); //定期/经常检查\n\n this.getWorkJson(); //养护工单\n\n this.getSiteJson('site'); //巡查巡检\n\n this.getSiteJson('daily'); //日常养护\n\n this.getMaintenanceAmount(); //养护金额\n\n this.getDiseaseNumber(); //病害数量\n\n this.getDiseaseType('change'); //病害类型\n\n this.getDiseaseAverDay('change'); //病害平均处理天数\n\n this.getTaskImplementation(); //任务执行情况\n },\n getYear: function getYear() {\n var dd = new Date();\n var year = dd.getFullYear() + Number(0);\n return year;\n },\n showvideo: function showvideo() {\n this.showVideoModel = true;\n }\n }\n};",null]}