Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
50845e4f
Commit
50845e4f
authored
Feb 12, 2018
by
jim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix city unload error
parent
f9e23864
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/routes/Userinfo/GeographicView.js
src/routes/Userinfo/GeographicView.js
+8
-0
No files found.
src/routes/Userinfo/GeographicView.js
View file @
50845e4f
...
...
@@ -24,6 +24,14 @@ export default class GeographicView extends PureComponent {
type
:
'
geographic/fetchProvince
'
,
});
};
componentDidUpdate
(
props
)
{
if
(
!
props
.
value
&&
!!
this
.
props
.
value
&&
!!
this
.
props
.
value
.
province
)
{
this
.
props
.
dispatch
({
type
:
'
geographic/fetchCity
'
,
payload
:
this
.
props
.
value
.
province
.
key
,
});
}
}
getProvinceOption
()
{
return
this
.
getOption
(
this
.
props
.
province
);
}
...
...
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