Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-10-01 09:33:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
01b521b5ecfbc02f4b4ff4baf8e5f63c4bbdea58
01b521b5
1 parent
2cd1b75d
客户管理OK
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
src/pages/Customer/Import.js
src/pages/Customer/Import.js
View file @
01b521b
...
...
@@ -35,10 +35,6 @@ export default class Import extends Component {
console
.
log
(
"导入客户"
,
this
.
props
.
navigation
.
state
.
params
);
}
getListData
()
{
post
(
"/test/insurance/article"
,
{},
res
=>
{},
err
=>
{});
}
getAsyncStorage
()
{
const
that
=
this
;
AsyncStorage
.
multiGet
([
"IS_LOGIN"
,
"USER_ID"
],
(
err
,
result
)
=>
{
...
...
Please
register
or
login
to post a comment