浏览代码

跳转保存后没有传输数据,需退出传输列表再次进去才显示

huangxiaodong 1 年之前
父节点
当前提交
976aaa2695
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      创维盒子/双子星云手机/Class/Set/uploadFile/receiveView/receiveView.m

+ 2 - 2
创维盒子/双子星云手机/Class/Set/uploadFile/receiveView/receiveView.m

@@ -151,7 +151,7 @@
 - (void)getBoxSaveDataFun
 {
     KWeakSelf
-    [[boxSaveFileManager shareInstance] getDataInDatabaseFun:NO complete:^(NSMutableArray * _Nonnull Arr) {
+    [[boxSaveFileManager shareInstance] getDataInDatabaseFun:YES complete:^(NSMutableArray * _Nonnull Arr) {
         [weakSelf AferGetBoxSaveDataBy:Arr];
     }];
 }
@@ -264,7 +264,7 @@
 - (void)getBoxDownLoadDataFun
 {
     KWeakSelf
-    [[boxDownloadFileManager shareInstance] getDataInDatabaseFun:NO complete:^(NSMutableArray * _Nonnull Arr) {
+    [[boxDownloadFileManager shareInstance] getDataInDatabaseFun:YES complete:^(NSMutableArray * _Nonnull Arr) {
         [weakSelf AferGetBoxDownloadDataBy:Arr];
     }];
 }