NEZ-1243 fix: asset endpint 底部弹窗添加同步按钮

This commit is contained in:
zhangyu
2021-11-16 17:30:01 +08:00
parent 78d56bedf1
commit 81e62990f9
3 changed files with 7 additions and 3 deletions

View File

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