Explorar el Código

feat(claim): 在表格组件中添加分页同步功能

yz hace 2 meses
padre
commit
f6aadd8b49
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/claim/index.vue

+ 1 - 0
src/views/claim/index.vue

@@ -3,6 +3,7 @@
     <avue-crud :option="option"
                :table-loading="loading"
                :data="data"
+               :page.sync="page"
                ref="crud"
                v-model="form"
                @search-change="searchChange"