From 95cac1a3d16fbd3cb0b5f796cbc9c6966929b8c9 Mon Sep 17 00:00:00 2001
From: wangting <2940883238@qq.com>
Date: Mon, 13 May 2024 11:48:49 +0800
Subject: [PATCH] xiugai
---
ruoyi-ui/src/views/system/category/index.vue | 58 +++++++++++++++++---
1 file changed, 49 insertions(+), 9 deletions(-)
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