{"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\\MobileTroubleshooting.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Mobile\\Manage\\MobileTroubleshooting.vue","mtime":1687169259491},{"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":["import \"core-js/modules/es6.function.name\";\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//\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 productManage from '@/api/device/productManage.js';\nimport req from '@/request.js';\nimport resourceManage from '@/api/device/resourceManage.js';\nimport equipmentIndex from '@/api/device/equipmentIndex.js';\nimport dictUtils from '@/components/dict/DictSelectUtils.js';\nexport default {\n name: 'MobileDevice',\n data: function data() {\n return {\n value: '',\n active: '1',\n activeIds: [],\n activeIndex: 0,\n policeList: [],\n treeData: [],\n queryParam: {\n pageBean: ''\n },\n querys: [{\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'product_id_',\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'status',\n relation: 'AND',\n value: ''\n }],\n page: 1,\n startPicker: false,\n statusData: {\n name: '',\n value: ''\n },\n title: '我的设备',\n currentUser: {},\n params: {\n trainingDate: ''\n },\n previewUrl: window.context.portal + '/file/onlinePreviewController/v1/getFileById_',\n //图标预览\n columns: [],\n //产品列表\n startColumns: [],\n product: {\n name: '',\n id: ''\n },\n showPicker: false,\n deviceData: [],\n loading: false,\n finished: true,\n refreshing: false\n };\n },\n created: function created() {\n this.jxcspqList = dictUtils.getDictItemsFromCache('jxcspq'); //九小场所片区\n\n this.jxcspqList = this.jxcspqList.map(function (item) {\n return {\n text: item.name,\n value: item.value\n };\n });\n this.jxcspqList[0] = {\n text: '请选择',\n value: ''\n };\n this.zddwjbList = dictUtils.getDictItemsFromCache('zddwjb'); //重点单位级别\n\n this.zddwjbList = this.zddwjbList.map(function (item) {\n return {\n text: item.name,\n value: item.value\n };\n });\n this.zddwjbList[0] = {\n text: '请选择',\n value: ''\n };\n },\n mounted: function mounted() {\n this.currentUser = JSON.parse(sessionStorage.getItem('currentUser'));\n this.deviceStatus = dictUtils.getDictItemsFromCache('sbzt'); // this.getProducts()\n\n this.getDevice();\n this.getTreen();\n },\n methods: {\n onSearch: function onSearch() {// this.$router.push({\n // name: 'MobileSearchIndividual',\n // query: {title: '排查单位'}\n // })\n },\n // 获取产品信息\n loadData: function loadData(id) {\n var _this = this;\n\n var queryParam = {\n pageBean: {},\n querys: []\n };\n queryParam.pageBean = {\n page: 1,\n pageSize: -1\n };\n queryParam.querys = [{\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'typeId',\n relation: 'AND',\n value: id\n }];\n productManage.productInfo(queryParam).then(function (res) {\n console.log(res); // this.total = res.total\n\n _this.columns = res.rows.map(function (item) {\n return {\n value: item.id,\n text: item.name\n };\n });\n _this.columns[0] = {\n text: '请选择',\n value: ''\n };\n });\n },\n onNavClick: function onNavClick(val) {\n console.log(val);\n this.loadData(val.id);\n },\n // 产品组织树查询\n getTreen: function getTreen() {\n var _this2 = this;\n\n productManage.productType().then(function (res) {\n res.value.map(function (item) {\n item.children = item.children.map(function (items) {\n return {\n children: [],\n id: items.id,\n text: items.name\n };\n });\n });\n _this2.getTreenData = res.value;\n _this2.treeData = res.value.map(function (item) {\n return {\n children: item.children,\n id: item.id,\n text: item.name\n };\n });\n console.log(_this2.treeData); // this.$set(this.treeData)\n });\n },\n // 跳转设备详情\n handleDetail: function handleDetail(item) {\n this.$router.push({\n name: 'MobileTroubleshootingDetail',\n query: {\n id: item\n }\n });\n },\n onCancel: function onCancel() {\n this.showPicker = false;\n },\n onLoad: function onLoad() {\n var _this3 = this;\n\n // // this.loading = true\n // // this.getDevice()\n setTimeout(function () {\n _this3.loading = true;\n\n _this3.getDevice();\n }, 500);\n },\n onRefresh: function onRefresh() {\n var _this4 = this;\n\n setTimeout(function () {\n _this4.page = 1;\n _this4.refreshing = true;\n _this4.deviceData = [];\n\n _this4.getDevice();\n }, 500);\n },\n teamChange: function teamChange(v) {\n this.page = 1;\n this.deviceData = [];\n this.getDevice();\n },\n orgChange: function orgChange(v) {\n this.page = 1;\n this.deviceData = [];\n this.getDevice();\n },\n getDevice: function getDevice() {\n var _this5 = this;\n\n this.finished = false;\n this.queryParam.pageBean = {\n pageSize: 10,\n page: this.page\n }; // this.loading = true\n\n this.queryParam.querys = [];\n\n if (this.querys[0].value) {\n this.queryParam.querys.push(this.querys[0]);\n }\n\n if (this.querys[1].value) {\n this.queryParam.querys.push(this.querys[1]);\n }\n\n resourceManage.loadDevice(this.queryParam, function (res) {\n console.log(res, 'res');\n _this5.loading = false;\n _this5.deviceData = _this5.deviceData.concat(res.rows);\n console.log(_this5.deviceData);\n _this5.page++; // 如果加载完毕,显示没有更多了\n\n if (res.rows.length === 0) {\n _this5.finished = true;\n }\n\n setTimeout(function () {\n //code\n _this5.refreshing = false;\n }, 1000);\n });\n }\n }\n};",null]}