lynn 8 months ago
commit c471905161

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

Loading…
Cancel
Save