Merge branch 'master-500-dev' of http://113.200.75.45:82/monitor_v3/hg-monitor-w…
…eb into master-500-dev-XuHaoJie
Showing
1 changed file
with
5 additions
and
0 deletions
@@ -689,6 +689,11 @@ export default { | @@ -689,6 +689,11 @@ export default { | ||
689 | if (document.category.toUpperCase() == document.category){ | 689 | if (document.category.toUpperCase() == document.category){ |
690 | props.fileIds.push(document.id); | 690 | props.fileIds.push(document.id); |
691 | } | 691 | } |
692 | + // Start Wang 2022/3/8 10:43 在乙方运维中上传文件后不弹出授权框 | ||
693 | + if(props.viewTypeId && props.viewTypeId != ''){ | ||
694 | + return; | ||
695 | + } | ||
696 | + // End Wang 2022/3/8 10:44 | ||
692 | // Start 上传成功后弹出授权弹框 LSQ 2022/1/12 | 697 | // Start 上传成功后弹出授权弹框 LSQ 2022/1/12 |
693 | setTimeout(function (){ | 698 | setTimeout(function (){ |
694 | if(dataList.value && dataList.value.length>0){ | 699 | if(dataList.value && dataList.value.length>0){ |
-
Please register or login to post a comment