fix: lint

pull/281/MERGE
xingyu4j 2025-11-27 11:04:41 +08:00
parent 54bd498f24
commit 8e2c85770c
1 changed files with 4 additions and 4 deletions

View File

@ -202,10 +202,10 @@ export async function useFormCreateDesigner(designer: Ref) {
value: 'id',
options: [
{ label: '部门编号', value: 'id' },
{ label: '部门名称', value: 'name' }
]
}
]
{ label: '部门名称', value: 'name' },
],
},
],
});
const dictSelectRule = useDictSelectRule();
const apiSelectRule0 = useSelectRule({