fix : 固定所属公司选择条数为14则隐藏

This commit is contained in:
2024-06-21 12:23:25 +08:00
parent a6476c359d
commit cef8530a5b
4 changed files with 141 additions and 48 deletions

View File

@@ -47,7 +47,7 @@ const getCompanyOptionItem = (val) => {
matterTree(companyNameArray.value, companyOption.value, item)
})
}
return companyNameArray.value.join('');
return companyNameArray.value
}
const init = async () => {
if (!route.query.id) return;