From de96b1d64226055fd4e244631088095d93071204 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Fri, 5 May 2023 17:24:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/trainingItem/index.vue | 43 +++++++++++++++++++------
1 file changed, 33 insertions(+), 10 deletions(-)
diff --git a/src/views/system/trainingItem/index.vue b/src/views/system/trainingItem/index.vue
index fb501dc..89869ce 100644
--- a/src/views/system/trainingItem/index.vue
+++ b/src/views/system/trainingItem/index.vue
@@ -117,15 +117,9 @@
-
-
+
+
+
+
+ 修改
+ 删除
+
+
@@ -233,7 +257,6 @@
{
- console.log(response)
+ console.log(response);
response.rows.forEach((e) => {
e.selectSubordinateItemlist = []; // 先给一个空值
e.expand = false; // 表示当前行是闭合的,不设置这个等下展开后就没法闭合了