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

This commit is contained in:
gengxin
2025-02-18 09:22:21 +08:00
parent dc99b5b81e
commit 375586eb34

View File

@@ -264,7 +264,7 @@ export default {
LecturerAppEdit,
},
props: {
activeKey: String,
activeKeyProps: String,
default: null,
},
setup(props, emit) {
@@ -272,7 +272,7 @@ export default {
console.log(val, 'valllllll')
})
watch(() => props.activeKey, (activeKey) => {
watch(() => props.activeKeyProps, (activeKey) => {
console.log(activeKey, 'activeKey props')
})