|
@@ -836,10 +836,10 @@ export class FilterHistoryAjaxModelRestore {
|
|
|
buyerclass: buyerClass|| {},
|
|
|
buyertel: map.buyerTel,
|
|
|
winnertel: map.winnerTel,
|
|
|
- notkey: map.notkey ? map.notkey.split(',') : [],
|
|
|
- buyer: map.buyer ? map.buyer.split(',') : [],
|
|
|
- winner: map.winner ? map.winner.split(',') : [],
|
|
|
- agency: map.agency ? map.agency .split(',') : [],
|
|
|
+ notkey: map.notkey ? map.notkey.split(',') : [],
|
|
|
+ buyer: map.buyer ? map.buyer.split(',') : [],
|
|
|
+ winner: map.winner ? map.winner.split(',') : [],
|
|
|
+ agency: map.agency ? map.agency .split(',') : [],
|
|
|
fileExists: map.fileExists
|
|
|
}
|
|
|
return formatted
|