diff --git a/src/views/lecturer/LecturerFee.vue b/src/views/lecturer/LecturerFee.vue index bc89f4c6..ce1a30de 100644 --- a/src/views/lecturer/LecturerFee.vue +++ b/src/views/lecturer/LecturerFee.vue @@ -1578,8 +1578,9 @@ export default { } const handleOrgChange = (value) => { - console.log("清除动作1 handleOrgChange value",value) - console.log("清除动作2 handleOrgChange value",value) + if(value == undefined || value == null){ + state.filterOrgListSearch = state.orgListSearch; + } }