zhouna 4 anni fa
parent
commit
c8ba066828
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/knowledgeExtra/AddNewRule.vue

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

@@ -220,7 +220,7 @@
                 let arr=[];
                 data.map((it)=>{
                     if(!arr[it.groupType]){arr[it.groupType]=[];}
-                    if(it.subMaxOperator){
+                    if(it.subMaxOperator||it.subMinOperator){
                         it.dataType='1';
                     }else if(it.subEqValue){
                         it.dataType='2';