fix:depot materialCategory

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-01-22 17:15:50 +08:00
parent 63c3574c5f
commit d231f343d3
5 changed files with 20 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ class MaterialCategoryRequest extends FormRequest
protected array $scenes = [
'material_category_info' => ['query_id'],
'add' => ['name', 'parent_id', 'city_id', 'kitchen_id'],
'edit' => ['id','name', 'parent_id', 'city_id', 'kitchen_id'],
'edit' => ['id','name', 'parent_id'],
'delete' => ['id'],
];
}