{"remainingRequest":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\cqlt-fvue\\src\\views\\BigScrenn\\components\\echartsTitle.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\src\\views\\BigScrenn\\components\\echartsTitle.vue","mtime":1684835194803},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.number.constructor\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport { mapState } from 'vuex';\nexport default {\n props: {\n orderData: {\n type: Object\n },\n hierarchy: {\n type: Number\n },\n lowerType: {\n type: Boolean\n }\n },\n data: function data() {\n return {\n isActive: false\n };\n },\n methods: {\n handleTitle: function handleTitle(val) {\n if (!this.lowerType) {\n return;\n }\n\n window.localStorage.setItem(\"indexData\", JSON.stringify(val));\n\n if (this.hierarchy == 1) {\n window.localStorage.setItem(\"firstPageName\", JSON.stringify(val));\n this.$router.push({\n name: 'firstLevelPage',\n params: {\n targetId: val.targetId,\n name: val.targetName\n }\n });\n } else if (this.hierarchy == 2) {\n window.localStorage.setItem(\"secondPageName\", JSON.stringify(val));\n this.$router.push({\n name: 'secondLevelPage',\n params: {\n targetId: val.targetId,\n name: val.targetName\n }\n });\n } else if (this.hierarchy == 3) {\n window.localStorage.setItem(\"thirdPageName\", JSON.stringify(val));\n this.$router.push({\n name: 'thirdLevelPage',\n params: {\n targetId: val.targetId,\n name: val.targetName\n }\n });\n } else if (this.hierarchy == 4) {\n window.localStorage.setItem(\"fourthPageName\", JSON.stringify(val));\n this.$router.push({\n name: 'fourthLevelPage',\n params: {\n targetId: val.targetId,\n name: val.targetName\n }\n });\n }\n },\n handleMore: function handleMore() {\n this.isActive = !this.isActive;\n },\n openMore: function openMore(val) {\n this.isActive = false; // this.$refs.echartsDialog.add(val)\n }\n }\n};",null]}