将权限与部门的逻辑分包

This commit is contained in:
zhengxinonly
2021-06-13 15:07:40 +08:00
parent 5faf88283f
commit 9e8a5357be
19 changed files with 171 additions and 131 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
form.on('submit(dept-update)', function (data) {
$.ajax({
url: '/admin/dept/update',
url: '/dept/update',
data: JSON.stringify(data.field),
dataType: 'json',
contentType: 'application/json',