This commit is contained in:
Iruka 2024-09-27 11:16:33 +08:00
parent c1816b8309
commit 2cb9fbbe34

View File

@ -88,9 +88,9 @@
this.indexData.showIndex = index;
if (item.id != oldItem.id) {
this.indexData.setStorage(2, item);
this.$emit("select", item);
this.indexData.onEventHandler(this.indexData.eventType.land);
uni.$emit("notify-update-land");
this.$emit("select", item);
}
this.close();
},