mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
讲师费用管理,页面跳转,刷新页面
This commit is contained in:
@@ -30,6 +30,7 @@ export default {
|
||||
const store = useStore();
|
||||
const userInfo = computed(() => store.state.userInfo)
|
||||
const route = useRoute();
|
||||
const lecturerApproval = ref(null);
|
||||
const state = reactive({
|
||||
activeKey: '1',
|
||||
})
|
||||
@@ -48,10 +49,11 @@ export default {
|
||||
})
|
||||
|
||||
const activeKeyFn = () => {
|
||||
state.activeKey = '2'
|
||||
//刷新页面数据
|
||||
const lecturerApproval = ref();
|
||||
console.log("activeKeyFn lecturerApproval",lecturerApproval.value)
|
||||
state.activeKey = '2'
|
||||
//刷新页面数据getTableDate()
|
||||
lecturerApproval.value.getTableDate()
|
||||
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user