{"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\\BigScreen\\components\\subComponents\\groupData.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\subComponents\\groupData.vue","mtime":1731008470955},{"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":["//\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 FileList from '@/components/uploadFile/newFileList.vue';\nimport pagenation from \"./pagenation.vue\";\nimport apiList from '@/api/bigScreen/majorView.js';\nimport moment from 'moment';\nexport default {\n name: 'groupData',\n components: {\n pagenation: pagenation,\n FileList: FileList\n },\n props: {\n tableOptions: {\n type: Object,\n default: function _default() {\n return {};\n }\n }\n },\n data: function data() {\n return {\n loading: false,\n loadingColor: 'rgba(6, 46, 106, 0.4)',\n tableLoading: false,\n fileLoading: false,\n params: {\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0,\n showTotal: true\n },\n querys: [{\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'profile_Classify_',\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'LIKE',\n parentGroup: '',\n property: 'file_Name_',\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'group_code_',\n relation: 'AND',\n value: ''\n }]\n },\n tableData: [],\n currentRow: {},\n fileList: [],\n searchData: {},\n previewUrl: '',\n groupOptions: [{\n id: 100,\n label: '所有专项小组',\n value: ''\n }, {\n id: 1,\n label: '党建统领体制改革专项小组',\n value: 'djtltzggzxxz'\n }, {\n id: 2,\n label: '经济体制改革专项小组',\n value: 'jjtzggzxxz'\n }, {\n id: 3,\n label: '社会民生领域改革专项小组',\n value: 'shmslyggzxxz'\n }, {\n id: 4,\n label: '民主与法制领域改革专项小组',\n value: 'mzyfzlyggzxxz'\n }, {\n id: 5,\n label: '文化体制改革专项小组',\n value: 'whtzggzxxz'\n }, {\n id: 6,\n label: '平安法治领域改革专项小组',\n value: 'pafzlyggzxxz'\n }],\n clickTimes: 0,\n groupName: '',\n fileTitle: ''\n };\n },\n beforeDestroy: function beforeDestroy() {\n this.$bus.$off('changeDate');\n },\n mounted: function mounted() {\n var _this2 = this;\n\n this.getData();\n this.$bus.$on('changeDate', function (searchDate) {\n _this2.getData();\n });\n },\n created: function created() {\n var type = this.$route.query.type;\n this.params.querys[0].value = type;\n this.fileTitle = type === '1' ? '总书记要求' : type === '2' ? '中央文件' : type === '3' ? '工作总结' : type === '4' ? '工作要点' : type === '5' ? '外省市改革经验' : '问题';\n this.$emit('searchDateChange');\n },\n methods: {\n listItemClick: function listItemClick(item) {\n var _this = this;\n\n _this.clickTimes++;\n\n if (_this.clickTimes === 2) {\n _this.clickTimes = 0;\n _this.params.querys[2].value = '';\n _this.groupName = '';\n\n _this.getData();\n }\n\n setTimeout(function () {\n if (_this.clickTimes === 1) {\n _this.clickTimes = 0;\n _this.params.querys[2].value = item.value;\n _this.groupName = item.label;\n\n _this.getData();\n }\n }, 250);\n },\n getData: function getData() {\n var _this3 = this;\n\n this.tableLoading = true;\n apiList.getGroupFile(this.params, function (res) {\n if (res) {\n _this3.tableData = res.rows;\n }\n\n _this3.params.pageBean.total = res.total;\n _this3.tableLoading = false;\n });\n },\n pageChange: function pageChange(key) {\n this.params.pageBean.page = key;\n this.getData();\n }\n }\n};",null]}