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:
@@ -263,11 +263,13 @@ export default {
|
||||
ProjectManager,
|
||||
LecturerAppEdit,
|
||||
},
|
||||
|
||||
props: {
|
||||
activeKeyProps: String,
|
||||
},
|
||||
setup() {
|
||||
|
||||
|
||||
onMounted(() => {
|
||||
console.log("activeKeyProps",activeKeyProps)
|
||||
// const search = sessionStorage.getItem('searchApprlval')
|
||||
// console.log(search,'search')
|
||||
// if(search){
|
||||
|
||||
@@ -578,8 +578,7 @@ import { checkMenu } from '@/utils/utils'
|
||||
export default {
|
||||
name: "LecturerFee",
|
||||
props: {
|
||||
activeKeyFn: Function,
|
||||
default: null,
|
||||
activeKeyFn: Function
|
||||
},
|
||||
components: {
|
||||
DownOutlined, //图标--展开
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</a-tab-pane>
|
||||
<!-- v-if="lecturerAdmin('lecturer-admin')" -->
|
||||
<a-tab-pane key="2" tab="审批中心">
|
||||
<LecturerApproval ref="lecturerApproval"/>
|
||||
<LecturerApproval :activeKeyProps="activeKey"/>
|
||||
</a-tab-pane>
|
||||
</a-tabs>
|
||||
</div>
|
||||
@@ -39,9 +39,7 @@ export default {
|
||||
return roleCode.some(t => t == admin)
|
||||
}
|
||||
}
|
||||
watch(()=>state.activeKey,(valActiveKey)=>{
|
||||
console.log("valActiveKey",valActiveKey)
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
if (route.query.activeKey) {
|
||||
state.activeKey = '2'
|
||||
|
||||
Reference in New Issue
Block a user