This commit is contained in:
yanran200730
2022-09-27 15:53:56 +08:00
parent adee39f37f
commit 5e2fcdea28

View File

@@ -46,7 +46,7 @@
placeholder="选择结束日期" placeholder="选择结束日期"
@change="search.current = 1, getList()"> @change="search.current = 1, getList()">
</el-date-picker> </el-date-picker>
<ai-download :instance="instance" url="/app/appepidemicbackhomerecord/export" :params="param" fileName="返乡登记" :disabled="tableData.length == 0"> <ai-download :instance="instance" url="/app/appepidemicpreventionregisterinfo/export" :params="search" fileName="卡口登记" :disabled="tableData.length == 0">
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button> <el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button>
</ai-download> </ai-download>
</template> </template>
@@ -105,7 +105,8 @@
status: '', status: '',
arriveAreaId: '', arriveAreaId: '',
queryBeginTime: '', queryBeginTime: '',
queryEndTime: '' queryEndTime: '',
infoType: 0
}, },
dictList: [], dictList: [],
info: {}, info: {},