liucf 5 anni fa
parent
commit
1bfc760b18
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/common/CheckBox.vue

+ 3 - 1
src/common/CheckBox.vue

@@ -70,7 +70,9 @@ import OptionInp from '../common/OptionInp.vue';
           // 填写后取消 再次选中 要获取输入框的值
           if(data[index].name.indexOf("${") != -1){
             console.log("该选项有输入框",data[index])
-            that.$refs.inp.handleBlur();
+            if(data[index].value){
+              this.inpVal(data[index].value,index);
+            } 
           }
         }
         // 处理取消-互斥