{"remainingRequest":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Device\\performanceAnalysis\\components\\alarmAnalysisDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Device\\performanceAnalysis\\components\\alarmAnalysisDialog.vue","mtime":1667545182520},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport * as echarts from 'echarts';\nimport alarmAnalysis from '@/api/device/alarmAnalysis.js';\nimport alarmAnalysisEcharts from \"./alarmAnalysisEcharts.vue\";\nvar MothChart;\nexport default {\n name: 'alarmAnalysisDialog',\n components: {\n alarmAnalysisEcharts: alarmAnalysisEcharts\n },\n data: function data() {\n return {\n showFormDias: false,\n title: '详情统计',\n mothEchart: null,\n dateValue: '',\n typeList: [],\n countList: []\n };\n },\n props: {\n visible: {\n type: Boolean,\n default: false\n }\n },\n watch: {\n visible: function visible(val) {\n this.showFormDias = val;\n },\n showFormDias: function showFormDias(val) {\n this.$emit('update:visible', val);\n }\n },\n created: function created() {},\n mounted: function mounted() {// this.mothEcharts()\n },\n methods: {\n handleOpen: function handleOpen() {\n this.showFormDias = true;\n },\n handleClose: function handleClose() {\n this.showFormDias = false;\n this.dateValue = '';\n },\n getData: function getData(datetime, Status, type) {\n var _this = this;\n\n var parmas = {\n dateType: type,\n time: datetime,\n deviceStatus: Status\n };\n alarmAnalysis.statisticsWarnSub(parmas, function (res) {\n if (res.state) {\n _this.$nextTick(function () {\n // console.log(this.dataList);\n _this.$refs.analysisEcharts.pieEcharts(res.value);\n });\n }\n });\n }\n }\n};",null]}