1178232204@qq.com hace 3 años
padre
commit
2c1b3f9da7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/knowledgeExtra/AddNewRule.vue

+ 1 - 0
src/components/knowledgeExtra/AddNewRule.vue

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