|
@@ -678,6 +678,7 @@ const getBussDataInfo = async (item, index, param = {}) => {
|
|
|
contractId: contractId,
|
|
|
type,
|
|
|
nodeId,
|
|
|
+
|
|
|
...param,
|
|
|
}, false)
|
|
|
emit('changesingSaveId', pkeyIds)
|
|
@@ -1789,6 +1790,7 @@ const getTheOrderDataClick = async (item, index) => {
|
|
|
if (isNullES(entrustId)) return
|
|
|
await getBussDataInfo(item, index, {
|
|
|
entrustId: entrustId,
|
|
|
+ formData: JSON.stringify( formData.value[index]),
|
|
|
})
|
|
|
//渲染表单
|
|
|
await getExcelHtml(item, index)
|