소스 검색

no message

linwenxin 7 달 전
부모
커밋
4d742b9f3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/packageAttachment/pages/sparePartsInventory/mixins/getData.js

+ 1 - 1
src/packageAttachment/pages/sparePartsInventory/mixins/getData.js

@@ -122,7 +122,7 @@ export default {
         this.$api
           .post(this.apis[this.option.apiType || 'default'].getStockUrl, {
             ...this.accessoriesParams,
-            materialGroupId: this.accessoriesList[this.accessoriesIndex],
+            materialGroupName: this.accessoriesList[this.accessoriesIndex],
             partsName: this.partsName
           })
           .then(res => {