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