Explorar el Código

优化缺陷分页

qinzhipeng_v hace 5 años
padre
commit
e52753151a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/workbench/bugTableList.vue

+ 1 - 1
src/views/workbench/bugTableList.vue

@@ -40,7 +40,7 @@
     <div align="right">
       <el-pagination
         :page-sizes="[15, 30, 45, total]"
-        :current-page="curIndex"
+        :current-page.sync="curIndex"
         :page-size="pageSize"
         background
         layout="total, sizes, prev, pager, next, jumper"