|
|
|
@ -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) {
|
|
|
|
@ -96,9 +97,9 @@
|
|
|
|
|
if (selfOrNext == 1) {
|
|
|
|
|
parent.window.location = "/QingLong/view/tb/org/task_list_bdw.html";
|
|
|
|
|
} else {
|
|
|
|
|
parent.window.location = "/QingLong/view/tb/org/task_list.html";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
parent.window.location = "/QingLong/view/tb/org/task_list.html";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(result.message, {
|
|
|
|
|