Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
6f3b472c
Commit
6f3b472c
authored
Jun 24, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改采购列表
parent
6cb2ea57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/采购单列表/CGDListViewController.swift
...Platform/ViewController/采购单列表/CGDListViewController.swift
+6
-2
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
6f3b472c
No preview for this file type
GeliBusinessPlatform/ViewController/采购单列表/CGDListViewController.swift
View file @
6f3b472c
...
@@ -48,9 +48,13 @@ class CGDListViewController: BaseViewController ,UISearchBarDelegate, SearchBar
...
@@ -48,9 +48,13 @@ class CGDListViewController: BaseViewController ,UISearchBarDelegate, SearchBar
@objc
func
updateXQ
(
nofi
:
Notification
){
@objc
func
updateXQ
(
nofi
:
Notification
){
let
vc1
=
viewControllers
[
1
]
let
vc1
=
viewControllers
[
1
]
vc1
.
listView
.
mj_header
?
.
beginRefreshing
()
if
vc1
.
listView
!=
nil
{
vc1
.
listView
.
mj_header
?
.
beginRefreshing
()
}
let
vc3
=
viewControllers
[
3
]
let
vc3
=
viewControllers
[
3
]
vc3
.
listView
.
mj_header
?
.
beginRefreshing
()
if
vc3
.
listView
!=
nil
{
vc3
.
listView
.
mj_header
?
.
beginRefreshing
()
}
}
}
deinit
{
deinit
{
/// 移除通知
/// 移除通知
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment