mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
延时执行任务 1
This commit is contained in:
@@ -47,8 +47,8 @@ export default {
|
||||
|
||||
|
||||
const activeKeyFn = () => {
|
||||
state.activeKey = '2';
|
||||
setTimeout(() => {
|
||||
state.activeKey = '2';
|
||||
organizationApprovalRef.value.getTableDate()
|
||||
}, 3000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user