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