调试窗

上报历史列表刷新初始数据
This commit is contained in:
xuxinchao
2022-05-06 15:23:28 +08:00
parent 096cfe6cb2
commit 585c6429c1

View File

@@ -413,6 +413,7 @@ class MoGoHmiFragment : MvpFragment<MoGoHmiContract.View?, HmiPresenter?>(),
//打开工控机上报列表
reportListFloatWindow = ReportListFloatWindow(it)
reportListFloatWindow?.showFloatWindow()
reportListFloatWindow?.refreshData(reportList)
}else{
//关闭工控机上报列表
reportListFloatWindow?.hideFloatWindow()