Commit 6f3b472c authored by 刘俊宏's avatar 刘俊宏

修改采购列表

parent 6cb2ea57
......@@ -48,9 +48,13 @@ class CGDListViewController: BaseViewController ,UISearchBarDelegate, SearchBar
@objc func updateXQ(nofi : Notification){
let vc1 = viewControllers[1]
vc1.listView.mj_header?.beginRefreshing()
if vc1.listView != nil {
vc1.listView.mj_header?.beginRefreshing()
}
let vc3 = viewControllers[3]
vc3.listView.mj_header?.beginRefreshing()
if vc3.listView != nil {
vc3.listView.mj_header?.beginRefreshing()
}
}
deinit {
/// 移除通知
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment