feat : 菜单与公司选择组件修改

This commit is contained in:
clay
2024-06-18 22:24:50 +08:00
parent 369647f64f
commit 5410b6d248
5 changed files with 73 additions and 64 deletions

View File

@@ -212,11 +212,7 @@ const showCompany = () => {
const selected = (select) => {
let companyInfoList = []
for (let val of select) {
let companyInfo = {
value: val.value,
label: val.label
}
companyInfoList.push(companyInfo)
companyInfoList.push(val)
formData.value.companyIds.push(val.value)
}
companyList.value = companyInfoList