|
@@ -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);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
// 处理取消-互斥
|