This commit is contained in:
‘huanghaiixia’
2026-03-04 16:31:44 +08:00
parent 90fd1c6f98
commit 03dc292d57
20 changed files with 971 additions and 97 deletions

View File

@ -326,7 +326,7 @@
if (v.field == 'comId') {
v.componentProps.options = res.map(v=> {
return {
label: v.name,
label: v.shortName,
value: v.id
}
})