浏览代码

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 => {