Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
party-build-cloud
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
party-build-cloud
Commits
8370dde1
Commit
8370dde1
authored
Jun 14, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分组删除数据不更新
parent
45dd1075
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
contact.ts
src/pages/tabs/contact/contact.ts
+3
-5
http.service.ts
src/service/http.service.ts
+2
-2
No files found.
src/pages/tabs/contact/contact.ts
View file @
8370dde1
...
@@ -109,11 +109,9 @@ export class ContactPage {
...
@@ -109,11 +109,9 @@ export class ContactPage {
{
{
text
:
'确定'
,
text
:
'确定'
,
handler
:
()
=>
{
handler
:
()
=>
{
this
.
appService
.
ObserverHttpDeteleteOption
(
'/wisdomgroup/modules/telpBook/'
,
item
.
id
)
this
.
appService
.
ObserverHttpDeteleteOption
(
'/wisdomgroup/modules/telpBook/'
,
item
.
id
)
.
subscribe
((
res
)
=>
{
.
subscribe
((
res
)
=>
{
if
(
res
.
json
().
errcode
==
'0'
){
this
.
initOwnerList
();
this
.
initOwnerList
();
}
})
})
}
}
}
}
...
...
src/service/http.service.ts
View file @
8370dde1
...
@@ -16,8 +16,8 @@ export class AppGlobal {
...
@@ -16,8 +16,8 @@ export class AppGlobal {
// static domain = "http://101.89.112.92:80"; //正式环境
// static domain = "http://101.89.112.92:80"; //正式环境
// static domain = "http://192.168.2.235:8080"; //测试环境
// static domain = "http://192.168.2.235:8080"; //测试环境
// static domain = "http://47.103.33.196:8080"; //阿里云测试地址
// static domain = "http://47.103.33.196:8080"; //阿里云测试地址
static
domain
=
"http://47.103.35.216:8080"
;
//阿里云正式地址
//
static domain = "http://47.103.35.216:8080"; //阿里云正式地址
//
static domain = ""; //本地环境
static
domain
=
""
;
//本地环境
//图片地址
//图片地址
// static picture = AppGlobal.domain + "/wisdomgroup/manager/getIcon/"; //正式地址
// static picture = AppGlobal.domain + "/wisdomgroup/manager/getIcon/"; //正式地址
...
...
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