mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
讲师费管理,选择培训发生组织 , 重新处理 过滤处理
This commit is contained in:
@@ -1562,7 +1562,7 @@ export default {
|
||||
//TODO4 筛查
|
||||
const handleOrgSearch = (input , option) => {
|
||||
let temp = JSON.parse(JSON.stringify(state.orgListSearch));
|
||||
return temp.filter((item) => item.includes(input))
|
||||
return temp.filter((item) => item.label.includes(input))
|
||||
// return `${option.label}`.toLowerCase().includes(`${input || ''}`.toLowerCase());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user