데이터 수정이 안되는 문제 해결
This commit is contained in:
@@ -124,7 +124,7 @@ export class DynamicFormApi {
|
||||
* @returns 업데이트 결과
|
||||
*/
|
||||
static async updateFormDataPartial(
|
||||
id: number,
|
||||
id: string | number, // 🔧 UUID 문자열도 지원
|
||||
originalData: Record<string, any>,
|
||||
newData: Record<string, any>,
|
||||
tableName: string,
|
||||
|
||||
Reference in New Issue
Block a user