添加首页报表,下载

hn2.0
fanluyan 2 years ago
parent 58c744131f
commit 0744806341

@ -22,7 +22,6 @@
</div>
<el-tree
ref="tree"
:empty-text="emptyText"
:data="lineTreeData"
:props="defaultProps"
node-key="id"
@ -402,7 +401,6 @@ export default {
},
//
getLineTreeList() {
// this.emptyText = "...";
getdyTreeListJoggle()
.then((res) => {
console.log(res);
@ -418,7 +416,7 @@ export default {
this.handleNodeClick(this.currentData);
} else {
this.selectData = this.lineTreeData[0]; //
this.emptyText = "暂无数据";
this.currentNodekey = this.lineTreeData[0].id; //
this.type = 1;
this.newCurrentId = this.lineTreeData[0].id;

Loading…
Cancel
Save