调整
This commit is contained in:
@@ -255,6 +255,8 @@ import { Message } from 'element-ui'
|
|||||||
createTime: timestampToTime(item.createdAt)
|
createTime: timestampToTime(item.createdAt)
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
Message.error("【拼多多】" + res.errorMsg)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -190,10 +190,9 @@ import { Message } from 'element-ui'
|
|||||||
} else {
|
} else {
|
||||||
Message.success('销售数据加载完成,可进行导出')
|
Message.success('销售数据加载完成,可进行导出')
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
Message.error("【拼多多】" + res.errorMsg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
console.log(this.list)
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
startDownload() {
|
startDownload() {
|
||||||
|
|||||||
@@ -201,7 +201,7 @@
|
|||||||
let mallInfo = this.mallList.filter(item => {
|
let mallInfo = this.mallList.filter(item => {
|
||||||
return item.mallId == this.mallId
|
return item.mallId == this.mallId
|
||||||
})
|
})
|
||||||
this.mallName = mallInfo.mallName
|
this.mallName = mallInfo[0].mallName
|
||||||
|
|
||||||
// 下载数据
|
// 下载数据
|
||||||
this.tableData = []
|
this.tableData = []
|
||||||
|
|||||||
Reference in New Issue
Block a user