Ver Fonte

no message

linwenxin há 7 meses atrás
pai
commit
4d742b9f3d

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