Commit 41238e97 authored by wangqinghua's avatar wangqinghua

color

parent 8009e144
......@@ -47,8 +47,6 @@ export class ContractPersoninfoPage {
this.getRole();
this.user = this.storage.get("user").then((value) => {
this.user = value;
console.log(this.user);
console.log("id1:" + this.user.id);
this.getOrgName(this.user.id, result => {
let data = result;
this.orgName = data["orgName"];
......
......@@ -134,12 +134,14 @@ export class ListPage {
//复制
copy(){
this.appService.ObserverHttpGetOption('/wisdomgroup/modules/question/copyQuestion',{id:this.temp.id})
.subscribe((res)=>{
this.selectPageMenu(this.swiperIndex);
})
}
//删除
delete(){
console.log(this.temp);
this.appService.ObserverHttpGet('/wisdomgroup/modules/question/delete',{id:this.temp.id})
.subscribe((res)=>{
console.log(res);
......
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