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

@ -380,7 +380,7 @@
let res = await getAllCom() || []
comIdList.value = res.map(v=> {
return {
label: v.name,
label: v.shortName,
value: v.id
}
})