{"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\\ReformSituation\\components\\refusalDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\ReformSituation\\components\\refusalDialog.vue","mtime":1744856393025},{"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//\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 { TableMixin } from '@/mixins/tableMixin';\nimport countyApi from '@/api/ReformSituation/countyApi';\nimport utils from '@/utils';\nexport default {\n name: 'refusalDialog',\n mixins: [TableMixin],\n props: {},\n data: function data() {\n return {\n visible: false,\n loading: false,\n tableData: []\n };\n },\n created: function created() {},\n methods: {\n upDate: function upDate(item) {\n this.visible = true;\n this.getDetails(item);\n },\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n // 详情回显\n getDetails: function getDetails(item) {\n var _this = this;\n\n this.loading = true;\n var param = {\n unitId: item.unitId,\n year: item.fillYear,\n month: item.fillMonth\n };\n countyApi.turnDownChange(param).then(function (res) {\n _this.tableData = res;\n _this.loading = false;\n });\n },\n // 取消\n handleClose: function handleClose() {\n this.visible = false;\n }\n }\n};",null]}