Browse Source

add:更新任务状态

wjj 4 năm trước cách đây
mục cha
commit
a494b8794b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)