limengbo hace 5 años
padre
commit
3b27987a29
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/categoryList/index.vue

+ 1 - 2
src/views/categoryList/index.vue

@@ -112,14 +112,13 @@
           <el-button type="primary" @click="handOk('ruleForm')">确 定</el-button>
         </div>
       </el-dialog>
-      <!--
       <el-pagination
         background
         layout="prev, pager, next"
         :total="getCategoryDataLength"
         @current-change="handleCurrentChange"
       />
-      -->
+
     </div>
   </div>
 </template>