Browse Source

Merge branch 'iteration-20250107-url' into ponline

lex-xin 6 tháng trước cách đây
mục cha
commit
707f9c6017
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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()
             }
           })