|
@@ -103,7 +103,7 @@ export default {
|
|
|
onChange={val => {
|
|
|
this.formData.items = []
|
|
|
if (val) {
|
|
|
- goodsPurchaseDetail({ id: val }).then(res => {
|
|
|
+ goodsPurchaseDetail({ id: val, isQuery: true }).then(res => {
|
|
|
this.formData.items = res.data.items.map(item => ({
|
|
|
brandId: item.brandId,
|
|
|
brandName: item.brandName,
|