|
@@ -514,7 +514,7 @@ export default {
|
|
saleType: '零售',
|
|
saleType: '零售',
|
|
storageId: this.formData.outStorageId
|
|
storageId: this.formData.outStorageId
|
|
}).then(res => {
|
|
}).then(res => {
|
|
- console.log(res.data)
|
|
|
|
|
|
+ this.peijianList = res.data
|
|
})
|
|
})
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
@@ -531,7 +531,7 @@ export default {
|
|
saleType: '零售',
|
|
saleType: '零售',
|
|
storageId: this.formData.outStorageId
|
|
storageId: this.formData.outStorageId
|
|
}).then(res => {
|
|
}).then(res => {
|
|
- console.log(res.data)
|
|
|
|
|
|
+ this.peijianList = res.data
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
this.peijianList = []
|
|
this.peijianList = []
|