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