updated auto field extraction

This commit is contained in:
Marvin Zhang
2019-06-04 23:43:47 +08:00
parent d2a1bf8430
commit 2b9cd566eb
4 changed files with 83 additions and 51 deletions

View File

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