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