|
|
@ -91,7 +91,7 @@ class SalesCRMData {
|
|
|
|
const res = await fetchProcessData({ ...this.searchValuesToSub, ...param });
|
|
|
|
const res = await fetchProcessData({ ...this.searchValuesToSub, ...param });
|
|
|
|
runInAction(() => {
|
|
|
|
runInAction(() => {
|
|
|
|
this.process.loading = false;
|
|
|
|
this.process.loading = false;
|
|
|
|
this.process[retKey] = [].concat(this.results[retKey], res);
|
|
|
|
this.process[retKey] = [].concat(this.process[retKey], res);
|
|
|
|
// this.process[retKey] =retKey === 'byOperator' ? res.filter(ele => ele.)
|
|
|
|
// this.process[retKey] =retKey === 'byOperator' ? res.filter(ele => ele.)
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|