mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
讲师费管理,选择培训发生组织 , 重新处理 Log 日志
This commit is contained in:
@@ -694,6 +694,7 @@ export default {
|
|||||||
label: '全部', value: ''
|
label: '全部', value: ''
|
||||||
})
|
})
|
||||||
state.copyOrgListSearch = state.orgListSearch;
|
state.copyOrgListSearch = state.orgListSearch;
|
||||||
|
console.log("queryTrainOrgPor copyOrgListSearch",state.copyOrgListSearch)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//费用类型
|
//费用类型
|
||||||
@@ -1564,8 +1565,11 @@ export default {
|
|||||||
|
|
||||||
//TODO4 筛查
|
//TODO4 筛查
|
||||||
const handleOrgSearch = (value) => {
|
const handleOrgSearch = (value) => {
|
||||||
|
console.log("handleOrgSearch value",value)
|
||||||
let temp = JSON.parse(JSON.stringify(state.orgListSearch));
|
let temp = JSON.parse(JSON.stringify(state.orgListSearch));
|
||||||
|
console.log("handleOrgSearch temp",temp)
|
||||||
state.copyOrgListSearch = temp.filter((item)=>item.label.includes(value));
|
state.copyOrgListSearch = temp.filter((item)=>item.label.includes(value));
|
||||||
|
console.log("handleOrgSearch copyOrgListSearch",state.copyOrgListSearch)
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleImport = () => {
|
const handleImport = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user