{"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\\reformBrand.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\subComponents\\reformBrand.vue","mtime":1710321545446},{"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//\nimport utils from '@/utils.js';\nimport apiList from '@/api/bigScreen/districView.js';\nexport default {\n props: {\n options: {\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 showEasy: false,\n currentRow: {},\n currentTabComponent: '',\n dialogOption: {\n dialogTitle: '',\n width: '60%',\n top: '2%'\n },\n tempTableOptions: null,\n tableData: [],\n year: ''\n };\n },\n beforeDestroy: function beforeDestroy() {\n this.$bus.$off('changeDate');\n },\n mounted: function mounted() {\n var _this = this;\n\n this.getBrand();\n this.$bus.$on('changeDate', function () {\n _this.getBrand();\n });\n },\n methods: {\n handleDetail: function handleDetail(comp, title, code) {\n this.$router.push({\n path: '/DetailComponent',\n name: 'DetailComponent',\n query: {\n comp: comp,\n title: '品牌创建·' + title,\n code: code\n }\n });\n },\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n // handleDetail(row, type) {\n // this.currentTabComponent = dialogConfig.dialogOption[type]\n // .componentName\n // ? dialogConfig.dialogOption[type].componentName\n // : type // 动态组件名称\n // let data = {\n // ...dialogConfig.dialogOption[type].option,\n // dialogTitle: `${row.unitName}改革经验获全国肯定评价和中央媒体深度专题报道情况`,\n // }\n // let dataOptions = {\n // ...dialogConfig.dialogOption[type].dataOptions,\n // rowDate: row.effectDetail,\n // }\n // this.tempTableOptions = dataOptions //table的查询参数\n // this.dialogOption = data //弹窗配置参数\n // this.showEasy = true\n // },\n getBrand: function getBrand() {\n var _this2 = this;\n\n this.loading = true;\n var searchDate = sessionStorage.getItem('searchDate');\n searchDate = JSON.parse(searchDate);\n this.year = searchDate.year;\n var data = this.qs.stringify({\n quarter: searchDate.quarter,\n year: searchDate.year\n });\n apiList.getBrand(data, function (res) {\n if (res && res.value && res.value.brand) {\n _this2.tableData = res.value.brand;\n }\n\n _this2.loading = false;\n });\n }\n }\n};",null]}