Commit 4585c06d by 史敦盼

属性值为空不展示资产判断去掉

1 parent 0512cc9e
Showing with 2 additions and 2 deletions
......@@ -123,10 +123,10 @@
// this.addPaletteFunctions(item.arciBelongId, item.arciBelongName, true, fns);
// }else {
item.eleDtos.forEach(item2 => {
if(item2.assets && item2.dicys) {
if(item2.assets) { // && item2.dicys
let fns = [];
let attr_ = [];
item2.dicys.forEach(res => {
item2.dicys && item2.dicys.forEach(res => {
if(res.fieldName) {
attr_.push(
{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!