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