{"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\\innerTables\\reformBrand.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\innerTables\\reformBrand.vue","mtime":1681724619618},{"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//\n//\n//\n//\n//\n//\n//\n//\n//\n\r\nimport apiList from '@/api/bigScreen/districView.js'\r\nimport EasyDialog from '@/views/BigScreen/components/easy-dialog/index.vue'\r\nimport dialogComponents from '@/views/BigScreen/js/dialog_components.js'\r\nimport dialogConfig from '@/views/BigScreen/js/DistrictReformDialogConfig.js'\r\nexport default {\r\n components: {\r\n EasyDialog,\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 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 tableData: [],\r\n }\r\n },\r\n mounted() {\r\n this.getBrand()\r\n },\r\n methods: {\r\n handleDetail(row, type) {\r\n this.currentTabComponent = dialogConfig.dialogOption[type]\r\n .componentName\r\n ? dialogConfig.dialogOption[type].componentName\r\n : type // 动态组件名称\r\n let data = {\r\n ...dialogConfig.dialogOption[type].option,\r\n dialogTitle: `${row.unitName}改革经验获全国肯定评价和中央媒体深度专题报道情况`,\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 getBrand() {\r\n this.loading = true\r\n let searchDate = sessionStorage.getItem('searchDate')\r\n searchDate = JSON.parse(searchDate)\r\n let data = this.qs.stringify({\r\n quarter: searchDate.quarter,\r\n year: searchDate.year,\r\n })\r\n apiList.getBrand(data, (res) => {\r\n if (res && res.value && res.value.brand) {\r\n this.tableData = res.value.brand\r\n }\r\n this.loading = false\r\n })\r\n },\r\n },\r\n}\r\n",null]}