mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
added upload functionality
This commit is contained in:
@@ -497,7 +497,9 @@ export default {
|
||||
this.fileList = []
|
||||
|
||||
// fetch spider list
|
||||
this.$store.dispatch('spider/getSpiderList')
|
||||
setTimeout(() => {
|
||||
this.$store.dispatch('spider/getSpiderList')
|
||||
}, 500)
|
||||
|
||||
// close popup
|
||||
this.addCustomizedDialogVisible = false
|
||||
|
||||
Reference in New Issue
Block a user