Explorar el Código

总数据条数初始化为0

yy %!s(int64=3) %!d(string=hace) años
padre
commit
f89d8281e6
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      src/views/CommonProblem/index.vue
  2. 1 1
      src/views/ExaminationAnnouncement/index.vue
  3. 1 1
      src/views/ImportantAnnouncement/index.vue

+ 1 - 1
src/views/CommonProblem/index.vue

@ -67,7 +67,7 @@ export default {
67 67
      tableData: [],
68 68
      multipleSelection: [],
69 69
      // 分页数据
70
      total: 20, // 总数据条数
70
      total: 0, // 总数据条数
71 71
      pageSize: 8, // 每页条数
72 72
      page: 1, // 当前页
73 73
    }

+ 1 - 1
src/views/ExaminationAnnouncement/index.vue

@ -69,7 +69,7 @@ export default {
69 69
      tableData: [],
70 70
      multipleSelection: [],
71 71
      // 分页数据
72
      total: 20, // 总数据条数
72
      total: 0, // 总数据条数
73 73
      pageSize: 8, // 每页条数
74 74
      page: 1, // 当前页
75 75
    }

+ 1 - 1
src/views/ImportantAnnouncement/index.vue

@ -67,7 +67,7 @@ export default {
67 67
      tableData: [],
68 68
      multipleSelection: [],
69 69
      // 分页数据
70
      total: 20, // 总数据条数
70
      total: 0, // 总数据条数
71 71
      pageSize: 8, // 每页条数
72 72
      page: 1, // 当前页
73 73
    }

XinChuang/client_web - Gogs: Go Git Service

1 Commits (263ff116218cb95f88d07e2c187d947a1f52d4ff)

Autor SHA1 Nachricht Datum
  yy 422ea9d470 init vor 3 Jahren