flx:修复表单key不唯一问题

This commit is contained in:
Rain_ 2025-05-07 17:37:48 +08:00
parent 46e121d36a
commit 954d7ab392

View File

@ -11,7 +11,7 @@
:show-animation="true"
class="w-table-row"
v-for="(row, i) in _value"
:key="`row_${i + 1 * pageInfo.pageNo}`"
:key="`row_${i}_${pageInfo.pageNo}`"
>
<template v-slot:title>
<view class="w-table-row-tt">