Skip to content

Commit 1b3e577

Browse files
authored
Update example.php
1 parent 71468d4 commit 1b3e577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@ protected function form($id)
181181
* $select = Model::orderBy('parent_id','DESC')->select('id as key','name as val','parent_id as par')->get()->toArray();
182182
* 2.辅助函数dimension 组装后的$select结构参考$this->cascadeExampleData()返回数据
183183
* DLPHelper::dimension($select);
184-
* xhr 接口地址 编码参见:test\CascadeLineController 路由配置$router->resource('/地址', 'CascadeLineController')
184+
* xhr 接口地址 编码参见:test\CascadeLineController 路由配置$router->resource('xhr地址', 'CascadeLineController')
185185
* attribute.height 设置高度 默认200px
186186
*/
187187
$form->CascadeLine('cascadeLine','级联标签管理器')
188188
->options($this->cascadeExampleData())
189-
->xhr('route-to-CascadeLineController');
189+
->xhr('.../xhr地址');
190190
return $form;
191191
}
192192

0 commit comments

Comments
 (0)