|
|
@@ -642,6 +642,7 @@
|
|
|
console.log(form, 'form');
|
|
|
if (form.actionList.length < 1) {
|
|
|
this.$message.error('请添加预警内容!');
|
|
|
+ return;
|
|
|
}
|
|
|
let actionListLen = form.actionList.filter((item) => item.matterRuleId);
|
|
|
if (actionListLen?.length != form.actionList.length) {
|