|
@@ -427,7 +427,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
getCompList() {
|
|
getCompList() {
|
|
|
- this.$api.system.getDeptLazy({ deptCategory: 4 }).then(res => {
|
|
|
|
|
|
|
+ this.$api.system.getNewDeptLazy({ deptCategory: 4 }).then(res => {
|
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
|
const tmp = res.data.map(ele => {
|
|
const tmp = res.data.map(ele => {
|
|
|
const item = { label: ele.deptName, value: ele.id }
|
|
const item = { label: ele.deptName, value: ele.id }
|