修复BUG
This commit is contained in:
@@ -26,6 +26,7 @@ class ProductFormRequest extends BaseFormRequest
|
||||
'name' => 'required|string|max:100',
|
||||
'spec' => 'nullable|string|max:100',
|
||||
'unit' => 'nullable|string|max:20',
|
||||
'price_unit' => 'nullable|string|max:20',
|
||||
'image_ids' => 'nullable|array|max:255',
|
||||
'image_ids.*' => ['integer', new Exists(SysFileModel::class, 'id')],
|
||||
'content' => 'nullable|string',
|
||||
|
||||
Reference in New Issue
Block a user