update src/views/system/dept/modules/dept-search.vue.
部门字典 sys_normal_disable 重复获取 Signed-off-by: 素还真 <11555891+metabytes@user.noreply.gitee.com>
This commit is contained in:
parent
6fc7b11b18
commit
440fd836e2
@ -17,7 +17,7 @@ const { formRef, validate, restoreValidation } = useNaiveForm();
|
|||||||
|
|
||||||
const model = defineModel<Api.System.DeptSearchParams>('model', { required: true });
|
const model = defineModel<Api.System.DeptSearchParams>('model', { required: true });
|
||||||
|
|
||||||
const { options: sysNormalDisableOptions } = useDict('sys_normal_disable');
|
const { options: sysNormalDisableOptions } = useDict('sys_normal_disable', false);
|
||||||
|
|
||||||
async function reset() {
|
async function reset() {
|
||||||
await restoreValidation();
|
await restoreValidation();
|
||||||
|
Loading…
Reference in New Issue
Block a user