데이터 수정이 안되는 문제 해결
This commit is contained in:
@@ -746,7 +746,7 @@ export class DynamicFormService {
|
||||
* 폼 데이터 부분 업데이트 (변경된 필드만 업데이트)
|
||||
*/
|
||||
async updateFormDataPartial(
|
||||
id: number,
|
||||
id: string | number, // 🔧 UUID 문자열도 지원
|
||||
tableName: string,
|
||||
originalData: Record<string, any>,
|
||||
newData: Record<string, any>
|
||||
|
||||
Reference in New Issue
Block a user