BUG修改
This commit is contained in:
parent
fe1f6dc08d
commit
04ad7eb6ed
|
@ -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 })
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
// 当前设定的日期时间
|
// 当前设定的日期时间
|
||||||
|
|
Loading…
Reference in New Issue