From 65d43d4f5e5b55b8325fb23710400540428e0f15 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 16:59:10 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/system/trainingItem/index.vue b/src/views/system/trainingItem/index.vue index ad98904..fb501dc 100644 --- a/src/views/system/trainingItem/index.vue +++ b/src/views/system/trainingItem/index.vue @@ -118,6 +118,7 @@ { + console.log(response) response.rows.forEach((e) => { e.selectSubordinateItemlist = []; // 先给一个空值 e.expand = false; // 表示当前行是闭合的,不设置这个等下展开后就没法闭合了