创建了一个数据表单 编辑时listBox中的数据数据不回显 $this->listbox('course', '课程')->options(Course::all()->pluck('name', 'id')); $this->listbox('exampoint', '所属知识点')->options(CourseExampoint::all()->pluck('name', 'id'));
$this->listbox('course', '课程')->options(Course::all()->pluck('name', 'id'))->value([1,2,3])