Browse Source

Merge pull request '项目详情中修改用户为外部用户时头像显示问题' (#892) from wangjr_pro into V20211115

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/892
Reviewed-by: zhoupzh <zhoupzh@pcl.ac.cn>
pull/894/head
zhoupzh 3 years ago
parent
commit
928696fd76
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      web_src/js/components/ProAnalysis.vue

+ 5
- 0
web_src/js/components/ProAnalysis.vue View File

@@ -1144,6 +1144,11 @@


created() { created() {
// this.download_a=document.getElementById("download_file") // this.download_a=document.getElementById("download_file")
},
updated(){
if(document.querySelectorAll('img[avatar]').length!==0){
window.LetterAvatar.transform()
}
} }
} }
</script> </script>


Loading…
Cancel
Save