提交 57553f3e 编写于 作者: KK's avatar KK

树图标属性逻辑判断错误

上级 87e89970
......@@ -501,7 +501,7 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@/a
<#else>
let strIcon: string = 'default_text';
</#if>
if(strIcon){
if(strIcon && strIcon !== 'default_text'){
let tempIcon = JSON.parse(strIcon);
if(tempIcon && tempIcon[0] && tempIcon[0].id){
strIcon = `${r'${this.download}'}/${r'${tempIcon[0].id}'}`;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册