flx:修复表单key不唯一问题
This commit is contained in:
parent
46e121d36a
commit
954d7ab392
@ -11,7 +11,7 @@
|
|||||||
:show-animation="true"
|
:show-animation="true"
|
||||||
class="w-table-row"
|
class="w-table-row"
|
||||||
v-for="(row, i) in _value"
|
v-for="(row, i) in _value"
|
||||||
:key="`row_${i + 1 * pageInfo.pageNo}`"
|
:key="`row_${i}_${pageInfo.pageNo}`"
|
||||||
>
|
>
|
||||||
<template v-slot:title>
|
<template v-slot:title>
|
||||||
<view class="w-table-row-tt">
|
<view class="w-table-row-tt">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user