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