过滤站内库存选项
This commit is contained in:
parent
d2dab3747a
commit
495740d140
|
|
@ -501,6 +501,9 @@ export default {
|
|||
label: item.teamName, // 工程名称字段
|
||||
value: item.teamName
|
||||
}))
|
||||
if (this.queryParams.subUnitName) {
|
||||
this.teamOptions = this.teamOptions.filter(item => item.value !== '站内库存')
|
||||
}
|
||||
} catch (e) {
|
||||
console.error('获取班组下拉失败:', e)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue