BUG修改
This commit is contained in:
parent
259ee9379a
commit
cf7fcb4e4a
|
@ -126,41 +126,41 @@ 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 => {
|
||||||
const dataList = []
|
// const dataList = []
|
||||||
res.data.data.forEach((element) => {
|
// res.data.data.forEach((element) => {
|
||||||
dataList.push(element)
|
// dataList.push(element)
|
||||||
|
// })
|
||||||
|
// this.options = dataList
|
||||||
|
if (!this.data.note1) {
|
||||||
|
this.$http.get('/sys/user/info').then(({ data: res }) => {
|
||||||
|
console.log(res.data)
|
||||||
|
this.data.note1 = res.data.realName || ''
|
||||||
})
|
})
|
||||||
this.options = dataList
|
}
|
||||||
if (!this.data.note1) {
|
// })
|
||||||
this.$http.get('/sys/user/info').then(({ data: res }) => {
|
|
||||||
console.log(res.data)
|
|
||||||
this.data.note1 = res.data.realName || ''
|
|
||||||
})
|
|
||||||
}
|
|
||||||
})
|
|
||||||
} 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 => {
|
||||||
const dataList = []
|
// const dataList = []
|
||||||
res.data.data.forEach((element) => {
|
// res.data.data.forEach((element) => {
|
||||||
dataList.push(element)
|
// dataList.push(element)
|
||||||
|
// })
|
||||||
|
// this.options = dataList
|
||||||
|
if (!this.data.note1) {
|
||||||
|
this.$http.get('/sys/user/info').then(({ data: res }) => {
|
||||||
|
console.log(res.data)
|
||||||
|
this.data.note1 = res.data.mobile || ''
|
||||||
})
|
})
|
||||||
this.options = dataList
|
}
|
||||||
if (!this.data.note1) {
|
// })
|
||||||
this.$http.get('/sys/user/info').then(({ data: res }) => {
|
|
||||||
console.log(res.data)
|
|
||||||
this.data.note1 = res.data.mobile || ''
|
|
||||||
})
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
chekBoxChange (list) {
|
chekBoxChange (list) {
|
||||||
|
|
Loading…
Reference in New Issue