代码临时注释

This commit is contained in:
林志军
2025-07-08 17:01:26 +08:00
parent 6f78b90c45
commit 342b2324e0

View File

@ -170,6 +170,8 @@ const saveForm = reactive({
const timerRef = ref<number | null>(null); const timerRef = ref<number | null>(null);
const startTask = () => { const startTask = () => {
//todo 暂时注释
return
if (timerRef.value !== null) return; if (timerRef.value !== null) return;
timerRef.value = setInterval(async () => { timerRef.value = setInterval(async () => {
try { try {