bug
This commit is contained in:
parent
e2c8850da2
commit
415b1e7ca2
@ -291,7 +291,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getName(list,id){
|
getName(list,id){
|
||||||
let name = ""
|
let name = "--"
|
||||||
console.log(list)
|
console.log(list)
|
||||||
list.forEach(item => {
|
list.forEach(item => {
|
||||||
if (item.id==id){
|
if (item.id==id){
|
||||||
|
Loading…
Reference in New Issue
Block a user