Browse Source

2025-04-24

master
fengyuan_yang 9 months ago
parent
commit
2eb56aff0b
  1. 3
      src/views/modules/project/projectInfo/com_project_info_part.vue

3
src/views/modules/project/projectInfo/com_project_info_part.vue

@ -2472,7 +2472,8 @@ import {
return
}
this.partSelections2.forEach(item => {
this.partList1.push(item)
// 使 filter partList2 selection.part_no
this.partList2 = this.partList2.filter(part => part.partNo !== item.partNo)
})
this.searchTypeChange()
},

Loading…
Cancel
Save