From 26288d2165e1c608b9cdad182aff87ab9de9d1d9 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 23 Apr 2025 16:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dictionary.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/system/dictionary.vue b/src/views/system/dictionary.vue index acd0d61..e6dc512 100644 --- a/src/views/system/dictionary.vue +++ b/src/views/system/dictionary.vue @@ -228,8 +228,10 @@ }, load() { var that = this; - listparameter().then(response => { - that.tableData = response.data; + listparameter({ + is_tree:1 + }).then(response => { + that.tableData = response; }).catch(error => { //reject(error) })