bug
This commit is contained in:
		| @@ -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"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user