china-distpicker icon indicating copy to clipboard operation
china-distpicker copied to clipboard

一对多场景中,"新增"后distpicker失效

Open RorinL opened this issue 3 years ago • 0 comments

$form->hasMany('template_rules','收费标准',function (Form\NestedForm $form) { //My codes. }); 如上所示,当我进入新增/编辑表单中,点击"新增",第一个能够正常选择: image 但是新增第二个失败,无法选择这些地市: image

使用的是laravel-admin1.8.17,模型关联正常,关联数据正常显示 //model A //... public function template_rules(){ return $this->hasMany(PostageTemplateRoule::class,'template_id'); } //...

RorinL avatar May 25 '22 15:05 RorinL