Răsfoiți Sursa

试验获取pdf添加入参

duy 2 ani în urmă
părinte
comite
02fce5a8e5
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      src/views/tentative/detect/components/ListItem.vue

+ 3 - 1
src/views/tentative/detect/components/ListItem.vue

@@ -415,11 +415,13 @@ const changeSimpleInput=(infodata,id)=>{
 //获取已填写的数据
 const getBussDataInfo = async (item, index) => {
     const pkeyIds = getValString(item.pKeyId)
+       const { contractId } = baseData.value
     if (pkeyIds) {
         const { id } = baseData.value
         const {error, code, data} = await dataApi.getBussDataInfo({
             id: id||nodeIdvaluedata.value,
-            pkeyId: pkeyIds
+            pkeyId: pkeyIds,
+            contractId:contractId
         }, false)
         console.log(item,'item2222');
         if(item.oper){