aXin-0810 1 anno fa
parent
commit
d8e7dc6803
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,