Prechádzať zdrojové kódy

Merge branch 'iteration-20250107-url' into ponline

lex-xin 6 mesiacov pred
rodič
commit
707f9c6017

+ 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()
             }
           })