mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 10:59:00 +00:00
bugfix/fixed the bug for method routing form
This commit is contained in:
parent
5482acb258
commit
db2162db3c
@ -41,9 +41,9 @@ $(document).ready(function($) {
|
||||
let json_editor_number = jsoneditor_id.replace("jsoneditor","");
|
||||
//if the user do not click the `parameters` box, then there is no json_editors here,so we use the parameters directly.
|
||||
if (typeof json_editors[json_editor_number] === 'undefined') {
|
||||
let parameters_Json_editor = parameters;
|
||||
parameters_Json_editor = parameters;
|
||||
} else {
|
||||
let parameters_Json_editor = JSON.stringify(json_editors[json_editor_number].get());
|
||||
parameters_Json_editor = JSON.stringify(json_editors[json_editor_number].get());
|
||||
}
|
||||
$('.runner button.forSave').attr("disabled","disabled");
|
||||
$('.runner button.forDelete').attr("disabled","disabled");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user