gorm wire

This commit is contained in:
2025-05-07 14:12:53 +08:00
parent 461531c308
commit 68606c76f9
111 changed files with 1726 additions and 5809 deletions

View File

@@ -202,7 +202,7 @@
function getDepartmentTree() {
$.ajax({
url: "/system/department/data?type=xmselect_tree",
url: "/system/department/data?type=xm_select_tree",
type: 'post',
dataType: 'json',
headers: { 'X-CSRF-Token': $('#csrf_token').val() },
@@ -239,7 +239,7 @@
function getRoleTree() {
$.ajax({
url: "/system/role/data?type=xmselect_tree",
url: "/system/role/data?type=xm_select_tree",
type: 'post',
dataType: 'json',
headers: { 'X-CSRF-Token': $('#csrf_token').val() },