{"remainingRequest":"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\\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//\n\r\nimport {TableMixin} from '@/mixins/tableMixin'\r\nimport countyApi from '@/api/ReformSituation/countyApi'\r\nimport utils from '@/utils'\r\nexport default {\r\n name: 'refusalDialog',\r\n mixins: [TableMixin],\r\n props: {},\r\n data() {\r\n return {\r\n visible: false,\r\n loading:false,\r\n tableData:[],\r\n }\r\n },\r\n created() {\r\n },\r\n methods: {\r\n upDate(item) {\r\n this.visible = true\r\n this.getDetails(item)\r\n },\r\n getDictName(code, value) {\r\n return utils.getDictName(code, value)\r\n },\r\n // 详情回显\r\n getDetails(item){\r\n this.loading = true\r\n let param = {\r\n unitId:item.unitId,\r\n year:item.fillYear,\r\n month:item.fillMonth\r\n }\r\n countyApi.turnDownChange(param).then(res => {\r\n this.tableData = res\r\n this.loading = false\r\n })\r\n },\r\n // 取消\r\n handleClose() {\r\n this.visible = false\r\n },\r\n }\r\n}\r\n",null]}