@@ -60,7 +60,9 @@
},
methods:{
handleInput(val,i){
- this.data[i]=val;
+ if(val){
+ this.data[i]=val;
+ }
setRules(){
this.$emit('setRules');