Răsfoiți Sursa

注释掉cart and orderlist中view will apear 时刷新

Pen Li 9 ani în urmă
părinte
comite
5c9a5a3200

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
RedAnt ERP Mobile/common/Functions/cart/CartViewController.m

@@ -449,7 +449,7 @@
     
     [super viewWillAppear:animated];
     
-    [self reload_data]; // 视图没及时刷新
+//    [self reload_data]; // 视图没及时刷新
     
     //    UIApplication * app = [UIApplication sharedApplication];
     //    AppDelegate *appDelegate = (AppDelegate *)[app delegate];

+ 1 - 1
RedAnt ERP Mobile/common/Functions/order/OrderListViewController.m

@@ -181,7 +181,7 @@
     [super viewWillAppear:animated];
     [self loadfilter];
     
-    [self ReloadData]; // 保存新订单后返回没刷新
+//    [self ReloadData]; // 保存新订单后返回没刷新
     
     //    UIApplication * app = [UIApplication sharedApplication];
     //    AppDelegate *appDelegate = (AppDelegate *)[app delegate];