Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-ces
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
wisdom-ces
Commits
4815ec39
Commit
4815ec39
authored
Oct 16, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
b6873ae0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
contactList.ts
src/pages/contact/contactList/contactList.ts
+1
-1
contract-personinfo.ts
src/pages/contact/contract-personinfo/contract-personinfo.ts
+1
-1
No files found.
src/pages/contact/contactList/contactList.ts
View file @
4815ec39
...
@@ -123,7 +123,7 @@ export class ContactListPage {
...
@@ -123,7 +123,7 @@ export class ContactListPage {
//跳转联系人信息页面
//跳转联系人信息页面
contactPersonInfo
(
contactPerson
)
{
contactPersonInfo
(
contactPerson
)
{
this
.
navCtrl
.
push
(
"ContractPersoninfoPage"
,
{
"id"
:
contactPerson
.
id
,
orgName
:
this
.
orgName
});
this
.
navCtrl
.
push
(
"ContractPersoninfoPage"
,
{
"id"
:
contactPerson
.
id
});
}
}
// search(){
// search(){
...
...
src/pages/contact/contract-personinfo/contract-personinfo.ts
View file @
4815ec39
...
@@ -42,7 +42,6 @@ export class ContractPersoninfoPage {
...
@@ -42,7 +42,6 @@ export class ContractPersoninfoPage {
ionViewDidEnter
()
{
ionViewDidEnter
()
{
this
.
id
=
this
.
navParams
.
get
(
"id"
);
this
.
id
=
this
.
navParams
.
get
(
"id"
);
this
.
nowOrgName
=
this
.
navParams
.
get
(
"orgName"
);
this
.
getPersonInfo
();
this
.
getPersonInfo
();
this
.
getRole
();
this
.
getRole
();
this
.
user
=
this
.
storage
.
get
(
"user"
).
then
((
value
)
=>
{
this
.
user
=
this
.
storage
.
get
(
"user"
).
then
((
value
)
=>
{
...
@@ -83,6 +82,7 @@ export class ContractPersoninfoPage {
...
@@ -83,6 +82,7 @@ export class ContractPersoninfoPage {
.
subscribe
((
res
:
Response
)
=>
{
.
subscribe
((
res
:
Response
)
=>
{
this
.
contactPersonInfo
=
res
.
json
().
data
.
user
;
this
.
contactPersonInfo
=
res
.
json
().
data
.
user
;
this
.
isContact
=
res
.
json
().
data
.
isContact
;
this
.
isContact
=
res
.
json
().
data
.
isContact
;
this
.
nowOrgName
=
res
.
json
().
data
.
orgName
;
this
.
email
=
this
.
contactPersonInfo
.
email
;
this
.
email
=
this
.
contactPersonInfo
.
email
;
this
.
abbreviation
=
this
.
contactPersonInfo
.
abbreviation
;
this
.
abbreviation
=
this
.
contactPersonInfo
.
abbreviation
;
this
.
telephone
=
this
.
contactPersonInfo
.
telephone
;
this
.
telephone
=
this
.
contactPersonInfo
.
telephone
;
...
...
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