ソースを参照

审批遮罩问题

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>