fix: 禁用部门管理关键词查询
parent
509d14e723
commit
6c9326c63c
|
@ -77,7 +77,7 @@ export const crudOptions = (vm) => {
|
|||
show: false,
|
||||
disabled: true,
|
||||
search: {
|
||||
disabled: false
|
||||
disabled: true
|
||||
},
|
||||
form: {
|
||||
disabled: true,
|
||||
|
|
Loading…
Reference in New Issue