master
lion 8 months ago
parent 5f8d8b43cc
commit 26288d2165

@ -228,8 +228,10 @@
}, },
load() { load() {
var that = this; var that = this;
listparameter().then(response => { listparameter({
that.tableData = response.data; is_tree:1
}).then(response => {
that.tableData = response;
}).catch(error => { }).catch(error => {
//reject(error) //reject(error)
}) })

Loading…
Cancel
Save