|
|
|
@ -80,7 +80,7 @@
|
|
|
|
|
data: {
|
|
|
|
|
"job_name": $("#task_name").val(),
|
|
|
|
|
"table_name": $("#table_name").val(),
|
|
|
|
|
"json": JSON.stringify(window.localStorage.getItem('form_json'))
|
|
|
|
|
"json": window.localStorage.getItem('form_json')
|
|
|
|
|
},
|
|
|
|
|
success: function (result) {
|
|
|
|
|
if (result.success) {
|
|
|
|
|