BUG修改

This commit is contained in:
a0049873 2022-10-20 14:51:16 +08:00
parent fe1f6dc08d
commit 04ad7eb6ed
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ export default {
console.log('获取部门=========>', res) console.log('获取部门=========>', res)
this.departmentSelects = [] this.departmentSelects = []
res.data.data.map(val => { res.data.data.map(val => {
this.departmentSelects.push({ label: val.name, value: val.name }) this.departmentSelects.push({ label: val.name, value: val.id })
}) })
}) })
// //