瀏覽代碼

add:更新任务状态

wjj 4 年之前
父節點
當前提交
a494b8794b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)