This commit is contained in:
2025-03-31 17:36:49 +08:00
parent 490630d4c9
commit d7183fcc00
805 changed files with 1055 additions and 304753 deletions

View File

@@ -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() },

View File

@@ -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() },