فهرست منبع

Update index.tsx

lex-xin 9 ماه پیش
والد
کامیت
2032628255
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 => {
           .then(res => {
             const checked = res.data.checked ? true : false
             const checked = res.data.checked ? true : false
-            if (!checked) {
+            if (checked) {
               getHeight()
               getHeight()
             }
             }
           })
           })