|
@@ -56,12 +56,12 @@ async function getReportInfo() {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
+ await getUserInfo()
|
|
|
if (res.Data.Status === 4) {
|
|
|
- await getUserInfo()
|
|
|
if (userInfo.Status === 2 && userInfo.HasPermission === '私有权限') {
|
|
|
formatIframeData()
|
|
|
}else{
|
|
|
- reportContent.value = reportInfo.value.ContentSub
|
|
|
+ reportContent.value = reportInfo.value.Content
|
|
|
}
|
|
|
} else {//无权限
|
|
|
reportContent.value = reportInfo.value.ContentSub
|