|
@@ -218,6 +218,11 @@ export default {
|
|
|
dealerPromotionInfo({ sn: this.$route.query.sn }).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.$refs.table.refresh(true)
|
|
|
+ if (res.data && res.data.attachmentList) {
|
|
|
+ res.data.attachmentList.forEach(item => {
|
|
|
+ item.filePath = item.filePath.replace(/^http:\/\//i, 'https://')
|
|
|
+ })
|
|
|
+ }
|
|
|
this.detailData = res.data || null
|
|
|
} else {
|
|
|
this.detailData = null
|