Browse Source

2024-10-12

优化
master
fengyuan_yang 1 year ago
parent
commit
07253b74d8
  1. 4
      src/views/modules/part/partInformation.vue

4
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',

Loading…
Cancel
Save