Pārlūkot izejas kodu

获取委托单数据

duy 7 mēneši atpakaļ
vecāks
revīzija
ae7487fbca
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/views/tentative/detect/components/ListItem.vue

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