fix
This commit is contained in:
parent
6a8668c6f5
commit
e062991ac4
|
|
@ -51,7 +51,6 @@ export const BaseForm = <T extends Record<string, any>>({
|
||||||
for (const [k, v] of Object.entries(data)) {
|
for (const [k, v] of Object.entries(data)) {
|
||||||
local.fm.data[k] = v;
|
local.fm.data[k] = v;
|
||||||
}
|
}
|
||||||
console.log(local.fm.data, data)
|
|
||||||
local.fm.render();
|
local.fm.render();
|
||||||
}
|
}
|
||||||
}, [data]);
|
}, [data]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue