Update PopupLists and policyList components for improved functionality
- Changed key generation in PopupLists to ensure unique keys for items. - Adjusted validation condition in policyList to require at least 2 items instead of 3 for processing.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
]"
|
||||
>
|
||||
<template v-for="(itm, idx) in item.data">
|
||||
<view :key="idx" v-if="!itm.mode"
|
||||
<view :key="idx+'-C'" v-if="!itm.mode"
|
||||
@click="getActive(itm, index, idx)"
|
||||
:class="
|
||||
idx == item.activeIndex
|
||||
|
||||
Reference in New Issue
Block a user