mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
讲师费用管理,页面跳转,刷新页面
This commit is contained in:
@@ -264,7 +264,7 @@ export default {
|
|||||||
LecturerAppEdit,
|
LecturerAppEdit,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
activeKey: String,
|
activeKeyProps: String,
|
||||||
default: null,
|
default: null,
|
||||||
},
|
},
|
||||||
setup(props, emit) {
|
setup(props, emit) {
|
||||||
@@ -272,7 +272,7 @@ export default {
|
|||||||
console.log(val, 'valllllll')
|
console.log(val, 'valllllll')
|
||||||
})
|
})
|
||||||
|
|
||||||
watch(() => props.activeKey, (activeKey) => {
|
watch(() => props.activeKeyProps, (activeKey) => {
|
||||||
console.log(activeKey, 'activeKey props')
|
console.log(activeKey, 'activeKey props')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user