Explorar el Código

add:更新任务状态

wjj hace 4 años
padre
commit
a494b8794b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)