update readme.md

This commit is contained in:
zhengxinonly
2022-06-16 23:21:15 +08:00
parent d7d7e554ee
commit 45874b17ee
4 changed files with 6 additions and 7 deletions
+2 -1
View File
@@ -77,9 +77,10 @@
let $ = layui.jquery;
let dtree = layui.dtree;
// TODO 加载修改是会卡死
dtree.renderSelect({
elem: '#selectParent',
url: '/api/v1/dept/department',
url: '/api/v1/dept/department/',
method: 'get',
selectInputName: {nodeId: 'deptId', context: 'deptName'},
skin: 'layui',