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