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