关联流程 查找所有的流程

master
lion 7 months ago
parent 6301e8cf4a
commit 43eb50723c

@ -447,7 +447,7 @@ export default function formBuilder(
page_size: 9999, page_size: 9999,
is_simple: 1, is_simple: 1,
custom_model_id: isJSON(info.stub) ? '' : info.stub, custom_model_id: isJSON(info.stub) ? '' : info.stub,
is_auth: 1, // is_auth: 1,
ids:target[info.name]?target[info.name]:'', ids:target[info.name]?target[info.name]:'',
...extraParam ...extraParam
}).then((res) => { }).then((res) => {
@ -784,7 +784,7 @@ export default function formBuilder(
page_size: 9999, page_size: 9999,
is_simple: 1, is_simple: 1,
custom_model_id: isJSON(info.stub) ? '' : info.stub, custom_model_id: isJSON(info.stub) ? '' : info.stub,
is_auth: 1, // is_auth: 1,
ids:target[info.name]?target[info.name]:'', ids:target[info.name]?target[info.name]:'',
...extraParam ...extraParam
}).then((res) => { }).then((res) => {
@ -1418,7 +1418,7 @@ export default function formBuilder(
page_size: 9999, page_size: 9999,
is_simple: 1, is_simple: 1,
custom_model_id: isJSON(info.stub) ? '' : info.stub, custom_model_id: isJSON(info.stub) ? '' : info.stub,
is_auth: 1, // is_auth: 1,
ids:target[info.name]?target[info.name]:'', ids:target[info.name]?target[info.name]:'',
...extraParam ...extraParam
}).then((res) => { }).then((res) => {
@ -1738,7 +1738,7 @@ export default function formBuilder(
page_size: 9999, page_size: 9999,
is_simple: 1, is_simple: 1,
custom_model_id: isJSON(info.stub) ? '' : info.stub, custom_model_id: isJSON(info.stub) ? '' : info.stub,
is_auth: 1, // is_auth: 1,
ids:target[info.name]?target[info.name]:'', ids:target[info.name]?target[info.name]:'',
...extraParam ...extraParam
}).then((res) => { }).then((res) => {

Loading…
Cancel
Save