This commit is contained in:
yanran200830
2022-11-28 15:33:18 +08:00
parent a79a165d60
commit 7d2fded062

View File

@@ -17,13 +17,6 @@
:selectList="dict.getDict('EP_nucleicAcidStatus')"
@change="search.current = 1, getList()">
</ai-select>
<ai-select
v-model="search.status"
clearable
placeholder="请选择管理状态"
:selectList="dict.getDict('EP_CM_status')"
@change="search.current = 1, getList()">
</ai-select>
<ai-user-selecter :instance="instance" @change="onUserChange" :isMultiple="false" v-model="user">
<div class="userSelcet">
<span style="color: #606266;" v-if="search.controllerUserId">{{ name }}</span>
@@ -48,6 +41,13 @@
placeholder="选择结束日期"
@change="search.current = 1, getList()">
</el-date-picker>
<ai-select
v-model="search.status"
clearable
placeholder="请选择管理状态"
:selectList="dict.getDict('EP_CM_status')"
@change="search.current = 1, getList()">
</ai-select>
</template>
<template #right>
<ai-download :instance="instance" url="/app/appepidemicpreventioncommunitymanagement/export" :params="search" fileName="社区管理" :disabled="tableData.length == 0">