历史回溯data数据获取,
Showing
1 changed file
with
7 additions
and
2 deletions
1 | <template > | 1 | <template > |
2 | <div class="lshs-content"> | 2 | <div class="lshs-content"> |
3 | <div id="mountNode" ref="containerWidth"></div> | 3 | <div id="mountNode" ref="containerWidth"> |
4 | <div v-show="showhide" style="margin: 20px 0 0 20px;color:red;">暂无变更业务,没有历史回溯数据</div> | ||
5 | |||
6 | </div> | ||
4 | <div id="mountNodeRight"> | 7 | <div id="mountNodeRight"> |
5 | <div><span class="tip-title">详细信息</span></div> | 8 | <div><span class="tip-title">基础信息</span></div> |
6 | <el-divider></el-divider> | 9 | <el-divider></el-divider> |
7 | <div style="line-height: 40px"> | 10 | <div style="line-height: 40px"> |
8 | <el-row> | 11 | <el-row> |
... | @@ -101,6 +104,7 @@ export default { | ... | @@ -101,6 +104,7 @@ export default { |
101 | } | 104 | } |
102 | `); | 105 | `); |
103 | return { | 106 | return { |
107 | showhide:false, | ||
104 | data : {}, | 108 | data : {}, |
105 | activeName: 'first', | 109 | activeName: 'first', |
106 | result:{}, | 110 | result:{}, |
... | @@ -310,6 +314,7 @@ export default { | ... | @@ -310,6 +314,7 @@ export default { |
310 | //_this.data.nodes.length;// 判断个数 | 314 | //_this.data.nodes.length;// 判断个数 |
311 | if(_this.data.nodes.length==0){ | 315 | if(_this.data.nodes.length==0){ |
312 | //暂无变更业务,没有历史回溯数据。 | 316 | //暂无变更业务,没有历史回溯数据。 |
317 | this.showhide=true; | ||
313 | 318 | ||
314 | }else{ | 319 | }else{ |
315 | this.initG6(); | 320 | this.initG6(); | ... | ... |
-
Please register or sign in to post a comment