aXin-0810 пре 1 година
родитељ
комит
d8e7dc6803
1 измењених фајлова са 1 додато и 1 уклоњено
  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,