added upload functionality

This commit is contained in:
Marvin Zhang
2019-06-04 21:15:54 +08:00
parent bfbda54be6
commit 74cd9f835e

View File

@@ -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