Browse Source

Merge branch 'iteration-20250107-url'

lex-xin 1 month ago
parent
commit
3f3fd0e9db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/teacher/statistics/home-statistics/index.tsx

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

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