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) })