|
|
|
@ -3228,6 +3228,10 @@ |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.queryPartRevisionList() |
|
|
|
this.updateRevisionModelFlag = false |
|
|
|
// 如果是同步物料阶段,需要刷新下面BOM的列表 |
|
|
|
if (this.modalData.flag === '3') { |
|
|
|
this.getBomAndRoutingList() |
|
|
|
} |
|
|
|
this.$message({ |
|
|
|
message: '操作成功', |
|
|
|
type: 'success', |
|
|
|
|