讲师费用管理,审批增加删除按钮 接口对接

This commit is contained in:
gengxin
2025-02-17 19:38:39 +08:00
parent 337d39381d
commit 035c01d5b0

View File

@@ -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 {