浏览代码

自定义事件优化

wu 3 月之前
父节点
当前提交
62338bb7f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/form/webDesign/customEventExpression.vue

+ 1 - 0
src/views/form/webDesign/customEventExpression.vue

@@ -187,6 +187,7 @@ export default {
       })
     },
     associationListFilter(){
+      if (!this.associationList || !this.associationList.length) return [];
       let list = this.associationList.reduce((acc, o) => {
         const existing = acc.find(l => l.tableName === o.tableName);
         if (!existing) {