Преглед на файлове

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

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];
     }];
 }