This commit is contained in:
walkor 2022-12-23 09:34:00 +08:00
parent f299d1e521
commit 5c9188a7ca
2 changed files with 3 additions and 1 deletions

View File

@ -142,6 +142,7 @@
name: "roles", name: "roles",
initValue: initValue, initValue: initValue,
data: e.data, data: e.data,
layVerify: "required",
tree: {"show":true, expandedKeys:true, strict:false}, tree: {"show":true, expandedKeys:true, strict:false},
toolbar: {show:true, list:["ALL","CLEAR","REVERSE"]}, toolbar: {show:true, list:["ALL","CLEAR","REVERSE"]},
}) })

View File

@ -165,6 +165,7 @@
name: "roles", name: "roles",
initValue: initValue, initValue: initValue,
data: e.data, data: e.data,
layVerify: "required",
tree: {show: true, expandedKeys: true, strict: false}, tree: {show: true, expandedKeys: true, strict: false},
toolbar: {show: true, list: ["ALL","CLEAR","REVERSE"]}, toolbar: {show: true, list: ["ALL","CLEAR","REVERSE"]},
}) })