|
|
|
|
@ -516,7 +516,8 @@ export default function formBuilder(device, info, h, row, pWrite = false,pReadab
|
|
|
|
|
page: 1,
|
|
|
|
|
page_size: 9999,
|
|
|
|
|
is_simple: 1,
|
|
|
|
|
custom_model_id: info.stub
|
|
|
|
|
custom_model_id: info.stub,
|
|
|
|
|
is_auth: 1,
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.$set(this.flows, info.name, res.data.data)
|
|
|
|
|
})
|
|
|
|
|
@ -788,7 +789,8 @@ export default function formBuilder(device, info, h, row, pWrite = false,pReadab
|
|
|
|
|
page: 1,
|
|
|
|
|
page_size: 9999,
|
|
|
|
|
is_simple: 1,
|
|
|
|
|
custom_model_id: info.stub
|
|
|
|
|
custom_model_id: info.stub,
|
|
|
|
|
is_auth: 1
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.$set(this.flows, info.name, res.data.data)
|
|
|
|
|
})
|
|
|
|
|
@ -1370,7 +1372,8 @@ export default function formBuilder(device, info, h, row, pWrite = false,pReadab
|
|
|
|
|
page: 1,
|
|
|
|
|
page_size: 9999,
|
|
|
|
|
is_simple: 1,
|
|
|
|
|
custom_model_id: info.stub
|
|
|
|
|
custom_model_id: info.stub,
|
|
|
|
|
is_auth: 1
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.$set(this.flows, info.name, res.data.data)
|
|
|
|
|
})
|
|
|
|
|
@ -1663,7 +1666,8 @@ export default function formBuilder(device, info, h, row, pWrite = false,pReadab
|
|
|
|
|
page: 1,
|
|
|
|
|
page_size: 9999,
|
|
|
|
|
is_simple: 1,
|
|
|
|
|
custom_model_id: info.stub
|
|
|
|
|
custom_model_id: info.stub,
|
|
|
|
|
is_auth: 1
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.$set(this.flows, info.name, res.data.data)
|
|
|
|
|
})
|
|
|
|
|
|