Commit 55e47410 authored by 姬鋆屾's avatar 姬鋆屾

tui

parent dc4bc638
......@@ -8,6 +8,7 @@
:row-class-name="tableRowClassName"
:default-expand-all="expand"
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
height="620"
>
<el-table-column
......
......@@ -166,6 +166,7 @@ export default {
(res) => {
if (res.code == 1) {
this.tableData = res.data;
console.log(res.data);
this.$forceUpdate(this.tableData);
} else {
this.tableData = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment