v2_10
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
|
||||
function getRoleTree() {
|
||||
$.ajax({
|
||||
url: "/system/role/tree?type=xmselect",
|
||||
url: "/system/role/data?type=xmselect_tree",
|
||||
type: 'post',
|
||||
dataType: 'json',
|
||||
headers: { 'X-CSRF-Token': $('#csrf_token').val() },
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
|
||||
function getRoleTree() {
|
||||
$.ajax({
|
||||
url: "/system/role/tree",
|
||||
url: "/system/role/data?type=tree",
|
||||
type: 'post',
|
||||
dataType: 'json',
|
||||
headers: { 'X-CSRF-Token': $('#csrf_token').val() },
|
||||
|
||||
Reference in New Issue
Block a user