merge
parent
0b7b722ed5
commit
781ffd08b1
|
|
@ -256,7 +256,7 @@ export class DataService {
|
||||||
this.totalSize = response.totalSize;
|
this.totalSize = response.totalSize;
|
||||||
response.changes.forEach(resp=>{
|
response.changes.forEach(resp=>{
|
||||||
//console.log(resp.resourceId+" "+resp.approvalStatus)
|
//console.log(resp.resourceId+" "+resp.approvalStatus)
|
||||||
|
console.log(resp);
|
||||||
let tasks : any[] = [];
|
let tasks : any[] = [];
|
||||||
if(resp.d1!=null){
|
if(resp.d1!=null){
|
||||||
tasks.push(
|
tasks.push(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue