{"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\\deviceManage\\components\\ProductDetails.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Device\\deviceManage\\components\\ProductDetails.vue","mtime":1687336502346},{"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\";\nimport \"core-js/modules/web.dom.iterable\";\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 { TableMixin } from '@/mixins/tableMixin';\nimport dictUtils from '@/components/dict/DictSelectUtils.js';\nimport ProductPhysicalModel from \"./modle/ProductPhysicalModel.vue\";\nimport AlarmConfiguration from \"./modle/AlarmConfiguration.vue\";\nimport BasicInformationDialog from \"./modle/BasicInformationDialog.vue\";\nimport productExtendDialog from '@/views/Device/deviceManage/components/productExtendDialog';\nimport productManage from '@/api/device/productManage.js';\nexport default {\n name: 'EquipmentDetails',\n components: {\n ProductPhysicalModel: ProductPhysicalModel,\n BasicInformationDialog: BasicInformationDialog,\n productExtendDialog: productExtendDialog,\n AlarmConfiguration: AlarmConfiguration\n },\n mixins: [TableMixin],\n data: function data() {\n return {\n productId: '',\n activeName: 'first',\n parameter: {},\n //接收参数\n size: '',\n fullName: '',\n deviceTypeList: [],\n ctlTypeList: [],\n isIntellectList: [],\n deviceTypeName: '',\n isIntellectName: '',\n previewUrl: window.context.portal + '/file/onlinePreviewController/v1/getFileById_' //图标预览\n\n };\n },\n created: function created() {\n this.productId = this.$route.query.id;\n this.deviceTypeList = dictUtils.getDictItemsFromCache('sblx');\n this.ctlTypeList = dictUtils.getDictItemsFromCache('kjlx'); //\n\n this.isIntellectList = dictUtils.getDictItemsFromCache('znfl'); //智能分类\n\n this.loadData();\n },\n mounted: function mounted() {// this.parameter = this.$route.query\n },\n methods: {\n handleClick: function handleClick(tab, event) {},\n goBack: function goBack() {\n this.$router.go(-1);\n },\n alterBasis: function alterBasis() {\n this.$refs.formModal.add();\n },\n loadData: function loadData(page) {\n var _this = this;\n\n productManage.productInfoDetail(this.productId).then(function (res) {\n _this.parameter = res;\n\n _this.deviceTypeList.forEach(function (e) {\n if (e.value == _this.parameter.deviceType) {\n _this.deviceTypeName = e.name;\n }\n });\n\n _this.isIntellectList.forEach(function (s) {\n if (s.value == _this.parameter.isIntellect) {\n _this.isIntellectName = s.name;\n }\n });\n\n productManage.productTypeDetail(_this.parameter.typeId).then(function (res) {\n _this.fullName = res.name;\n });\n });\n }\n }\n};",null]}