延时执行任务

This commit is contained in:
gengxin
2025-03-04 10:24:30 +08:00
parent 1607b149b5
commit 0f786e8d6d

View File

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