fix : 固定所属公司选择条数为14则隐藏
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user