This commit is contained in:
cun-nan 2024-03-16 13:47:11 +08:00
parent e2c8850da2
commit 415b1e7ca2

View File

@ -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){