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

This commit is contained in:
gengxin
2025-02-18 09:58:17 +08:00
parent 038cae4f82
commit 1caeeab582

View File

@@ -263,17 +263,17 @@ export default {
ProjectManager, ProjectManager,
LecturerAppEdit, LecturerAppEdit,
}, },
props: {
activeKeyProps: String, setup() {
default: null, const props = defineProps({
activeKeyProps: {
type: String,
default: false,
}, },
setup(props, emit) {
watch(() => props.key, (val) => {
console.log(val, 'valllllll')
}) })
watch(() => props.activeKeyProps, (activeKey) => { watch(()=>props.activeKeyProps, (activeKeyPropsVal) => {
console.log(activeKey, 'activeKey props') console.log("activeKeyPropsVal",activeKeyPropsVal)
}) })
onMounted(() => { onMounted(() => {