fix: 部门列表空/职务无法启用 — fetchTree适配树形API响应, positions表加status/code/description字段
This commit is contained in:
@@ -9,5 +9,5 @@ class Position extends Model
|
||||
{
|
||||
use BelongsToStore;
|
||||
|
||||
protected $fillable = ['store_id', 'name', 'sort'];
|
||||
protected $fillable = ['store_id', 'name', 'code', 'sort', 'status', 'description'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user