fix:评估点击无反应问题

This commit is contained in:
wyx
2023-03-20 15:12:53 +08:00
parent 9c911216a6
commit ecc832fa2d

View File

@@ -434,11 +434,6 @@ function toExamItem(obj) {
}
}
onUnmounted(() => {
if (timer) {
clearInterval(timer);
}
});
</script>
<style lang="scss">