|
@@ -356,7 +356,7 @@ export default {
|
|
this.confirmLoading = true
|
|
this.confirmLoading = true
|
|
SyncSbBom({
|
|
SyncSbBom({
|
|
sbIds: this.selectedRowKeys,
|
|
sbIds: this.selectedRowKeys,
|
|
- sbId: this.queryParam.sbId,
|
|
|
|
|
|
+ sbId: this.record.sbId,
|
|
cover: this.cover
|
|
cover: this.cover
|
|
}).then(res => {
|
|
}).then(res => {
|
|
this.$message.success('同步成功!')
|
|
this.$message.success('同步成功!')
|