{"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\\ReformPilotManage\\DistrictPromotioneVerify.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\ReformPilotManage\\DistrictPromotioneVerify.vue","mtime":1695722027686},{"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//\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//\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//\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//\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//\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 pagination from '@/components/pagination';\nimport { TableMixin } from '@/mixins/tableMixin';\nimport detailDialog from \"./components/detailDialog\";\nimport pilotprojects from '@/api/pilotprojects';\nimport utils from '@/utils.js';\nexport default {\n name: 'InternationalSubject',\n components: {\n pagination: pagination,\n detailDialog: detailDialog\n },\n mixins: [TableMixin],\n data: function data() {\n return {\n markLoading: false,\n auditStatus: false,\n districtData: [],\n searchForm: {},\n tableMaxHeight: 400,\n tableData: [],\n pageResult: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n tableLoading: false,\n deleteIds: ''\n };\n },\n created: function created() {\n this.getData();\n this.setStatusOptions('ggsd_shzt', 5);\n this.setPilotLevelList();\n },\n methods: {\n getTableData: function getTableData(val) {\n if (this.auditStatus != val) {\n this.auditStatus = val;\n this.getStatusList();\n }\n },\n getStatusList: _.debounce(function () {\n this.handleSearch(1);\n }, 500),\n //获取数据\n getData: function getData() {\n var _this = this;\n\n this.tableLoading = true;\n var data = {\n pilotLevel: 1,\n page: this.pageResult.page,\n size: this.pageResult.pageSize,\n statusList: this.auditStatus ? [7, 8, 9, 10, 11, 12] : [6]\n };\n pilotprojects.getDpvList(data, function (res) {\n _this.tableLoading = false;\n _this.tableData = res.value.rows;\n _this.pageResult.total = res.value.total;\n });\n },\n // 过滤\n filterHandler: function filterHandler(value, row, column) {\n return row.pilotLevel == value;\n },\n // 审核\n handleVerify: function handleVerify(item) {\n this.$refs.detailDialog.title = '审核';\n this.$refs.detailDialog.actionBtn = true;\n this.$refs.detailDialog.reqLoading = true;\n this.$refs.detailDialog.listShow = true;\n this.$refs.detailDialog.openDialog(item);\n },\n // 详情\n handleDetils: function handleDetils(item) {\n this.$refs.detailDialog.title = '详情';\n this.$refs.detailDialog.reqLoading = true;\n this.$refs.detailDialog.listShow = true;\n this.$refs.detailDialog.openDialog(item);\n },\n // 打开弹窗并初始化\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n handleSearch: function handleSearch(page) {\n var _this2 = this;\n\n if (this.searchForm === {}) {\n this.getData();\n } else {\n this.tableLoading = true;\n var data = this.searchForm;\n this.pageResult.page = page;\n data.statusList = this.auditStatus ? [7, 8, 9, 10, 11, 12] : [6];\n data.page = page;\n data.size = this.pageResult.pageSize;\n data.pilotLevel = 1;\n pilotprojects.getDpvList(data, function (res) {\n _this2.tableData = res.value.rows;\n _this2.pageResult.total = res.value.total;\n _this2.tableLoading = false;\n });\n }\n },\n // 分页\n handleCurrentChange: function handleCurrentChange(page) {\n this.pageResult.page = page;\n this.handleSearch(page);\n },\n handleSizeChange: function handleSizeChange(pageSize) {\n this.pageResult.pageSize = pageSize;\n this.handleSearch(1);\n },\n callData: function callData() {\n // this.getData()\n this.handleSearch(this.pageResult.page);\n }\n }\n};",null]}