Browse Source

审批遮罩问题

CzRger 3 months ago
parent
commit
6e577eb3c1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/app/components/datasets/documents/list.tsx

+ 1 - 0
web/app/components/datasets/documents/list.tsx

@@ -841,6 +841,7 @@ const DocumentList: FC<IDocumentListProps> = ({
           onCancel={() => onHandleExamine(false)}
           confirmText="同意"
           cancelText="不同意"
+          maskClosable={false}
         />
       )}
     </div>