Sfoglia il codice sorgente

add:更新任务状态

wjj 4 anni fa
parent
commit
a494b8794b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/components/Mine.vue

+ 1 - 0
src/components/Mine.vue

@@ -284,6 +284,7 @@ export default {
         notify('success', '导入任务成功')
         this.taskJson.push(res.data)
         this.showImportTaskModal = false;
+        this.loadData()
       }).catch((error) => {
         this.hideLoading()
         notify('error', '导入任务失败:' + error.data)