优化一些细节

This commit is contained in:
RuoYi
2018-10-12 14:10:25 +08:00
parent c778cd2ac9
commit 260feb7cef
4 changed files with 65 additions and 56 deletions

View File

@ -54,8 +54,9 @@
$(function() {
var options = {
id: "deptId",
parentId: "parentId",
code: "deptId",
parentCode: "parentId",
uniqueId: "deptId",
url: prefix + "/list",
createUrl: prefix + "/add/{id}",
updateUrl: prefix + "/edit/{id}",

View File

@ -55,9 +55,11 @@
$(function() {
var options = {
id: "menuId",
parentId: "parentId",
code: "menuId",
parentCode: "parentId",
uniqueId: "menuId",
expandAll: false,
expandFirst: false,
url: prefix + "/list",
createUrl: prefix + "/add/{id}",
updateUrl: prefix + "/edit/{id}",