diff --git a/src/utils/formBuilder.js b/src/utils/formBuilder.js index ddc830b..a0afc8f 100644 --- a/src/utils/formBuilder.js +++ b/src/utils/formBuilder.js @@ -447,7 +447,7 @@ export default function formBuilder( page_size: 9999, is_simple: 1, custom_model_id: isJSON(info.stub) ? '' : info.stub, - is_auth: 1, + // is_auth: 1, ids:target[info.name]?target[info.name]:'', ...extraParam }).then((res) => { @@ -784,7 +784,7 @@ export default function formBuilder( page_size: 9999, is_simple: 1, custom_model_id: isJSON(info.stub) ? '' : info.stub, - is_auth: 1, + // is_auth: 1, ids:target[info.name]?target[info.name]:'', ...extraParam }).then((res) => { @@ -1418,7 +1418,7 @@ export default function formBuilder( page_size: 9999, is_simple: 1, custom_model_id: isJSON(info.stub) ? '' : info.stub, - is_auth: 1, + // is_auth: 1, ids:target[info.name]?target[info.name]:'', ...extraParam }).then((res) => { @@ -1738,7 +1738,7 @@ export default function formBuilder( page_size: 9999, is_simple: 1, custom_model_id: isJSON(info.stub) ? '' : info.stub, - is_auth: 1, + // is_auth: 1, ids:target[info.name]?target[info.name]:'', ...extraParam }).then((res) => {