|
@@ -616,7 +616,8 @@ const reportModalClick = async () => {
|
|
showReportModal.value = true
|
|
showReportModal.value = true
|
|
//请求文件题名
|
|
//请求文件题名
|
|
const {data} = await wbsApi.queryDocumentTitle({
|
|
const {data} = await wbsApi.queryDocumentTitle({
|
|
- primaryKeyId: info['primaryKeyId'],
|
|
|
|
|
|
+ // primaryKeyId: info['primaryKeyId'],
|
|
|
|
+ primaryKeyId:dataId,
|
|
classify: authBtnTabKey.value
|
|
classify: authBtnTabKey.value
|
|
})
|
|
})
|
|
reportTaskName.value = isString(data)? data : ''
|
|
reportTaskName.value = isString(data)? data : ''
|