diff --git a/src/views/modules/base/epidemic/antiInfo.vue b/src/views/modules/base/epidemic/antiInfo.vue index cc3cc13d..b7c209cf 100644 --- a/src/views/modules/base/epidemic/antiInfo.vue +++ b/src/views/modules/base/epidemic/antiInfo.vue @@ -135,8 +135,8 @@ - + - + - - - - - - - - - { - if (item.time) { - let timeArray = item.time.split(' ') - item.time = timeArray[0] - } + // this.tableData.forEach(item => { + // if (item.time) { + // let timeArray = item.time.split(' ') + // item.time = timeArray[0] + // } - }); + // }); } else { this.$message.error(msg) } @@ -430,7 +430,7 @@ export default { this.formData.startDate = '' this.formData.endDate = '' this.timeRange = [] - this.pageSize = 10 + this.pageSize = 20 this.pageNo = 1 this.loadTable() },