讲师费管理,选择培训发生组织 , 重新处理 Log 日志

This commit is contained in:
gengxin
2025-02-14 16:03:36 +08:00
parent 7e1e1bac2f
commit cc2fbbb05f

View File

@@ -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 = () => {