diff --git a/src/views/lecturer/LecturerApproval.vue b/src/views/lecturer/LecturerApproval.vue index 6d028a7f..6725b720 100644 --- a/src/views/lecturer/LecturerApproval.vue +++ b/src/views/lecturer/LecturerApproval.vue @@ -1100,14 +1100,14 @@ export default { } //TODO1 - watchEffect(() => { - console.log('Item changed:', props.activeKeyProps); - if(props.activeKeyProps == 2){ - state.searchParam.pageNo = 1; - getTableDate() - } - // 在这里你可以根据 props.item 进行一些操作 - }); + // watchEffect(() => { + // console.log('Item changed:', props.activeKeyProps); + // if(props.activeKeyProps == 2){ + // state.searchParam.pageNo = 1; + // getTableDate() + // } + // // 在这里你可以根据 props.item 进行一些操作 + // }); return {