fix
This commit is contained in:
parent
bf2745b4e1
commit
af3fc9381e
|
|
@ -94,7 +94,6 @@ const genHasMany = async (
|
||||||
);
|
);
|
||||||
const pk = defs.find((e) => e.is_pk);
|
const pk = defs.find((e) => e.is_pk);
|
||||||
if (pk) {
|
if (pk) {
|
||||||
console.log(arg.parent_table);
|
|
||||||
result["has_many_list"] = data["has_many_list"];
|
result["has_many_list"] = data["has_many_list"];
|
||||||
result["has_many_list"].value = `\
|
result["has_many_list"].value = `\
|
||||||
async () => {
|
async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue