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