Merge pull request 'jskim-node' (#409) from jskim-node into main
Reviewed-on: http://39.117.244.52:3000/kjs/ERP-node/pulls/409
This commit is contained in:
commit
6d1f8edc6c
|
|
@ -679,7 +679,7 @@ export const EditModal: React.FC<EditModalProps> = ({ className }) => {
|
||||||
(targetComponent as any)?.componentConfig?.columnName ||
|
(targetComponent as any)?.componentConfig?.columnName ||
|
||||||
targetComponentId;
|
targetComponentId;
|
||||||
|
|
||||||
const currentFormData = groupData.length > 0 ? groupData[0] : formData;
|
const currentFormData = groupData.length > 0 ? { ...formData, ...groupData[0] } : formData;
|
||||||
const targetValue = currentFormData[fieldKey];
|
const targetValue = currentFormData[fieldKey];
|
||||||
|
|
||||||
let isMatch = false;
|
let isMatch = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue