后台挂接-归属部门给我显示出来!
This commit is contained in:
parent
b19361005f
commit
cb5eb60b65
|
@ -126,12 +126,12 @@ export default {
|
||||||
dataList.push(element)
|
dataList.push(element)
|
||||||
})
|
})
|
||||||
this.options = dataList
|
this.options = dataList
|
||||||
// if (!this.data.note1) {
|
if (!this.data.note1) {
|
||||||
// this.$http.get('/sys/user/info').then(({ data: res }) => {
|
this.$http.get('/sys/user/info').then(({ data: res }) => {
|
||||||
// console.log(res.data)
|
console.log(res.data)
|
||||||
// this.data.note1 = res.data.deptId
|
this.data.note1 = res.data.deptId
|
||||||
// })
|
})
|
||||||
// }
|
}
|
||||||
})
|
})
|
||||||
} else if (this.data.name === '部门联系人') {
|
} else if (this.data.name === '部门联系人') {
|
||||||
// this.$http.get('/sys/dept/all').then(res => {
|
// this.$http.get('/sys/dept/all').then(res => {
|
||||||
|
|
Loading…
Reference in New Issue