|
@@ -1156,7 +1156,7 @@ const reportModalClick = async () => {
|
|
|
if (taskCheck) {
|
|
|
//初始弹出弹窗,防呆
|
|
|
// reportIds.value = info['primaryKeyId'] dataId
|
|
|
- reportIds.value = dataId
|
|
|
+ reportIds.value = dataId.length>0?dataId:nodeIdvalue.value
|
|
|
reportAddition.value = {
|
|
|
classify: authBtnTabKey.value,
|
|
|
contractIdRelation: info['contractIdRelation'],
|