This commit is contained in:
parent
e1dd81bc0f
commit
dd6604feff
|
@ -294,7 +294,7 @@ export function useArrayData(key = useRoute().meta.moduleName, userOptions) {
|
|||
|
||||
function mapData(data) {
|
||||
data.forEach((row) => {
|
||||
const key = row.clientFk;
|
||||
const key = row.id;
|
||||
const val = { ...row, key };
|
||||
|
||||
if (store.map.has(key)) {
|
||||
|
|
Loading…
Reference in New Issue