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