From ce6ebf948bbff8179846af64a4b51ba4b49043a8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 17 Jan 2025 12:07:31 +0800 Subject: [PATCH] bugfix --- json/prodtype.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/json/prodtype.json b/json/prodtype.json index cd04b48..44f710a 100644 --- a/json/prodtype.json +++ b/json/prodtype.json @@ -1,16 +1,19 @@ { "tblname":"prodtype", "params":{ + "data_params":{ + "parrentid":"null" + }, "browserfields": { - "exclouded": ["id"], + "exclouded": ["id", "parentid" ], "alters": {} }, "editexclouded": [ - "id" + "id", "parentid" ], "subtables":[ { - "parentid", + "field":"parentid", "title":"产品类型", "subtable":"prodtype" }