{"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\\fileListDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\subComponents\\fileListDialog.vue","mtime":1734080873744},{"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//\nimport pagenation from \"./pagenation.vue\";\nimport FileList from '@/components/uploadFile/newFileList.vue';\nimport easyDialog from '@/views/BigScreen/components/easy-dialog/index.vue';\nimport apiList from '@/api/bigScreen/majorView.js';\nexport default {\n name: 'fileListDialog',\n components: {\n pagenation: pagenation,\n easyDialog: easyDialog,\n FileList: FileList\n },\n props: {\n title: {\n type: String,\n default: '材料详情'\n }\n },\n data: function data() {\n return {\n showEasy: false,\n loading: false,\n loadingColor: 'rgba(6, 46, 106, 0.4)',\n tableLoading: false,\n fileLoading: false,\n tableData: []\n };\n },\n methods: {\n open: function open(data, code) {\n this.showEasy = true;\n this.getData({\n id: data.id,\n code: code || ''\n });\n },\n close: function close() {\n this.showEasy = false;\n },\n getData: function getData(data) {\n var _this = this;\n\n this.tableLoading = true;\n apiList.getReformSituationFile(data, function (res) {\n if (res) {\n _this.tableData = res;\n }\n\n _this.tableLoading = false;\n });\n },\n pageChange: function pageChange(key) {\n this.params.pageBean.page = key;\n this.getData();\n }\n }\n};",null]}