refactor(backend): 统一返回的数据格式
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
elem: "#role-table",
|
||||
id: "role-table",
|
||||
url: "/api/v1/role", // 此处为静态模拟数据,实际使用时需换成真实接口
|
||||
height: "full-35", // 最大高度减去其他容器已占有的高度差
|
||||
height: "full", // 最大高度减去其他容器已占有的高度差
|
||||
toolbar: "#role-toolbar",
|
||||
page: true,
|
||||
cols: [
|
||||
|
||||
Reference in New Issue
Block a user