diff --git a/src/views/lecturer/LecturerFee.vue b/src/views/lecturer/LecturerFee.vue index b5b18fb3..f9ce2a1e 100644 --- a/src/views/lecturer/LecturerFee.vue +++ b/src/views/lecturer/LecturerFee.vue @@ -694,6 +694,7 @@ export default { label: '全部', value: '' }) state.copyOrgListSearch = state.orgListSearch; + console.log("queryTrainOrgPor copyOrgListSearch",state.copyOrgListSearch) }) } //费用类型 @@ -1564,8 +1565,11 @@ export default { //TODO4 筛查 const handleOrgSearch = (value) => { + console.log("handleOrgSearch value",value) let temp = JSON.parse(JSON.stringify(state.orgListSearch)); + console.log("handleOrgSearch temp",temp) state.copyOrgListSearch = temp.filter((item)=>item.label.includes(value)); + console.log("handleOrgSearch copyOrgListSearch",state.copyOrgListSearch) } const handleImport = () => {