|
@@ -329,7 +329,7 @@ export default {
|
|
|
if (this.dataForm.purchaseAdjustmentId === '') {
|
|
|
const params = {
|
|
|
websitId: this.dataForm.websitId,
|
|
|
- websitName: this.getArraysName(this.authShop, this.dataForm, 'websitId', 'websitName'),
|
|
|
+ websitName: this.authShop.find(item => item.websitId === this.dataForm.websitId)?.name,
|
|
|
ref: this.dataForm.ref,
|
|
|
notes: this.dataForm.notes
|
|
|
}
|