|
@@ -303,8 +303,8 @@ export default {
|
|
|
data: item
|
|
|
}))
|
|
|
if (!this.orderInfo.id && this.websitList.length === 1) {
|
|
|
- this.orderInfo.websitId = ''
|
|
|
- this.orderInfo.websitName = ''
|
|
|
+ this.orderInfo.websitId = this.websitList[0].websitId
|
|
|
+ this.orderInfo.websitName = this.websitList[0].name
|
|
|
}
|
|
|
})
|
|
|
}
|