|
@@ -78,7 +78,7 @@ VantComponent({
|
|
|
onConfirm(event) {
|
|
onConfirm(event) {
|
|
|
const { value = '' } = event.detail || {};
|
|
const { value = '' } = event.detail || {};
|
|
|
// this.value = value;
|
|
// this.value = value;
|
|
|
- this.setData({ innerValue: '' });
|
|
|
|
|
|
|
+ // this.setData({ innerValue: '' });
|
|
|
this.setShowClear();
|
|
this.setShowClear();
|
|
|
this.$emit('confirm', value);
|
|
this.$emit('confirm', value);
|
|
|
},
|
|
},
|