代码优化

This commit is contained in:
GaoHao
2025-03-26 17:18:49 +08:00
parent 656793dae2
commit 5a655ba09e
9 changed files with 6 additions and 15 deletions

View File

@@ -69,7 +69,6 @@ export default {
],
getDiceName(val,key){
let item = this[key].find(v => v.type == val)
console.log(item)
return item ? item.label : ''
}
}