...
|
...
|
@@ -172,7 +172,7 @@ |
|
|
type: this.curTarget,
|
|
|
begin: moment(this.endDate).subtract(30, 'days').format('YYYY-MM-DD'),
|
|
|
end: this.endDate,
|
|
|
platform: '1,2'
|
|
|
platform: '1,2,3,4'
|
|
|
}).then(ret => {
|
|
|
|
|
|
let data = ret.data;
|
...
|
...
|
@@ -203,7 +203,7 @@ |
|
|
this.goodService.getData({
|
|
|
begin: this.beginDate,
|
|
|
end: this.endDate,
|
|
|
platform: '1,2'
|
|
|
platform: '1,2,3,4'
|
|
|
}).then(ret => {
|
|
|
|
|
|
if (!ret.data) {
|
...
|
...
|
|