|
@@ -501,7 +501,7 @@ export default {
|
|
|
break
|
|
|
}
|
|
|
|
|
|
- postAction('/ctop/bytedanceCreativeDailyReport/bytedanceCreativeDailyReportList', params).then(res => {
|
|
|
+ postAction('/ctop/bytedanceCreativeDailyReport/bytedanceCreativeAccountReportList', params).then(res => {
|
|
|
if (res.success) {
|
|
|
if (res.result.length > 0) {
|
|
|
this.data = res.result.map((item, index) => {
|