调整式神属性配置

This commit is contained in:
2024-02-27 00:40:37 +08:00
parent 35aa571411
commit 0099e25121
3 changed files with 65 additions and 26 deletions

View File

@@ -117,7 +117,7 @@ export default {
},
confirm(i) {
console.log("confirm====");
this.$emit("updateShikigami", i);
this.$emit("updateShikigami", JSON.parse(JSON.stringify(i)))
// this.current = {};
},
filterShikigamiByRarity(rarity) {