{"remainingRequest":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\damDance-fvue\\src\\views\\BigScreen\\components\\concernGroup.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\damDance-fvue\\src\\views\\BigScreen\\components\\concernGroup.vue","mtime":1704857990668},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-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//\nimport bigScreenAPI from '@/api/BigScreen/index.js';\nimport utils from '@/utils.js';\nexport default {\n name: 'concernGroup',\n components: {},\n props: {\n formData: {\n type: Object,\n default: function _default() {\n return {};\n }\n }\n },\n watch: {\n formData: {\n handler: function handler(newVal, oldVal) {\n this.getData();\n },\n deep: true\n }\n },\n computed: {},\n data: function data() {\n return {\n queryForm: {\n pageBean: {\n page: 1,\n pageSize: 6,\n showTotal: true\n },\n querys: [{\n group: 'main',\n operation: 'LIKE',\n parentGroup: '',\n property: 'areaFullCode',\n relation: 'AND',\n value: ''\n } // {\n // group: 'main',\n // operation: 'EQUAL',\n // parentGroup: '',\n // property: 'year',\n // relation: 'AND',\n // value: '',\n // },\n // {\n // group: 'main',\n // operation: 'EQUAL',\n // parentGroup: '',\n // property: 'month',\n // relation: 'AND',\n // value: '',\n // },\n ],\n params: {}\n },\n listOption: [// {\n // label: '事件名称',\n // prop: 'eventName',\n // width: '18%',\n // },\n // {\n // label: '事件编号',\n // prop: 'eventCode',\n // width: '25%',\n // },\n // {\n // label: '事件类型',\n // prop: 'eventType',\n // dict: 'sjfx-sjfl',\n // width: '15%',\n // },\n {\n label: '被处置对象名称',\n prop: 'disposedObjectName',\n width: '45%'\n }, {\n label: '对象类型',\n prop: 'type',\n dict: 'dxlx',\n width: '24%'\n }, {\n label: '扣分情况',\n prop: 'score',\n width: '19%'\n }],\n dataList: [] // 列表数据\n\n };\n },\n created: function created() {},\n mounted: function mounted() {\n this.getData();\n },\n methods: {\n // 获取重点关注团体数据列表\n getData: function getData() {\n var _this = this;\n\n this.queryForm.querys[0].value = this.formData.areaCode;\n this.queryForm.params.year = this.formData.date.slice(0, 4);\n this.queryForm.params.month = this.formData.date.slice(5);\n bigScreenAPI.getConcernGroup(this.queryForm).then(function (res) {\n _this.dataList = res.rows;\n });\n },\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n }\n }\n};",null]}