소스 검색

no message

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,