zhouna 4 years ago
parent
commit
c8ba066828
1 changed files with 1 additions and 1 deletions
  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';