aXin-0810 il y a 1 an
Parent
commit
d8e7dc6803
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/salesPurchasing/mixins/common_form.js

+ 1 - 1
src/views/salesPurchasing/mixins/common_form.js

@@ -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,