Browse Source

杂活:删除进入检查的弹框提示

dengdx 1 week ago
parent
commit
141be4659d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/exam/components/BodyPositionList.tsx

+ 3 - 3
src/pages/exam/components/BodyPositionList.tsx

@@ -66,9 +66,9 @@ const BodyPositionList: React.FC<BodyPositionListProps> = ({ layout }) => {
 
   useEffect(() => {
     const fetchBodyPositions = async () => {
-      alert(
-        `${works.length} works found == ${works[0].Views.length} views in the first work`
-      );
+      // alert(
+      //   `${works.length} works found == ${works[0].Views.length} views in the first work`
+      // );
       console.log(`体位信息:${JSON.stringify(works)}`);
       const bodyPositions: ExtendedBodyPosition[] = await Promise.all(
         works.flatMap((work) =>