|
@@ -254,9 +254,10 @@ export default {
|
254
|
254
|
async init_predata () {
|
255
|
255
|
const url = this.URL.BASEURL + this.URL.charge_pre_data
|
256
|
256
|
const params = {
|
|
257
|
+ corpid: this.filter.corpid,
|
|
258
|
+ order_source: this.filter.order_source,
|
257
|
259
|
start_date: this.filter.time[0],
|
258
|
260
|
end_date: this.filter.time[1],
|
259
|
|
- order_source: this.filter.order_source,
|
260
|
261
|
appid: this.filter.appid,
|
261
|
262
|
plat_order_type: this.filter.plat_order_type,
|
262
|
263
|
is_ad_user: this.filter.is_ad_user,
|
|
@@ -410,7 +411,6 @@ export default {
|
410
|
411
|
document.body.appendChild(a);
|
411
|
412
|
a.click();
|
412
|
413
|
document.body.removeChild(a);
|
413
|
|
-
|
414
|
414
|
},
|
415
|
415
|
}
|
416
|
416
|
}
|