mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-22 02:34:26 +08:00
don't auto hide sheet when select icon
This commit is contained in:
@@ -69,7 +69,6 @@ export default {
|
|||||||
onColorClicked(colorInfo) {
|
onColorClicked(colorInfo) {
|
||||||
this.currentValue = colorInfo.color;
|
this.currentValue = colorInfo.color;
|
||||||
this.$emit('update:modelValue', this.currentValue);
|
this.$emit('update:modelValue', this.currentValue);
|
||||||
this.$emit('update:show', false);
|
|
||||||
},
|
},
|
||||||
onSheetOpen(event) {
|
onSheetOpen(event) {
|
||||||
this.currentValue = this.modelValue;
|
this.currentValue = this.modelValue;
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ export default {
|
|||||||
onIconClicked(iconInfo) {
|
onIconClicked(iconInfo) {
|
||||||
this.currentValue = iconInfo.id;
|
this.currentValue = iconInfo.id;
|
||||||
this.$emit('update:modelValue', this.currentValue);
|
this.$emit('update:modelValue', this.currentValue);
|
||||||
this.$emit('update:show', false);
|
|
||||||
},
|
},
|
||||||
onSheetOpen(event) {
|
onSheetOpen(event) {
|
||||||
this.currentValue = this.modelValue;
|
this.currentValue = this.modelValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user