Browse Source

去掉请求参数

gcz 2 years ago
parent
commit
2b06d43bec
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/index.vue

+ 3 - 3
src/views/index.vue

@@ -3,7 +3,7 @@
  * @Author: wangcc
  * @Date: 2022-07-06 15:56:45
  * @LastEditors: gcz
- * @LastEditTime: 2022-11-01 14:04:06
+ * @LastEditTime: 2022-11-01 15:34:12
  * @FilePath: \ntbigscreen\src\views\index.vue
  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 -->
@@ -1239,8 +1239,8 @@ export default {
       let rowId = e.row[4];
       let param = {
         courseId: rowId,
-        pageNum: 1,
-        pageSize: 20
+        // pageNum: 1,
+        // pageSize: 20
       };
       projectSmallClass(param).then((res) => {
         if (res.code == 200) {