diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index d706e5c..fcf82ef 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -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',