Ver código fonte

仲裁需要清除锁

Michael Wang 4 anos atrás
pai
commit
31b9bd2469
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/features/arbitrate/Arbitrate.vue

+ 2 - 1
src/features/arbitrate/Arbitrate.vue

@@ -140,7 +140,8 @@ export default defineComponent({
     const shouldReloadHistory = ref(0);
 
     async function reloadAndfetchTask() {
-      // await updateClearTask();
+      // 需要清除缓存,才能取到之前锁定的任务
+      await updateClearTask();
       // await updateSetting();
       await fetchTask();
     }