fix:修改 同步功能的无效的问题

This commit is contained in:
zhangyu
2022-03-10 11:31:48 +08:00
parent fed995571b
commit c503d90326
4 changed files with 26 additions and 9 deletions

View File

@@ -102,6 +102,7 @@
@on-refresh-time="refreshTime"
@on-remove-chart="delChart"
@on-add-group-item-chart="addGroupItem"
@refreshPanel="refreshPanel"
:loading="chartListLoading"
:chart-detail-info="chartDetailInfo"
></chart-list>
@@ -274,6 +275,9 @@ export default {
refresh () {
this.getTableData(this.obj.id)
},
refreshPanel () {
this.getData(this.filter)
},
refreshTime (st, et) {
const startTime = bus.timeFormate(st, 'yyyy-MM-dd hh:mm')
const endTime = bus.timeFormate(et, 'yyyy-MM-dd hh:mm')