@@ -40,10 +40,11 @@
ok(){
this.$emit('close',this.value,this.text)
this.close()
+ this.value = ''
},
close(){
this.submitInformationModVis = false
- this.value = ''
+ // this.value = ''
}