mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
讲师费用管理,页面跳转,刷新页面
This commit is contained in:
@@ -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')
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user