{"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\\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\\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":["import \"core-js/modules/es7.object.get-own-property-descriptors\";\nimport \"core-js/modules/web.dom.iterable\";\nimport \"core-js/modules/es6.object.keys\";\nimport _defineProperty from \"D:/jenkins/workspace/reform-fvue/node_modules/@babel/runtime/helpers/esm/defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\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//\n//\nimport apiList from '@/api/bigScreen/districView.js';\nimport EasyDialog from '@/views/BigScreen/components/easy-dialog/index.vue';\nimport dialogComponents from '@/views/BigScreen/js/dialog_components.js';\nimport dialogConfig from '@/views/BigScreen/js/DistrictReformDialogConfig.js';\nexport default {\n components: _objectSpread({\n EasyDialog: EasyDialog\n }, dialogComponents),\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 showEasy: false,\n currentTabComponent: '',\n dialogOption: {\n dialogTitle: '',\n width: '60%',\n top: '2%'\n },\n tempTableOptions: null,\n tableData: []\n };\n },\n mounted: function mounted() {\n this.getBrand();\n },\n methods: {\n handleDetail: function handleDetail(row, type) {\n this.currentTabComponent = dialogConfig.dialogOption[type].componentName ? dialogConfig.dialogOption[type].componentName : type; // 动态组件名称\n\n var data = _objectSpread(_objectSpread({}, dialogConfig.dialogOption[type].option), {}, {\n dialogTitle: \"\".concat(row.unitName, \"\\u6539\\u9769\\u7ECF\\u9A8C\\u83B7\\u5168\\u56FD\\u80AF\\u5B9A\\u8BC4\\u4EF7\\u548C\\u4E2D\\u592E\\u5A92\\u4F53\\u6DF1\\u5EA6\\u4E13\\u9898\\u62A5\\u9053\\u60C5\\u51B5\")\n });\n\n var dataOptions = _objectSpread(_objectSpread({}, dialogConfig.dialogOption[type].dataOptions), {}, {\n rowDate: row.effectDetail\n });\n\n this.tempTableOptions = dataOptions; //table的查询参数\n\n this.dialogOption = data; //弹窗配置参数\n\n this.showEasy = true;\n },\n getBrand: function getBrand() {\n var _this = this;\n\n this.loading = true;\n var searchDate = sessionStorage.getItem('searchDate');\n searchDate = JSON.parse(searchDate);\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 _this.tableData = res.value.brand;\n }\n\n _this.loading = false;\n });\n }\n }\n};",null]}