mb-list mb-form mb-xxx等 统一请求方法 列表(post) 保存(post) 删除(delete) 详情(get) 等

This commit is contained in:
吕金泽
2022-03-08 00:56:23 +08:00
parent 0f4095a564
commit 3114b2c205
58 changed files with 1017 additions and 351 deletions
@@ -5,7 +5,7 @@
"groupId" : "67b2ce258e24491194b74992958c74aa",
"name" : "保存",
"createTime" : null,
"updateTime" : 1646493564406,
"updateTime" : 1646576146705,
"lock" : "0",
"createBy" : null,
"updateBy" : null,
@@ -79,4 +79,4 @@ if(data.id){
var menuId = data.id
cacheDelete();
}
return db.table("sys_menu").primary("id").saveOrUpdate(data);
return db.table("sys_menu").primary("id").withBlank().saveOrUpdate(data);