mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
updated auto field extraction
This commit is contained in:
@@ -110,7 +110,8 @@ const actions = {
|
||||
item_selector_type: state.spiderForm.item_selector_type,
|
||||
pagination_selector: state.spiderForm.pagination_selector,
|
||||
pagination_selector_type: state.spiderForm.pagination_selector_type,
|
||||
obey_robots_txt: state.spiderForm.obey_robots_txt
|
||||
obey_robots_txt: state.spiderForm.obey_robots_txt,
|
||||
item_threshold: state.spiderForm.item_threshold
|
||||
})
|
||||
.then(() => {
|
||||
dispatch('getSpiderList')
|
||||
|
||||
Reference in New Issue
Block a user