Browse Source

子系统点位接入添加其他数据源

zhangyu 5 years ago
parent
commit
682fe60c29
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/point/config_point/steps/step1.vue

+ 3 - 0
src/views/point/config_point/steps/step1.vue

@@ -438,6 +438,9 @@
                                  createList[i].Type &&
                                  createList[i].hasOwnProperty("RoutingKey") &&
                                  createList[i].RoutingKey
+                                ) ||
+                                (createList[i].hasOwnProperty("JoinedInfo") &&
+                                 createList[i].JoinedInfo
                                 )
                               )) {
                                 this.$message("请输入所有必填字段(带“*”列为必填列)")