{"remainingRequest":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/components/RT/RTContainerGT.vue?vue&type=script&lang=js","dependencies":[{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/components/RT/RTContainerGT.vue","mtime":1725957645718},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/babel-loader/lib/index.js","mtime":456789000000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["\nexport default {\n data() {\n return {\n titleArr: [\n { name: \"督办事项\", type: 1 },\n { name: \"工作要点\", type: 2 },\n { name: \"绩效考核\", type: 3 },\n { name: \"在办事项\", type: 4 },\n { name: \"问题清单\", type: 5 },\n ],\n inx: 0,\n params: {\n //搜索条件\n pageIndex: 1,\n pageSize: 3,\n total: 0,\n },\n type: 1,\n tableData: [],\n tableData2: [],\n tableData3: [],\n tableData4: [],\n };\n },\n mounted() {\n this.groupSupervisionList(); //督办事项\n this.performanceAppraisalList(); //工作要点\n this.AnnualHighlightsList(); //绩效考核\n this.inServiceList(); //在办事项\n this.questionList(); //问题清单\n },\n methods: {\n titleClick(item, index) {\n this.inx = index;\n this.type = item.type;\n },\n groupSupervisionList() {\n this.$api.groupSupervisionListApi(this.params, {\n onSucess: (response) => {\n console.log(response);\n this.tableData = response.data;\n },\n });\n },\n performanceAppraisalList() {\n this.$api.performanceAppraisalListApi(this.params, {\n onSucess: (response) => {\n console.log(response);\n this.tableData2 = response.data;\n },\n });\n },\n AnnualHighlightsList() {\n this.$api.AnnualHighlightsListApi(this.params, {\n onSucess: (response) => {\n console.log(response);\n this.tableData3 = response.data;\n },\n });\n },\n inServiceList() {\n this.$api.inServiceListApi(this.params, {\n onSucess: (response) => {\n console.log(response);\n this.tableData4 = response.data;\n },\n });\n },\n questionList() {\n this.$api.questionListApi(this.params, {\n onSucess: (response) => {\n console.log(response);\n this.tableData5 = response.data;\n },\n });\n },\n\n more() {\n let appId = \"__Yx8O5Fp3GzCvJCloYYV\";\n let name = \"绩效管理\";\n let flag = 1;\n this.$store.dispatch(\"loadMenus\", { appId, name, flag });\n // if(this.type==1){\n // let appId='__Yx8O5Fp3GzCvJCloYYV'\n // let name='集团督办事项'\n // let flag=1\n // this.$store.dispatch(\"loadMenus\", {appId, name,flag});\n // }else if(this.type==2){\n // let appId='__Yx8O5Fp3GzCvJCloYYV'\n // let name='年度工作要点'\n // let flag=1\n // this.$store.dispatch(\"loadMenus\", {appId, name,flag});\n // }else if(this.type==3){\n // let appId='__Yx8O5Fp3GzCvJCloYYV'\n // let name='绩效考核指标'\n // let flag=1\n // this.$store.dispatch(\"loadMenus\", {appId, name,flag});\n // }\n },\n },\n};\n",null]}