@@ -795,6 +795,7 @@ export default {
dataType: "",
};
+
if (typeof arg.index == "number") {
// 添加规则 直接在当前位置之后添加
this.form.klRuleByIdSub.splice(arg.index + 1, 0, obj);