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