소스 검색

Merge branch 'iteration-20250107-url' into ponline

lex-xin 6 달 전
부모
커밋
707f9c6017
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/teacher/statistics/home-statistics/index.tsx

+ 2 - 2
src/teacher/statistics/home-statistics/index.tsx

@@ -266,8 +266,8 @@ export default defineComponent({
             }
           })
           .then(res => {
-            const checked = res.data.checked ? true : false
-            if (checked) {
+            const checked = res.data.check ? true : false
+            if (!checked) {
               getHeight()
             }
           })