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

This commit is contained in:
gengxin
2025-02-18 10:32:33 +08:00
parent 308cbf4b7c
commit c6530ed291

View File

@@ -266,10 +266,10 @@ export default {
props: { props: {
activeKeyProps: String, activeKeyProps: String,
}, },
setup() { setup(props) {
onMounted(() => { onMounted(() => {
console.log("activeKeyProps",activeKeyProps) console.log("props.activeKeyProps",props.activeKeyProps)
// const search = sessionStorage.getItem('searchApprlval') // const search = sessionStorage.getItem('searchApprlval')
// console.log(search,'search') // console.log(search,'search')
// if(search){ // if(search){