NEZ-1221 fix: diagram 类型图 因为鼠标滚轮放大缩小导致悬浮展示有误的问题

This commit is contained in:
zhangyu
2021-11-11 11:34:34 +08:00
parent 6abf76db08
commit ce18288599
3 changed files with 13 additions and 1 deletions

View File

@@ -1515,7 +1515,10 @@ export default {
const arr = []
arr.push(this.$get(`/asset/asset/${assetId}`))
arr.push(this.$get(`/asset/asset/feature/${assetId}`))
this.$refs['editChart' + chartInfo.id][0].showLoad()
console.log(this.$refs['editChart' + chartInfo.id][0])
if (this.$refs['editChart' + chartInfo.id][0]) {
this.$refs['editChart' + chartInfo.id][0].showLoad()
}
// this.$get('/asset/info?id=' + assetId).then(response => {
// if (response.code == 200) {