时间
This commit is contained in:
@@ -169,7 +169,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
var startDate = this.dateList?.length ? this.dateList[0] + ' 00:00:00' : ''
|
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, {
|
this.$http.post('/app/appepidemicpreventioncommunitymanagement/list', null, {
|
||||||
params: {
|
params: {
|
||||||
size: 10,
|
size: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user