讲师费用管理,页面跳转,刷新页面

This commit is contained in:
gengxin
2025-02-17 20:20:51 +08:00
parent f716030562
commit bcc9f68346

View File

@@ -48,10 +48,9 @@ export default {
})
const activeKeyFn = () => {
const lecturerApproval = ref(null);
console.log("activeKeyFn lecturerApproval",lecturerApproval)
state.activeKey = '2'
lecturerApproval.value.getTableDate();
//刷新页面数据
location.reload();
}