feat: 评价判断字段修改

This commit is contained in:
黄泽群
2026-07-09 16:51:17 +08:00
parent acb32f3242
commit 85fff5c363
2 changed files with 2 additions and 1 deletions
@@ -34,6 +34,7 @@
:parentName="item.userName"
:level="level + 1"
@reply="(childItem, parent) => $emit('reply', childItem, parent || item)"
@deleteSuccess="(item) => $emit('deleteSuccess', item)"
/>
</template>
</view>