|
|
|
|
@ -95,6 +95,7 @@
|
|
|
|
|
> |
|
|
|
|
<el-button type="primary" @click="handleShowImportReplenish">集访导入</el-button> |
|
|
|
|
<el-button type="primary" @click="handleShowldjfReplenish">领导接访导入</el-button> |
|
|
|
|
<el-button type="primary" @click="handleExport">数据导出</el-button> |
|
|
|
|
<el-badge |
|
|
|
|
:value="distributeList.length" |
|
|
|
|
class="ml-10" |
|
|
|
|
@ -260,6 +261,7 @@
|
|
|
|
|
@close="show = false" |
|
|
|
|
@update="getList" |
|
|
|
|
/> |
|
|
|
|
<!-- 集访、领导接访数据补充--> |
|
|
|
|
<data-gab-replenish v-model="replenishShow" |
|
|
|
|
:replenishType="replenishType" |
|
|
|
|
@close="replenishShow = false" @success="successFun"/> |
|
|
|
|
@ -378,6 +380,7 @@ import feedback from "@/utils/feedback";
|
|
|
|
|
import { getDictLable,getYearTime } from "@/utils/util"; |
|
|
|
|
|
|
|
|
|
import useCatchStore from "@/stores/modules/catch"; |
|
|
|
|
import {BASE_PATH} from "@/api/request"; |
|
|
|
|
|
|
|
|
|
const route = useRoute() |
|
|
|
|
const catchStore = useCatchStore(); |
|
|
|
|
@ -480,7 +483,12 @@ function successFun(){
|
|
|
|
|
replenishShow.value=false |
|
|
|
|
getList() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 导出数据 |
|
|
|
|
* */ |
|
|
|
|
function handleExport() { |
|
|
|
|
window.open(`${BASE_PATH}/data/petitionComplaint/export/xf/gabxf?` + new URLSearchParams(query.value).toString()) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const detailShow = ref(false); |
|
|
|
|
|