...
|
...
|
@@ -689,6 +689,11 @@ export default { |
|
|
if (document.category.toUpperCase() == document.category){
|
|
|
props.fileIds.push(document.id);
|
|
|
}
|
|
|
// Start Wang 2022/3/8 10:43 在乙方运维中上传文件后不弹出授权框
|
|
|
if(props.viewTypeId && props.viewTypeId != ''){
|
|
|
return;
|
|
|
}
|
|
|
// End Wang 2022/3/8 10:44
|
|
|
// Start 上传成功后弹出授权弹框 LSQ 2022/1/12
|
|
|
setTimeout(function (){
|
|
|
if(dataList.value && dataList.value.length>0){
|
...
|
...
|
|