Browse Source

Update index.tsx

lex-xin 2 months ago
parent
commit
e268582d32
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

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