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