fix: 修复物料列表跳转联动与弹窗定位逻辑
This commit is contained in:
@ -1414,7 +1414,9 @@ const openMaterialInNewTab = () => {
|
||||
const routeUrl = router.resolve({
|
||||
path: '/material',
|
||||
query: {
|
||||
edit_id: form.base_id
|
||||
edit_id: form.base_id,
|
||||
// 【新增】:优先传递规格型号,如果没有则传名称,用于背景表格过滤
|
||||
keyword: form.spec_model || form.material_name || ''
|
||||
}
|
||||
})
|
||||
window.open(routeUrl.href, '_blank')
|
||||
|
||||
Reference in New Issue
Block a user