{"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\\Mobile\\Device\\MobileDeviceHealth.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Mobile\\Device\\MobileDeviceHealth.vue","mtime":1688121692208},{"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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport equipmentIndex from '@/api/device/equipmentIndex.js';\nimport { Dialog, Notify } from 'vant';\nexport default {\n // name: 'MobileDeviceHealth',\n data: function data() {\n return {\n tabActiveName: '0',\n showPickerEnd: false,\n showPickerBegin: false,\n productValueName: '',\n showPicker: false,\n warnAnalyzeData: [],\n regionPicker: '',\n endTime: '',\n startTime: '',\n warnFailureTime: '',\n warnFailureFailure: '',\n warnFailureAlarm: '',\n areaStatusAreaName: [],\n productValue: '',\n deviceValue: 'bspqx',\n productData: [],\n intellectData: [] // loading: true,\n // height: document.documentElement.clientHeight - 5 + 'px;',\n // src: 'http://183.230.176.125:37799/webroot/decision/v5/design/report/share/3b2bc94ad482407fb0af0e59fdaf9151?link=eyJhbGciOiJIUzI1NiJ9.eyJyZXBvcnRJZCI6IjNiMmJjOTRhZDQ4MjQwN2ZiMGFmMGU1OWZkYWY5MTUxIiwidXNlcklkIjoiYjVmMGMyZWUtNjQwZi00MDM5LWE0ZDQtOTE4YjU1MzU0ODk4IiwianRpIjoiand0In0.y8C_p7HKyRBfZWrOHqkcwaCMHwsBh2XVPfJK9jtXLY0'\n\n };\n },\n created: function created() {\n // this.areaStatusList()\n this.intellectList();\n },\n mounted: function mounted() {},\n methods: {\n // 跳转设备详情\n handleDetail: function handleDetail(item) {\n if (this.tabActiveName == '2') {\n this.$router.push({\n name: 'MobileDeviceCamera',\n query: {\n item: item\n }\n });\n } else {\n this.$router.push({\n name: 'MobileDevice',\n query: {\n item: item\n }\n });\n }\n },\n onTabClick: function onTabClick(v) {\n console.log(this.tabActiveName);\n\n if (v == '0') {\n this.intellectList();\n }\n\n if (v == '1') {\n this.generalList();\n }\n\n if (v == '2') {\n this.videoList();\n }\n },\n //智能设备状态分析\n intellectList: function intellectList() {\n var _this = this;\n\n var areaFullId = '';\n var isIntellect = '';\n var formData = new FormData();\n formData.append('areaFullId', areaFullId);\n formData.append('isIntellect', isIntellect);\n formData.append('fullId', '/1552911478301003776');\n var config = {\n headers: {\n 'Content-Type': 'multipart/form-data'\n }\n };\n this.$http.post(window.context.portal + '/homepage/v1/deviceProductStatistics', formData, config).then(function (res) {\n if (res.data.state) {\n console.log(res);\n _this.intellectData = res.data.value;\n }\n }); // equipmentIndex.deviceProductStatistics('/1552911478301003776', res => {\n // console.log(res)\n // this.intellectData = res.value\n // })\n },\n videoList: function videoList() {\n var _this2 = this;\n\n var areaFullId = '';\n var formData = new FormData();\n formData.append('areaFullId', areaFullId);\n var config = {\n headers: {\n 'Content-Type': 'multipart/form-data'\n }\n };\n this.$http.post(window.context.portal + '/homepage/v1/videoStatistics', formData, config).then(function (res) {\n if (res.data.state) {\n console.log(res);\n _this2.intellectData = res.data.value;\n }\n });\n },\n //非智能设备状态分析\n generalList: function generalList() {\n var _this3 = this;\n\n var areaFullId = '';\n var isIntellect = '';\n var formData = new FormData();\n formData.append('areaFullId', areaFullId);\n formData.append('isIntellect', isIntellect);\n formData.append('fullId', '/1667102417759510528');\n var config = {\n headers: {\n 'Content-Type': 'multipart/form-data'\n }\n };\n this.$http.post(window.context.portal + '/homepage/v1/deviceProductStatistics', formData, config).then(function (res) {\n if (res.data.state) {\n console.log(res);\n _this3.intellectData = res.data.value;\n }\n }); // equipmentIndex.generalStatusAnalyze(res => {\n // console.log(res)\n // this.generalData = res.value\n // })\n }\n }\n};",null]}