导出
This commit is contained in:
@@ -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: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user