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