duy 2 сар өмнө
parent
commit
52da30ee4f

+ 1 - 1
src/views/tentative/detect/commission.vue

@@ -671,7 +671,7 @@ const reportClick = async () => {
      //请求文件题名
      const { data } = await wbsApi.queryDocumentTitle({
                     // primaryKeyId: info['primaryKeyId'],
-                    primaryKeyId: reportIds.value,
+                    primaryKeyId: rows[0].id,
                     classify: '1',
 
                 })