Commit 8370dde1 authored by wangqinghua's avatar wangqinghua

分组删除数据不更新

parent 45dd1075
......@@ -109,11 +109,9 @@ export class ContactPage {
{
text: '确定',
handler: () => {
this.appService.ObserverHttpDeteleteOption('/wisdomgroup/modules/telpBook/',item.id)
.subscribe((res)=>{
if(res.json().errcode == '0'){
this.appService.ObserverHttpDeteleteOption('/wisdomgroup/modules/telpBook/', item.id)
.subscribe((res) => {
this.initOwnerList();
}
})
}
}
......
......@@ -16,8 +16,8 @@ export class AppGlobal {
// static domain = "http://101.89.112.92:80"; //正式环境
// static domain = "http://192.168.2.235:8080"; //测试环境
// static domain = "http://47.103.33.196:8080"; //阿里云测试地址
static domain = "http://47.103.35.216:8080"; //阿里云正式地址
// static domain = ""; //本地环境
// static domain = "http://47.103.35.216:8080"; //阿里云正式地址
static domain = ""; //本地环境
//图片地址
// static picture = AppGlobal.domain + "/wisdomgroup/manager/getIcon/"; //正式地址
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment