mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 09:46:45 +08:00
讲师费用管理,审批增加删除按钮 接口对接
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</a-tab-pane>
|
||||
<!-- v-if="lecturerAdmin('lecturer-admin')" -->
|
||||
<a-tab-pane key="2" tab="审批中心">
|
||||
<LecturerApproval />
|
||||
<LecturerApproval ref="lecturerApproval"/>
|
||||
</a-tab-pane>
|
||||
</a-tabs>
|
||||
</div>
|
||||
@@ -48,7 +48,11 @@ export default {
|
||||
})
|
||||
|
||||
const activeKeyFn = () => {
|
||||
const lecturerApproval = ref(null);
|
||||
console.log("activeKeyFn lecturerApproval",lecturerApproval)
|
||||
state.activeKey = '2'
|
||||
lecturerApproval.getTableDate();
|
||||
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user