diff --git a/src/views/property-marketing/put-account/investment-guidelines/index.vue b/src/views/property-marketing/put-account/investment-guidelines/index.vue index f20ba03..b72fec8 100644 --- a/src/views/property-marketing/put-account/investment-guidelines/index.vue +++ b/src/views/property-marketing/put-account/investment-guidelines/index.vue @@ -170,6 +170,8 @@ const saveForm = reactive({ const timerRef = ref(null); const startTask = () => { + //todo 暂时注释 + return if (timerRef.value !== null) return; timerRef.value = setInterval(async () => { try {