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