{"remainingRequest":"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\\projectBrandList.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\subComponents\\projectBrandList.vue","mtime":1685953070058},{"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\r\nimport dialogComponents from '@/views/BigScreen/js/major_dialog_components.js'\r\nimport dialogConfig from '@/views/BigScreen/js/MajorProjectsDialogConfig.js'\r\nimport apiList from '@/api/bigScreen/majorView.js'\r\nexport default {\r\n name: 'brandList',\r\n components: {\r\n ...dialogComponents\r\n },\r\n props: {\r\n tableOptions: {\r\n type: Object,\r\n default: () => {\r\n return {}\r\n }\r\n }\r\n },\r\n data() {\r\n return {\r\n loading: false,\r\n loadingColor: 'rgba(6, 46, 106, 0.4)',\r\n tableData: [],\r\n showEasy: false,\r\n currentTabComponent: '',\r\n dialogOption: {\r\n dialogTitle: '',\r\n width: '60%',\r\n top: '2%'\r\n },\r\n tempTableOptions: null\r\n }\r\n },\r\n mounted() {\r\n this.loadData()\r\n },\r\n methods: {\r\n handleDetail(row, type) {\r\n this.currentTabComponent = dialogConfig.dialogOption[type].componentName\r\n ? dialogConfig.dialogOption[type].componentName\r\n : type // 动态组件名称\r\n let data = {\r\n ...dialogConfig.dialogOption[type].option,\r\n dialogTitle: `${row.projectName}改革经验详情`\r\n }\r\n let dataOptions = {\r\n ...dialogConfig.dialogOption[type].dataOptions,\r\n rowDate: row.effectDetail\r\n }\r\n\r\n this.tempTableOptions = dataOptions //table的查询参数\r\n this.dialogOption = data //弹窗配置参数\r\n this.showEasy = true\r\n },\r\n //--------数据-----------\r\n loadData() {\r\n this.loading = true\r\n let searchDate = sessionStorage.getItem('searchDate')\r\n searchDate = JSON.parse(searchDate)\r\n let data = {\r\n year: searchDate.year,\r\n month: searchDate.month\r\n }\r\n apiList.getProjectBrand(data, res => {\r\n if (res) {\r\n this.tableData = res\r\n }\r\n this.loading = false\r\n })\r\n }\r\n }\r\n}\r\n",null]}