{"remainingRequest":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\views\\Normal\\BasicDataManagement\\workBench.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\views\\Normal\\BasicDataManagement\\workBench.vue","mtime":1703736819855},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\nimport workBenchTab from \"./components/workBenchTab.vue\";\nimport workGroupContent from \"./components/workGroupContent.vue\";\nimport workUserContent from \"./components/workUserContent.vue\";\nexport default {\n components: {\n workBenchTab: workBenchTab,\n workGroupContent: workGroupContent,\n workUserContent: workUserContent\n },\n data: function data() {\n return {\n workBenchMenu: [],\n tabAlias: ''\n };\n },\n mounted: function mounted() {\n this.getWorkTabMenu();\n console.log(this.workBenchMenu);\n },\n methods: {\n getWorkTabMenu: function getWorkTabMenu() {\n var _this = this;\n\n this.$store.dispatch('menu/actionFrontMenus').then(function (data) {\n var bigScreen = data && data.filter(function (item) {\n return item.alias === 'bigScreen';\n });\n var workPlat = bigScreen[0].children.filter(function (item) {\n return item.alias === 'workPlat';\n });\n var normal = workPlat[0].children.filter(function (item) {\n return item.alias === 'normal';\n });\n var basicDataManagement = normal[0].children.filter(function (item) {\n return item.alias === 'basicDataManagement';\n });\n var workBench = basicDataManagement[0].children.filter(function (item) {\n return item.alias === 'workBench';\n });\n\n if (workBench[0].children.length !== 0) {\n for (var i = 0; i < workBench[0].children.length; i++) {\n _this.tabAlias = workBench[0].children[0].alias;\n\n _this.workBenchMenu.push(workBench[0].children[i]);\n }\n }\n });\n },\n TabAlias: function TabAlias(tabAlias) {\n this.tabAlias = tabAlias;\n }\n }\n};",null]}