{"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\\Manage\\MobileTroubleshootingDetail.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Mobile\\Manage\\MobileTroubleshootingDetail.vue","mtime":1687831404002},{"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//\nimport dictUtils from '@/components/dict/DictSelectUtils.js';\nimport equipmentManage from '@/api/device/equipmentManage.js';\nimport navBar from \"../components/navBar.vue\";\nexport default {\n name: 'DeviceDetail',\n components: {\n navBar: navBar\n },\n data: function data() {\n return {\n title: '单位详情',\n deviceData: {},\n paramsValueList: [],\n extendParams: [],\n loading: false\n };\n },\n mounted: function mounted() {\n this.deviceData = this.$route.query.item;\n console.log(this.deviceData);\n },\n methods: {\n onClickLeft: function onClickLeft() {\n this.$router.push({\n name: 'MobileTroubleshooting'\n });\n } // realtimeData() {\n // this.$router.push({\n // name: 'RealtimeData',\n // query: {id: this.device}\n // })\n // },\n // getDevice(id) {\n // equipmentManage.deviceDetailsInfo(id, res => {\n // this.deviceData = res // 设备详情\n // this.deviceAzlc.forEach(item => {\n // if (item.value == this.deviceData.floor) {\n // this.deviceData.floorName = item.name\n // }\n // })\n // this.deviceAzddlx.forEach(item => {\n // if (item.value == this.deviceData.addressType) {\n // this.deviceData.addressTypeName = item.name\n // }\n // })\n // console.log(this.deviceData, '设备详情')\n // })\n // }\n\n }\n};",null]}