{"remainingRequest":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\reform-fvue\\src\\views\\Worktable\\Worktable.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\Worktable\\Worktable.vue","mtime":1698651962315},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"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//\nimport api from '@/api/worktable/worktable.js';\nexport default {\n data: function data() {\n return {\n list: []\n };\n },\n mounted: function mounted() {\n this.getData();\n },\n methods: {\n goToPage: function goToPage(url) {\n var path = url;\n var alias = \"/platLayout/\".concat(url);\n this.$router.push(path);\n this.$bus.$emit('roterPush', alias);\n },\n getData: function getData() {\n var _this = this;\n\n api.getToDoList(function (res) {\n var list = [{\n title: '改革需求管理',\n children: []\n }, {\n title: '堵点卡点管理',\n children: []\n }, {\n title: '成效晾晒管理',\n children: []\n }, {\n title: '改革试点管理',\n children: []\n }, {\n title: '重大改革项目',\n children: []\n }, {\n title: '改革风险管理',\n children: []\n }, {\n title: '改革满意度管理',\n children: []\n }, {\n title: '改革会议管理',\n children: []\n }, {\n title: '市改革办工作事项',\n children: []\n }];\n res.forEach(function (item) {\n if (item.typeName === '改革需求管理' && item.value > 0) {\n list[0].children.push(item);\n }\n\n if (item.typeName === '堵点卡点管理' && item.value > 0) {\n list[1].children.push(item);\n }\n\n if (item.typeName === '成效晾晒管理' && item.value > 0) {\n list[2].children.push(item);\n }\n\n if (item.typeName === '改革试点管理' && item.value > 0) {\n list[3].children.push(item);\n }\n\n if (item.typeName === '重大改革项目' && item.value > 0) {\n list[4].children.push(item);\n }\n\n if (item.typeName === '改革风险管理' && item.value > 0) {\n list[5].children.push(item);\n }\n\n if (item.typeName === '改革满意度管理' && item.value > 0) {\n list[6].children.push(item);\n }\n\n if (item.typeName === '改革会议管理' && item.value > 0) {\n list[7].children.push(item);\n }\n\n if (item.typeName === '事改革办工作事项' && item.value > 0) {\n list[8].children.push(item);\n }\n });\n _this.list = list.filter(function (item) {\n return item.children.length > 0;\n });\n });\n },\n toPage: function toPage() {\n this.$router.push({\n path: 'ReformProjectDetails'\n });\n }\n }\n};",null]}