瀏覽代碼

获取委托单数据

duy 7 月之前
父節點
當前提交
ae7487fbca
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)