mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
fixed inconsistency of timestamp issue
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
||||
this.$router.push(`/nodes/${this.nodeForm._id}`)
|
||||
},
|
||||
onClickSpiderTitle () {
|
||||
this.$router.push(`/spiders/${this.spiderForm._id.$oid}`)
|
||||
this.$router.push(`/spiders/${this.spiderForm._id}`)
|
||||
}
|
||||
},
|
||||
created () {
|
||||
|
||||
Reference in New Issue
Block a user