Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bbe3b2d09 |
@@ -70,7 +70,7 @@
|
||||
|
||||
function returnLabel() {
|
||||
const findShop = list.value.find(v => v.bankAlias == modelValue.value)
|
||||
return findShop ? findShop.bankAlias : ''
|
||||
return findShop ? findShop.bankAlias : modelValue.value
|
||||
}
|
||||
|
||||
const selItem = ref(null)
|
||||
|
||||
Reference in New Issue
Block a user