|
|
|
|
@ -448,6 +448,7 @@ export default function formBuilder(
|
|
|
|
|
is_simple: 1,
|
|
|
|
|
custom_model_id: isJSON(info.stub) ? '' : info.stub,
|
|
|
|
|
is_auth: 1,
|
|
|
|
|
ids:target[info.name]?target[info.name]:'',
|
|
|
|
|
...extraParam
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
this.$set(this.flows, info.name, res.data.data);
|
|
|
|
|
@ -772,6 +773,7 @@ export default function formBuilder(
|
|
|
|
|
);
|
|
|
|
|
break;
|
|
|
|
|
case "relation-flow":
|
|
|
|
|
console.log("info",info,target)
|
|
|
|
|
if (!this.flows[info.name]) {
|
|
|
|
|
let extraParam = {}
|
|
|
|
|
if (isJSON(info.stub)) {
|
|
|
|
|
@ -783,6 +785,7 @@ export default function formBuilder(
|
|
|
|
|
is_simple: 1,
|
|
|
|
|
custom_model_id: isJSON(info.stub) ? '' : info.stub,
|
|
|
|
|
is_auth: 1,
|
|
|
|
|
ids:target[info.name]?target[info.name]:'',
|
|
|
|
|
...extraParam
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
this.$set(this.flows, info.name, res.data.data);
|
|
|
|
|
@ -1416,6 +1419,7 @@ export default function formBuilder(
|
|
|
|
|
is_simple: 1,
|
|
|
|
|
custom_model_id: isJSON(info.stub) ? '' : info.stub,
|
|
|
|
|
is_auth: 1,
|
|
|
|
|
ids:target[info.name]?target[info.name]:'',
|
|
|
|
|
...extraParam
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
this.$set(this.flows, info.name, res.data.data);
|
|
|
|
|
@ -1735,6 +1739,7 @@ export default function formBuilder(
|
|
|
|
|
is_simple: 1,
|
|
|
|
|
custom_model_id: isJSON(info.stub) ? '' : info.stub,
|
|
|
|
|
is_auth: 1,
|
|
|
|
|
ids:target[info.name]?target[info.name]:'',
|
|
|
|
|
...extraParam
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
this.$set(this.flows, info.name, res.data.data);
|
|
|
|
|
|