diff --git a/src/views/lecturer/LecturerApproval.vue b/src/views/lecturer/LecturerApproval.vue index 7cc6e121..b8b7b87c 100644 --- a/src/views/lecturer/LecturerApproval.vue +++ b/src/views/lecturer/LecturerApproval.vue @@ -263,11 +263,13 @@ export default { ProjectManager, LecturerAppEdit, }, - + props: { + activeKeyProps: String, + }, setup() { - onMounted(() => { + console.log("activeKeyProps",activeKeyProps) // const search = sessionStorage.getItem('searchApprlval') // console.log(search,'search') // if(search){ diff --git a/src/views/lecturer/LecturerFee.vue b/src/views/lecturer/LecturerFee.vue index cd8a5596..36818e1c 100644 --- a/src/views/lecturer/LecturerFee.vue +++ b/src/views/lecturer/LecturerFee.vue @@ -578,8 +578,7 @@ import { checkMenu } from '@/utils/utils' export default { name: "LecturerFee", props: { - activeKeyFn: Function, - default: null, + activeKeyFn: Function }, components: { DownOutlined, //图标--展开 diff --git a/src/views/lecturer/LecturerFeeManagement.vue b/src/views/lecturer/LecturerFeeManagement.vue index 9931465d..4807f58a 100644 --- a/src/views/lecturer/LecturerFeeManagement.vue +++ b/src/views/lecturer/LecturerFeeManagement.vue @@ -8,7 +8,7 @@ - + @@ -39,9 +39,7 @@ export default { return roleCode.some(t => t == admin) } } - watch(()=>state.activeKey,(valActiveKey)=>{ - console.log("valActiveKey",valActiveKey) - }) + onMounted(() => { if (route.query.activeKey) { state.activeKey = '2'