This commit is contained in:
liuye
2022-11-28 15:14:57 +08:00
parent eb5338a53a
commit 7ce7c22e40

View File

@@ -169,7 +169,7 @@ export default {
},
getList() {
var startDate = this.dateList?.length ? this.dateList[0] + ' 00:00:00' : ''
var endDate = this.dateList?.length ? this.dateList[1] + ' 00:00:00' : ''
var endDate = this.dateList?.length ? this.dateList[1] + ' 23:59:59' : ''
this.$http.post('/app/appepidemicpreventioncommunitymanagement/list', null, {
params: {
size: 10,