diff --git a/ruoyi-ui/src/views/system/category/index.vue b/ruoyi-ui/src/views/system/category/index.vue
index 01c0a2f..d57d1d1 100644
--- a/ruoyi-ui/src/views/system/category/index.vue
+++ b/ruoyi-ui/src/views/system/category/index.vue
@@ -101,16 +101,39 @@
-
+
-
-
-
+
-
+
+
+ 修改
+ 删除
+
+
+ -->
+
+
+
-
+ /> -->
@@ -241,9 +264,26 @@ export default {
getList() {
this.loading = true;
listCategory(this.queryParams).then(response => {
- this.categoryList = response.rows;
+ // this.categoryList = response.rows;
this.total = response.total;
this.loading = false;
+ let arrData = response.rows
+ let newArr = []
+ for(let i=0;i