Procházet zdrojové kódy

获取委托单数据

duy před 7 měsíci
rodič
revize
ae7487fbca

+ 2 - 0
src/views/tentative/detect/components/ListItem.vue

@@ -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)