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

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

View File

@@ -96,7 +96,6 @@
case -1: return '<span style="color: red">删除</span>';
default: return '其它';
}
return '';
}
},
{ field: 'created_at', title: '创建时间', width: 160, align: 'center', templet: function (d) { return (!d.created_at || d.id === 0) ? '' : util.toDateString(d.created_at) } },