fix: lint

pull/281/MERGE
xingyu4j 2025-11-27 11:03:49 +08:00
parent 631c098c11
commit 9ce498f269
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({