@@ -26,7 +26,7 @@
color="#597D3B"
@click="handleNext"
v-if="!isStudent"
- :disabled="isAllCorrected"
+ :disabled="isAllCorrected"
>
下一个
</el-button>
@@ -220,6 +220,9 @@ export default defineComponent({
const goBack = () => {
router.go(-1);
+ setTimeout(() => {
+ window.location.reload();
+ }, 100);
};
return {