소스 검색

审批遮罩问题

CzRger 3 달 전
부모
커밋
6e577eb3c1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>