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