1.各种调整

main
董哲奇 6 months ago
parent 395fd700c1
commit 3575ceddf6

@ -471,8 +471,6 @@ export default {
}, },
methods: { methods: {
formatName(code){ formatName(code){
console.log(code)
console.log(this.personList)
for (const item of this.personList) { for (const item of this.personList) {
if (item.userCode===code){ if (item.userCode===code){
return item.userName return item.userName
@ -482,7 +480,6 @@ export default {
initPerson(){ initPerson(){
getPerson().then(res=>{ getPerson().then(res=>{
this.personList=res.data this.personList=res.data
console.log(res.data)
this.zxqZxDetail(); //7. this.zxqZxDetail(); //7.
}) })
}, },
@ -505,7 +502,7 @@ export default {
this.msgList = res.data; this.msgList = res.data;
this.$nextTick(() => { this.$nextTick(() => {
const elementHeight = this.$refs.refHeight; const elementHeight = this.$refs.refHeight;
elementHeight.forEach((li, index) => { !!elementHeight&&elementHeight.forEach((li, index) => {
this.classOption.singleHeight = li.offsetHeight + 10; this.classOption.singleHeight = li.offsetHeight + 10;
}); });
}); });
@ -553,7 +550,7 @@ export default {
? "四五六跨" ? "四五六跨"
: "", : "",
zsl: res.data.zsl[index], zsl: res.data.zsl[index],
wcl: res.data.wcl[index], wcl: res.data.kwc[index],
}); });
}); });
}); });

Loading…
Cancel
Save