shaogen1995 1 year ago
parent
commit
61f61af7cb

+ 2 - 1
src/pages/A1Project/A1Inner/A1IupFile/index.tsx

@@ -324,7 +324,7 @@ function A1IupFile({
         ))}
         ))}
       </div>
       </div>
 
 
-      <div className="A1OMain">
+      <div className="A1OMain" id='A1OMain'>
         <Dragger {...FileProps}>
         <Dragger {...FileProps}>
           <p className="ant-upload-drag-icon">
           <p className="ant-upload-drag-icon">
             <InboxOutlined rev={undefined} />
             <InboxOutlined rev={undefined} />
@@ -374,6 +374,7 @@ function A1IupFile({
                   {/* 下拉框 */}
                   {/* 下拉框 */}
                   <div className="A1IUselect">
                   <div className="A1IUselect">
                     <Select
                     <Select
+                      getPopupContainer={()=>document.querySelector('#A1OMain')!}
                       style={{ width: 200 }}
                       style={{ width: 200 }}
                       placeholder="请选择"
                       placeholder="请选择"
                       value={v.mySelect.value || undefined}
                       value={v.mySelect.value || undefined}

+ 6 - 0
src/pages/A4Role/A4Auth/index.tsx

@@ -138,6 +138,12 @@ function A4Auth({ mId, authColseFu, authEditFu }: Props) {
     const { flag, txt, value } = r2Ref.current.sonRes();
     const { flag, txt, value } = r2Ref.current.sonRes();
     if (!flag) return MessageFu.warning("至少勾选一个 数据权限 的跨部门数据!");
     if (!flag) return MessageFu.warning("至少勾选一个 数据权限 的跨部门数据!");
 
 
+    // if(1+1===2) {
+    //   console.log('----------',{ flag, txt, value });
+
+    //   return
+    // }
+
     const { flag2, txt2 } = r3Ref.current.sonRes();
     const { flag2, txt2 } = r3Ref.current.sonRes();
     console.log(flag2);
     console.log(flag2);