Skip to content

Commit cc1fd91

Browse files
author
hikki
committed
v3
1 parent 7deca4e commit cc1fd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ 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
184+
* xhr 接口地址 编码参见:test\CascadeLineController 路由配置$router->resource('/地址', 'CascadeLineController')
185185
* attribute.height 设置高度 默认200px
186186
*/
187187
$form->CascadeLine('cascadeLine','级联标签管理器')

0 commit comments

Comments
 (0)