@ -83,7 +83,8 @@
"job_name": $("#task_name").val(),
"table_name": "ds_" + $("#table_name").val(),
"json": window.localStorage.getItem('form_json'),
"target_type_id": window.localStorage.getItem('target_type_id')
"target_type_id": window.localStorage.getItem('target_type_id'),
"self_or_next": selfOrNext
},
success: function (result) {
if (result.success) {