添加首页报表,下载

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

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

Loading…
Cancel
Save