|
@@ -1022,7 +1022,7 @@ const reportModalClick = () => {
|
|
|
const rows = ListItemDatas.value;
|
|
|
reportIds.value = info['contractIdRelation'] ? info['id'] : info['primaryKeyId']
|
|
|
if (rows.length > 0) {
|
|
|
- reportTaskName.value = rows.length > 1?`${rows[0].name}等${rows.length}个文件`:rows[0].name
|
|
|
+ reportTaskName.value = rows.length > 1?`${rows[0].nodeName}等${rows.length}个文件`:rows[0].nodeName
|
|
|
reportAddition.value = {
|
|
|
classify: authBtnTabKey.value,
|
|
|
contractIdRelation: info['contractIdRelation'],
|